Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / update-media-query-css-parser.html
blob5105f809a2d3c6935e4f9e55e0f055161f825d7a
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 @media all and(-webkit-min-device-pixel-ratio:10000),not all and(-webkit-min-device-pixel-ratio:0)
7 top:-100%;
8 left:0;
9 display:block;
11 </style>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
16 </head>
17 <body>
18 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=72222">72222</a>: NULL-deref in updateLastMediaLine when parsing some media-queries.<p>
19 <p>This test has passed if it does not crash.</p>
20 </body>
21 </html>