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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html

Issue 2829913003: Change MediaQueryList-001 to test on min-width: 1px (Closed)
Patch Set: Change MediaQueryList-001 to test on min-width: 1px instead of the device aspect ratio, as that is … Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html b/third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html
index 65c70732288335dc8df2be6b265cc985c8e73d2a..eb7214ef6e7f25edfdd040d7727802ff20a70def 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/cssom-view/MediaQueryList-001.html
@@ -15,7 +15,7 @@
<div id="log"></div>
<script>
test(function(){
- assert_equals(window.matchMedia('(device-aspect-ratio: 1280/800)').matches, true, "Expected value for device-aspect-ratio is 1280/800");
+ assert_equals(window.matchMedia('(min-width: 1px)').matches, true, "Expected any device to match min-width: 1px");
},'matchMedia');
</script>
</body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698