diff --git a/editing/include/tests.js b/editing/include/tests.js index fdcf4351d38bd2..a03a68ed8dc80a 100644 --- a/editing/include/tests.js +++ b/editing/include/tests.js @@ -5607,7 +5607,7 @@ function runConformanceTest(browserTest) { format_value(browserTest[1][i][1]) + ") " + (browserTest[1][i][2] ? browserTest[1][i][2] + " " : "") + "return value" - test(function() { + subsetTest(test, function() { assert_equals(exception, null, "Setup must not throw an exception"); assert_equals(document.execCommand(browserTest[1][i][0], false, browserTest[1][i][1]), @@ -5640,7 +5640,7 @@ function runConformanceTest(browserTest) { } } - test(function() { + subsetTest(test, function() { assert_equals(exception, null, "Setup must not throw an exception"); // Now test for modifications to non-editable content. First just @@ -5664,7 +5664,7 @@ function runConformanceTest(browserTest) { "Everything outside the editable div must be unchanged, but some change did occur"); }, testName + " checks for modifications to non-editable content"); - test(function() { + subsetTest(test, function() { assert_equals(exception, null, "Setup must not throw an exception"); assert_equals(testDiv.innerHTML, @@ -5682,7 +5682,7 @@ function runConformanceTest(browserTest) { 'queryCommandValue("' + command + '") after', ]; for (var i = 0; i < 6; i++) { - test(function() { + subsetTest(test, function() { assert_equals(exception, null, "Setup must not throw an exception"); if (expectedQueryResults[command][i] === null) { diff --git a/editing/run/backcolor.html b/editing/run/backcolor.html index 94ca94a77cc09a..3d337785efe13e 100644 --- a/editing/run/backcolor.html +++ b/editing/run/backcolor.html @@ -15,6 +15,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +