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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/media-using-same-url.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 3
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 @media not print { 5 @media not print {
6 #main { 6 #main {
7 background: blue; 7 background: blue;
8 } 8 }
9 } 9 }
10 </style> 10 </style>
(...skipping 25 matching lines...) Expand all
36 </head> 36 </head>
37 37
38 <body onload="runTest()"> 38 <body onload="runTest()">
39 <p> 39 <p>
40 Tests that media query stack is computed correctly when several stylesheets shar e the same URL. 40 Tests that media query stack is computed correctly when several stylesheets shar e the same URL.
41 </p> 41 </p>
42 42
43 <div id="main"></div> 43 <div id="main"></div>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698