Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-1 / background-parsing-crash.html
blobf0b7824968c88d98472c78d085b575637d8a53e4
1 <html>
2 <head>
3 <style>
4 .absent {
5 background: #fff url(foo.png) no-repeat left 4px;
8 body {
9 background: #fff;
11 </style>
12 <script src="../../../http/tests/inspector/inspector-test.js"></script>
13 <script>
14 function test()
16 InspectorTest.completeTest();
18 </script>
19 </head>
20 <body onload="runTest()">
21 This test passes if it doesn't ASSERT.
22 </body>
23 </html>