Index: LayoutTests/fast/dom/custom/callback-timing-expected.txt |
diff --git a/LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt b/LayoutTests/fast/dom/custom/callback-timing-expected.txt |
similarity index 52% |
copy from LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt |
copy to LayoutTests/fast/dom/custom/callback-timing-expected.txt |
index 4b4ef904b0bb72830914950dee787592501427ad..9a4590f8c79b8be40a580fcf193b748c997823a0 100644 |
--- a/LayoutTests/fast/dom/MutationObserver/database-callback-delivery-expected.txt |
+++ b/LayoutTests/fast/dom/custom/callback-timing-expected.txt |
@@ -1,13 +1,12 @@ |
-Testing mutations are delivered following Database transaction callbacks. |
+Ensure that custom element callback fires before DOMContentLoaded event |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS mutations.length is 1 |
-PASS mutations[0].type is "attributes" |
-PASS mutations[0].attributeName is "foo" |
- |
PASS successfullyParsed is true |
TEST COMPLETE |
+PASS eventlog[0] is 'created x-foo' |
+PASS eventlog[1] is 'DOMContentLoaded event' |
+PASS eventlog[2] is 'load event' |