Index: LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt b/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt |
index a95a8fded095e1bce169503215c402f2c3f37322..a97db1cae0b9022234aa772476ab5672201a1b92 100644 |
--- a/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE MESSAGE: DOMSubtreeModified is deprecated. Use MutationObservers instead. |
This tests calls to setInnerHTML, setInnerText, and setOuterHTML to see what kind of DOM modifications they cause. The calls are optimized to not do any work in cases where the DOM would not change at all. |
PASS: starting with "", setting innerHTML to "" |