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

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 test. Landing again. 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
« no previous file with comments | « LayoutTests/fast/dom/custom/document-register-on-create-callback.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
diff --git a/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f59aff3f2f0575fb35c6f95b3f2b03e94c4533cc
--- /dev/null
+++ b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
@@ -0,0 +1,11 @@
+document.registerElement() 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 createdElements is ["elemA0", "elemB0"]
+PASS createdElements is ["elemA0", "elemB0", "elemB1"]
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/custom/document-register-on-create-callback.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698