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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-overriden-properties.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 type="text/css"> 3 <style type="text/css">
4 #main { 4 #main {
5 height: 100px; 5 height: 100px;
6 background: #000; 6 background: #000;
7 background: #bada55; 7 background: #bada55;
8 } 8 }
9 </style> 9 </style>
10 10
(...skipping 17 matching lines...) Expand all
28 28
29 <body onload="runTest()"> 29 <body onload="runTest()">
30 <p> 30 <p>
31 Tests that overriding shorthands within rule are visible. 31 Tests that overriding shorthands within rule are visible.
32 </p> 32 </p>
33 33
34 <div id="main"></div> 34 <div id="main"></div>
35 35
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698