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

Unified Diff: LayoutTests/fast/dom/custom/element-upgrade-expected.txt

Issue 14626005: Upgrade elements that are created before a custom element definition is registered (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback+test Created 7 years, 8 months 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/element-upgrade-expected.txt
diff --git a/LayoutTests/fast/dom/custom/element-upgrade-expected.txt b/LayoutTests/fast/dom/custom/element-upgrade-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8bd3b67f2d953a27f559bc97142bba4c0fa47bdc
--- /dev/null
+++ b/LayoutTests/fast/dom/custom/element-upgrade-expected.txt
@@ -0,0 +1,16 @@
+Tests the element upgrade algorithm.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS host.firstChild instanceof A is true
+PASS element instanceof B is true
+PASS callCount is 1
+PASS element instanceof C is false
+PASS Object.getPrototypeOf(element) is HTMLElement.prototype
+PASS host.firstChild instanceof D is false
+PASS document.querySelector(":unresolved") is host.firstChild
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/custom/element-upgrade.html ('k') | LayoutTests/fast/dom/custom/unresolved-pseudoclass.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698