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

Unified Diff: LayoutTests/fast/media/media-query-list-missing-arguments-expected.txt

Issue 809613008: Expose MediaQueryList interface and make arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minimize Created 6 years 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
« no previous file with comments | « LayoutTests/fast/media/media-query-list-missing-arguments.html ('k') | Source/core/css/MediaQueryList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/media-query-list-missing-arguments-expected.txt
diff --git a/LayoutTests/fast/media/media-query-list-missing-arguments-expected.txt b/LayoutTests/fast/media/media-query-list-missing-arguments-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b1383c55a36d9e11af66d83da3411b9f8625bc77
--- /dev/null
+++ b/LayoutTests/fast/media/media-query-list-missing-arguments-expected.txt
@@ -0,0 +1,7 @@
+PASS [object MediaQueryList] is an instance of MediaQueryList
+PASS mediaList.addListener() threw exception TypeError: Failed to execute 'addListener' on 'MediaQueryList': 1 argument required, but only 0 present..
+PASS mediaList.removeListener() threw exception TypeError: Failed to execute 'removeListener' on 'MediaQueryList': 1 argument required, but only 0 present..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/media/media-query-list-missing-arguments.html ('k') | Source/core/css/MediaQueryList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698