Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/custom/callback-timing.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Testing mutations are delivered following Database transaction callbacks. 1 Ensure that custom element callback fires before DOMContentLoaded event
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS mutations.length is 1
7 PASS mutations[0].type is "attributes"
8 PASS mutations[0].attributeName is "foo"
9
10 PASS successfullyParsed is true 6 PASS successfullyParsed is true
11 7
12 TEST COMPLETE 8 TEST COMPLETE
9 PASS eventlog[0] is 'created x-foo'
10 PASS eventlog[1] is 'DOMContentLoaded event'
11 PASS eventlog[2] is 'load event'
13 12
OLDNEW
« 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