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

Side by Side Diff: LayoutTests/inspector/elements/styles/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
(Empty)
1 <html>
2 <head>
3 <style>
4 .absent {
5 background: #fff url(foo.png) no-repeat left 4px;
6 }
7
8 body {
9 background: #fff;
10 }
11 </style>
12 <script src="../../../http/tests/inspector/inspector-test.js"></script>
13 <script>
14 function test()
15 {
16 InspectorTest.completeTest();
17 }
18 </script>
19 </head>
20 <body onload="runTest()">
21 This test passes if it doesn't ASSERT.
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698