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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html

Issue 244693003: [CSS Shapes] Add parsing support for gradients (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Increase threshold Created 6 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #image-shape { 5 #image-shape {
6 float: left; 6 float: left;
7 width: 100px; 7 width: 25px; /* shape-outside intervals derived from images are end-point ex clusive */
8 height: 200px; 8 height: 100px;
9 } 9 }
10 10
11 #content { 11 #content {
12 font: 50px/1 Ahem, sans-serif; 12 font: 50px/1 Ahem, sans-serif;
13 width: 600px;
13 color: green; 14 color: green;
14 } 15 }
15 </style> 16 </style>
16 <div id="content"> 17 <div id="content">
17 <img id="image-shape"/> 18 <div id="image-shape"></div>
18 X<br>X<br>X<br>X<br>X 19 X<br>X<br>X
19 </div> 20 </div>
20 </body> 21 </body>
21 </html> 22 </html>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698