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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/hidpi/resources/svg_tests.css
diff --git a/LayoutTests/fast/hidpi/resources/svg_tests.css b/LayoutTests/fast/hidpi/resources/svg_tests.css
new file mode 100644
index 0000000000000000000000000000000000000000..3ec591128eb4d8d9a833b1e414fa402ff173e17d
--- /dev/null
+++ b/LayoutTests/fast/hidpi/resources/svg_tests.css
@@ -0,0 +1,20 @@
+ .test {
+ border: 1px solid gray;
+ padding: 1em;
+ margin-bottom: 1em;
+ }
+ .test img, .test canvas {
+ border: 1px solid black;
+ }
+ .test .stats {
+ display: inline-block;
+ margin-top: 1em;
+ font-style: italic;
+ }
+ .expected, .actual {
+ float: right;
+ background-color: #eee;
+ border: 1px solid #ccc;
+ padding: 0.4em;
+ margin-left: 1em;
+ }

Powered by Google App Engine
This is Rietveld 408576698