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

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

Issue 23009004: Process Custom Elements in post-order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing. Created 7 years, 4 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
index 5aabc47dcfa4a223345ea3cf832313028bf5652d..87784c81e7ba71d3f3ac173e6c4cc498f5299c26 100644
--- a/LayoutTests/fast/dom/custom/element-upgrade-expected.txt
+++ b/LayoutTests/fast/dom/custom/element-upgrade-expected.txt
@@ -10,7 +10,7 @@ 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 upgradedOrder is ["e5","e4","e3","e2","e1"]
+PASS upgradedOrder is ["e2","e1","e3","e4","e5"]
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/custom/element-upgrade.html ('k') | LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698