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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-source-lines.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 Line numbers are reported wrt the opened style tag baseline. 4 Line numbers are reported wrt the opened style tag baseline.
5 Allow some space here to align local line numbers to be style + 10. 5 Allow some space here to align local line numbers to be style + 10.
6 Selector sourceLine is the line of the corresponding { following the 6 Selector sourceLine is the line of the corresponding { following the
7 selector text. 7 selector text.
8 --> 8 -->
9 9
10 <style type="text/css" media="screen"> 10 <style type="text/css" media="screen">
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 73
74 <body onload="runTest()"> 74 <body onload="runTest()">
75 <p> 75 <p>
76 Tests that proper source lines are reported for the parsed styles. 76 Tests that proper source lines are reported for the parsed styles.
77 </p> 77 </p>
78 78
79 <div id="main"></div> 79 <div id="main"></div>
80 80
81 </body> 81 </body>
82 </html> 82 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698