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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html

Issue 1912063004: Align image sizes for SVG with raster image size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NeedsManualRebaseline to tests Created 4 years, 8 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: third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html b/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5c961ed57ae657c105b94d1fe6fa9f05f79b22de
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<title>Test SVG in CSS backgrounds with non-integer viewBox dimensions</title>
+<style>
+#cover {
+ position: absolute;
+ left: 0;
+ width: 600px;
+ top: 0;
+ height: 127px;
+ background-color: blue;
+}
+</style>
+<div id="cover"></div>

Powered by Google App Engine
This is Rietveld 408576698