| 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..06c81d5de4c67efaba23f18abcbf8532257a54eb 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
|
| @@ -10,12 +10,11 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <p>This case tests the MediaQueryList
|
| - <p>The test passes if the value is 1280/800</p>
|
| + <p>This case tests the MediaQueryList</p>
|
| <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>
|
|
|