Index: LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt |
diff --git a/LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt |
index 196d3cad1c1822e26cac364096ebf1f01add2bd1..aed900387a165cf218eb022aa887451d07a5e5b5 100644 |
--- a/LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt |
+++ b/LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt |
@@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS window.callbacksCalled is [] |
-PASS window.callbacksCalled is ['a', 'b', 'c'] |
+PASS window.callbacksCalled is ['c', 'b', 'a'] |
PASS window.callbacksCalled is [] |
-PASS window.callbacksCalled is ['a', 'b', 'c'] |
+PASS window.callbacksCalled is ['c', 'b', 'a'] |
PASS successfullyParsed is true |
TEST COMPLETE |