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

Unified Diff: LayoutTests/fast/dom/custom/lifecycle-ready-paste.html

Issue 17707002: Implement Custom Elements inserted and removed callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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-ready-paste.html
diff --git a/LayoutTests/fast/dom/custom/lifecycle-ready-paste.html b/LayoutTests/fast/dom/custom/lifecycle-ready-paste.html
index 93597bb1f8c17aba2555c85cbce13bcca95c3105..84e995442b7a485f1e466ae91a29604af9fd4fdc 100644
--- a/LayoutTests/fast/dom/custom/lifecycle-ready-paste.html
+++ b/LayoutTests/fast/dom/custom/lifecycle-ready-paste.html
@@ -28,7 +28,7 @@ document.execCommand('Paste');
shouldBe('window.callbacksCalled', '[]');
</script>
<script>
-shouldBe('window.callbacksCalled', '[\'X-FOO\', \'DIV\']');
+shouldBe('window.callbacksCalled', '[\'DIV\', \'X-FOO\']');
container.remove();

Powered by Google App Engine
This is Rietveld 408576698