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

Unified Diff: LayoutTests/fast/dom/custom/callback-timing-expected.txt

Issue 839673004: Test that custom element callback fires before DOMContentLoaded event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « LayoutTests/fast/dom/custom/callback-timing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/custom/callback-timing-expected.txt
diff --git a/LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt b/LayoutTests/fast/dom/custom/callback-timing-expected.txt
similarity index 52%
copy from LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt
copy to LayoutTests/fast/dom/custom/callback-timing-expected.txt
index 4b4ef904b0bb72830914950dee787592501427ad..9a4590f8c79b8be40a580fcf193b748c997823a0 100644
--- a/LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt
+++ b/LayoutTests/fast/dom/custom/callback-timing-expected.txt
@@ -1,13 +1,12 @@
-Testing mutations are delivered following Database transaction callbacks.
+Ensure that custom element callback fires before DOMContentLoaded event
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS mutations.length is 1
-PASS mutations[0].type is "attributes"
-PASS mutations[0].attributeName is "foo"
-
PASS successfullyParsed is true
TEST COMPLETE
+PASS eventlog[0] is 'created x-foo'
+PASS eventlog[1] is 'DOMContentLoaded event'
+PASS eventlog[2] is 'load event'
« no previous file with comments | « LayoutTests/fast/dom/custom/callback-timing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698