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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto.html

Issue 2230963002: SVG Image intrinsic size should be used if css style size is 'auto' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 4 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 <style>
3 image {
4 width: auto;
5 height: auto;
6 }
7 </style>
8 <svg>
9 <image width="100" height="100" xlink:href="data:image/png;base64,iVBORw0KGgoA AAANSUhEUgAAAHwAAABcAgMAAADR3DkbAAAACVBMVEUisUztHCT///+Wt+Z1AAAAT0lEQVR4XmNYhR/Q R35UfmooFhA1iOSBbHQwlbD8qPyo/AoGdMA1yOTR3N9Aqvyo/Kh8KAI4sEIZg0YeChDuhwK6yI/Ko4NB ID842j+j8gD+5Vkn+nqy2gAAAABJRU5ErkJggg==" />
fs 2016/08/11 15:52:57 We should add tests for various configurations of
Shanmuga Pandi 2016/08/16 10:24:56 Added test with existence and non-existence of int
10 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698