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

Side by Side Diff: LayoutTests/svg/as-image/set-img-height-expected.html

Issue 210083003: [svg] in img element doesn't render correctly when height is changed dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 #scaleMe {
4 width:100px;
5 height:100px;
6 }
7 </style>
8 <body>
9 <div>
10 <img id="scaleMe" src="resources/default-profile.svg"/>
pdr. 2014/03/24 16:03:58 <img> is one of those weird not-self-closing tags.
11 </div>
12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698