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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-source-lines-recovery.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 @media all { 4 @media all {
5 ::-moz-focus-inner {} 5 ::-moz-focus-inner {}
6 } 6 }
7 #main { 7 #main {
8 color: red; 8 color: red;
9 } 9 }
10 </style> 10 </style>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 <body onload="runTest()"> 48 <body onload="runTest()">
49 <p> 49 <p>
50 Tests that invalid rule inside @-rule doesn't break source code matching (http:/ /crbug.com/317499). 50 Tests that invalid rule inside @-rule doesn't break source code matching (http:/ /crbug.com/317499).
51 </p> 51 </p>
52 52
53 <div id="main"></div> 53 <div id="main"></div>
54 54
55 </body> 55 </body>
56 </html> 56 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698