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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/in-html/inside-inline-block-expected.html

Issue 1604993003: Set intrinsic size for inline SVG earlier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid isEmpty(). Set individual width/height values. Add test for this. Created 4 years, 11 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>SVG inside inline block</title>
3 <style>
4 body { margin: 0 }
5 div {
6 width: 100px;
7 background: green;
8 position: absolute;
9 top: 0;
10 left: 0
11 }
12 .cover1 {
13 top: 0;
14 left: 0;
15 height: 150px
16 }
17 .cover2 {
18 top: 50px;
19 left: 100px;
20 height: 100px
21 }
22 </style>
23 <div class="cover1"></div>
24 <div class="cover2"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698