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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/parse-comments.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"> 4 <style type="text/css">
5 /* Comment: value */ 5 /* Comment: value */
6 6
7 @media /* Comment: value */ not /* Comment: value */print /* Comment: value */ { 7 @media /* Comment: value */ not /* Comment: value */print /* Comment: value */ {
8 /* Comment: value */ 8 /* Comment: value */
9 /* Comment: value */#main/* Comment: value */{/* Comment: value */ backgroun d /* Comment: value */ :/* Comment: value */blue/* Comment: value */;/* Comment: value */ } 9 /* Comment: value */#main/* Comment: value */{/* Comment: value */ backgroun d /* Comment: value */ :/* Comment: value */blue/* Comment: value */;/* Comment: value */ }
10 /* Comment: value */ 10 /* Comment: value */
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 </head> 51 </head>
52 52
53 <body onload="runTest()"> 53 <body onload="runTest()">
54 <p> 54 <p>
55 Tests that comments in stylesheets are parsed correctly by the DevTools. 55 Tests that comments in stylesheets are parsed correctly by the DevTools.
56 </p> 56 </p>
57 57
58 <div id="main"></div> 58 <div id="main"></div>
59 </body> 59 </body>
60 </html> 60 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698