Fix some editor tests to actually change something instead of throwing.

This commit is contained in:
Boris Zbarsky 2010-08-13 14:31:48 +12:00
Родитель cfc3e6c0b9
Коммит 9235009ad6
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -15,6 +15,9 @@ function test448329(id,cmd) {
var doc = elm.contentDocument;
doc.designMode = "On";
// Work around getSelection depending on a presshell but not flushing to get
// one.
doc.body.offsetWidth;
var s = doc.defaultView.getSelection();
// Test document node

Просмотреть файл

@ -15,6 +15,9 @@ function test448329(id,cmd,val) {
var doc = elm.contentDocument;
doc.designMode = "On";
// Work around getSelection depending on a presshell but not flushing to get
// one.
doc.body.offsetWidth;
var s = doc.defaultView.getSelection();
// Test document node

Просмотреть файл

@ -8,7 +8,7 @@ load 428489-1.html
load 431086-1.xhtml
load 448329-1.html
load 448329-2.html
load 448329-3.html
asserts(16) load 448329-3.html
load 456727-1.html
load 456727-2.html
asserts(1) load 467647-1.html # bug 382210