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

Unified Diff: LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt

Issue 18258003: Pow __proto__, sock :unresolved, and clunk the created callback at once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Try to be nicer to MSVC. Created 7 years, 5 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/lifecycle-created-innerHTML-expected.txt
diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
index ed516f317a29473163d15b931004066975382463..94c90faeff49d2baaaaf984148c18cc5a13f2c1e 100644
--- a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
+++ b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
@@ -3,8 +3,8 @@ This test ensures that the lifecycle callback of a parser-made element is visibl
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS window.callbacksCalled is ['a', 'b', 'c']
-PASS window.callbacksCalled is ['a', 'b', 'c']
+PASS window.callbacksCalled is ['c', 'b', 'a']
+PASS window.callbacksCalled is ['c', 'b', 'a']
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html ('k') | LayoutTests/fast/dom/custom/lifecycle-created-paste.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698