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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
diff --git a/LayoutTests/fast/css/min-max-width-expected.txt b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
similarity index 50%
copy from LayoutTests/fast/css/min-max-width-expected.txt
copy to LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
index daf99100a858c3e23c8fbbd5308baa38ca777eca..03aff89b8801603ec3ce2197a313b3ec6d16eb0e 100644
--- a/LayoutTests/fast/css/min-max-width-expected.txt
+++ b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
@@ -1,12 +1,10 @@
-Tests offsetWidth using min-width and max-width
+document.register() in a createdCallback should upgrade elements that are in the same processing queue.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS testWidth("max-width:150px") is 100
-PASS testWidth("max-width:50px") is 50
-PASS testWidth("min-width:150px") is 150
-PASS testWidth("min-width:50px") is 100
+PASS createdElements is ['elemA0', 'elemB0']
+PASS createdElements is ['elemA0', 'elemB0', 'elemB1']
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698