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

Unified Diff: LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt

Issue 17707002: Implement Custom Elements inserted and removed callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/custom/lifecycle-ready-paste-expected.txt
diff --git a/LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt
index bf806c970639250dacf1fc05ff6a9b9f71773c48..88a09dc46d14ec43101850b45fd00b05c025b265 100644
--- a/LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt
+++ b/LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS window.callbacksCalled is ['X-FOO', 'DIV']
PASS window.callbacksCalled is []
-PASS window.callbacksCalled is ['X-FOO', 'DIV']
+PASS window.callbacksCalled is ['DIV', 'X-FOO']
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698