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

Side by Side Diff: LayoutTests/fast/hidpi/resources/svg_tests.css

Issue 25105004: Use srcset's resource pixel density to determine intrinsic size (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cleantests
Patch Set: Fixed crash+rebased Created 7 years, 2 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
(Empty)
1 .test {
2 border: 1px solid gray;
3 padding: 1em;
4 margin-bottom: 1em;
5 }
6 .test img, .test canvas {
7 border: 1px solid black;
8 }
9 .test .stats {
10 display: inline-block;
11 margin-top: 1em;
12 font-style: italic;
13 }
14 .expected, .actual {
15 float: right;
16 background-color: #eee;
17 border: 1px solid #ccc;
18 padding: 0.4em;
19 margin-left: 1em;
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698