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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/background-parsing-crash.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .absent { 4 .absent {
5 background: #fff url(foo.png) no-repeat left 4px; 5 background: #fff url(foo.png) no-repeat left 4px;
6 } 6 }
7 7
8 body { 8 body {
9 background: #fff; 9 background: #fff;
10 } 10 }
11 </style> 11 </style>
12 <script src="../../../http/tests/inspector/inspector-test.js"></script> 12 <script src="../../../http/tests/inspector/inspector-test.js"></script>
13 <script> 13 <script>
14 function test() 14 function test()
15 { 15 {
16 InspectorTest.completeTest(); 16 InspectorTest.completeTest();
17 } 17 }
18 </script> 18 </script>
19 </head> 19 </head>
20 <body onload="runTest()"> 20 <body onload="runTest()">
21 This test passes if it doesn't ASSERT. 21 This test passes if it doesn't ASSERT.
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698