Index: LayoutTests/fast/media/media-query-list-listener-ordering-expected.txt |
diff --git a/LayoutTests/fast/dom/Geolocation/timeout-over-max-of-unisgned-expected.txt b/LayoutTests/fast/media/media-query-list-listener-ordering-expected.txt |
similarity index 52% |
copy from LayoutTests/fast/dom/Geolocation/timeout-over-max-of-unisgned-expected.txt |
copy to LayoutTests/fast/media/media-query-list-listener-ordering-expected.txt |
index b74788ad291b2c10b2e1aa6bfca80efa2f188fbe..42cbee7c9ec4dd6a758a380363ecca69f46cda1b 100644 |
--- a/LayoutTests/fast/dom/Geolocation/timeout-over-max-of-unisgned-expected.txt |
+++ b/LayoutTests/fast/media/media-query-list-listener-ordering-expected.txt |
@@ -1,11 +1,12 @@ |
-Tests that when timeout value is over maximum of unsigned, the success callback is called as expected. |
+Media query listeners should fire grouped by the MediaQueryList. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS position.coords.latitude is mockLatitude |
-PASS position.coords.longitude is mockLongitude |
-PASS position.coords.accuracy is mockAccuracy |
+PASS mediaList1.matches is true |
+PASS mediaList2.matches is true |
+PASS mediaList3.matches is true |
+PASS listenersCalled is expectedResult |
PASS successfullyParsed is true |
TEST COMPLETE |