Chromium Code Reviews| 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> |