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

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

Issue 69533003: Upgrade parser-created Custom Elements in creation order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bring patch to head. Created 7 years, 1 month 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 87784c81e7ba71d3f3ac173e6c4cc498f5299c26..67fad0a8fb9d6080eb011634c62815100d923bd4 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 ["e2","e1","e3","e4","e5"]
+PASS upgradedOrder is ["e1","e2","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-innerHTML.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698