Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: LayoutTests/fast/dom/normalize-attributes-mutation-event-crash-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/normalize-attributes-mutation-event-crash-expected.txt
diff --git a/LayoutTests/fast/dom/normalize-attributes-mutation-event-crash-expected.txt b/LayoutTests/fast/dom/normalize-attributes-mutation-event-crash-expected.txt
deleted file mode 100644
index 4e55c1675071b33d0bf8df88d52d20dc12f903f9..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/normalize-attributes-mutation-event-crash-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.
-Tests that mutating an elements attribute map during DOMSubtreeModified event dispatch doesn't break Node.normalize. Passes if it doesn't 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
This is Rietveld 408576698