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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-edit-property-after-invalid-rule.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 /* Invalid selector */ 5 /* Invalid selector */
6 .navbar-search .search-query:-moz-placeholder { 6 .navbar-search .search-query:-moz-placeholder {
7 color: #cccccc; 7 color: #cccccc;
8 } 8 }
9 9
10 #container { 10 #container {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 <body onload="runTest()"> 44 <body onload="runTest()">
45 <p> 45 <p>
46 Tests that proper source lines are reported for the styles after unrecognizer / invalid selector. 46 Tests that proper source lines are reported for the styles after unrecognizer / invalid selector.
47 </p> 47 </p>
48 48
49 <div id="container"></div> 49 <div id="container"></div>
50 50
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698