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

Unified Diff: LayoutTests/fast/dom/MutationObserver/observe-options-attributes-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/MutationObserver/observe-options-attributes-expected.txt
diff --git a/LayoutTests/fast/dom/MutationObserver/observe-options-attributes-expected.txt b/LayoutTests/fast/dom/MutationObserver/observe-options-attributes-expected.txt
deleted file mode 100644
index bbfc51acbbf77a8f52e94d460b1570b982887fdc..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MutationObserver/observe-options-attributes-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Test MutationObserver.observe options related to attributes
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS records.length is 1
-PASS records[0].oldValue is "1"
-PASS records.length is 1
-PASS records[0].oldValue is null
-PASS records.length is 1
-PASS records[0].oldValue is null
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698