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

Side by Side Diff: LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt

Issue 106903007: Let unresolved custom element go through CustomElementCallbackQueue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated. Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests offsetWidth using min-width and max-width 1 document.register() in a createdCallback should upgrade elements that are in the same processing queue.
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 testWidth("max-width:150px") is 100 6 PASS createdElements is ['elemA0', 'elemB0']
7 PASS testWidth("max-width:50px") is 50 7 PASS createdElements is ['elemA0', 'elemB0', 'elemB1']
8 PASS testWidth("min-width:150px") is 150
9 PASS testWidth("min-width:50px") is 100
10 PASS successfullyParsed is true 8 PASS successfullyParsed is true
11 9
12 TEST COMPLETE 10 TEST COMPLETE
13 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698