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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html

Issue 131133004: [CSS Shapes] Dynamically created element with image valued shape-outside doesn't update (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unnecessary frameView() check Created 6 years, 10 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 <html>
2 <head>
3 <style>
4 .container {
5 font: 50px/1 Ahem, sans-serif;
6 color: green;
7 }
8 </style>
9 </head>
10 <body>
11 <div class="container">
12 <p>X<br>&nbsp;X<br>X</p>
13 </div>
14 </body>
15 </html>
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698