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

Unified Diff: LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html

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-creation-api.html
diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
index ae3370870b14004d430e29ec507592995853899e..d613de2b9385fbf72ff3eea009f94d4d2fab5992 100644
--- a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
+++ b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
@@ -53,7 +53,7 @@ shouldBe("window.callbacksCalled", "[]");
importedBar = document.importNode(foreignBar);
shouldBeTrue("importedBar.callbacksCalled");
shouldBeTrue("importedBar.firstChild.callbacksCalled");
-shouldBe("window.callbacksCalled", "['DIV', 'X-FOO']");
+shouldBe("window.callbacksCalled", "['X-FOO', 'DIV']");
window.callbacksCalled = [];
var toBeReplaced = document.createElement("div");

Powered by Google App Engine
This is Rietveld 408576698