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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Test SVG in CSS backgrounds with non-integer viewBox dimensions</title>
3 <style>
4 #cover {
5 position: absolute;
6 left: 0;
7 width: 600px;
8 top: 0;
9 height: 127px;
10 background-color: blue;
11 }
12 </style>
13 <div id="cover"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698