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(); |