Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/Element/normalize-crash2-expected.txt

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/dom/Element/normalize-crash2-expected.txt
diff --git a/LayoutTests/fast/dom/Element/normalize-crash2-expected.txt b/LayoutTests/fast/dom/Element/normalize-crash2-expected.txt
deleted file mode 100644
index 4dd11cabd669522a9991e3cf2b4370f2f34e90fa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/Element/normalize-crash2-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.
-This test passes if it does not crash.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine