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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/resources/testharness.css

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 html { 1 html {
2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans; 2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
3 } 3 }
4 4
5 #log .warning, 5 #log .warning,
6 #log .warning a { 6 #log .warning a {
7 color: black; 7 color: black;
8 background: yellow; 8 background: yellow;
9 } 9 }
10 10
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 color:red; 93 color:red;
94 } 94 }
95 95
96 span.timeout { 96 span.timeout {
97 color:red; 97 color:red;
98 } 98 }
99 99
100 span.ok, span.timeout, span.error { 100 span.ok, span.timeout, span.error {
101 font-variant:small-caps; 101 font-variant:small-caps;
102 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698