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

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: 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/http/tests/websocket/send-arraybuffer-expected.txt b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
similarity index 60%
copy from LayoutTests/http/tests/websocket/send-arraybuffer-expected.txt
copy to LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
index 850c52e3b1753509514f9149766b37bd9bd6172b..d3fed00325cffddad89e5992181aaaedf8d6ae92 100644
--- a/LayoutTests/http/tests/websocket/send-arraybuffer-expected.txt
+++ b/LayoutTests/fast/dom/custom/document-register-on-create-callback-expected.txt
@@ -1,11 +1,9 @@
-WebSocket: Send ArrayBuffers.
+document.register() should affect even for queued elements.
dominicc (has gone to gerrit) 2013/12/13 05:11:16 Can you be more specific? I'm not sure what to exp
Hajime Morrita 2013/12/13 07:02:29 Done.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS PASS: Message #0.
-PASS PASS: Message #1.
-PASS PASS: Message #2.
-PASS closeEvent.wasClean is true
+
+PASS createdElements.map(function(e) { return e.id; }) is ['elemA', 'elemB']
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698