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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/resources/styles-new-API.css

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 @charset "UTF-8"; 1 @charset "UTF-8";
2 2
3 @import url("styles-new-API-1.css"); 3 @import url("styles-new-API-1.css");
4 4
5 html { 5 html {
6 font-weight: 400; 6 font-weight: 400;
7 } 7 }
8 8
9 @media screen { 9 @media screen {
10 body { 10 body {
(...skipping 13 matching lines...) Expand all
24 body.main2{background: green /* value !important comment */ !important /* no sem icolon, very !important */} 24 body.main2{background: green /* value !important comment */ !important /* no sem icolon, very !important */}
25 } 25 }
26 26
27 body::after { 27 body::after {
28 content: "After body"; 28 content: "After body";
29 } 29 }
30 30
31 h1 { 31 h1 {
32 height : 100% ; border: 1px solid; border-width: 2px; background-color : #33 FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-to p:1px;*/ 32 height : 100% ; border: 1px solid; border-width: 2px; background-color : #33 FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-to p:1px;*/
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698