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

Unified Diff: LayoutTests/fast/media/media-query-list-listener-ordering-expected.txt

Issue 348893004: Rework MediaQueryMatcher to batch up listener notification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ordering test Created 6 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/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

Powered by Google App Engine
This is Rietveld 408576698