| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Test: Image shape with margin-right + shape-margin on a left floa
t</title> | 4 <title>CSS Test: Image shape with margin-right + shape-margin on a left floa
t</title> |
| 5 <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/> | 5 <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/> |
| 6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"
/> | 6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"
/> |
| 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop
erty"/> | 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop
erty"/> |
| 8 <link rel="help" href="http://www.w3.org/TR/css-shapes/#shape-margin-propert
y"/> | 8 <link rel="help" href="http://www.w3.org/TR/css-shapes/#shape-margin-propert
y"/> |
| 9 <meta name="flags" content="ahem image"/> | 9 <meta name="flags" content="ahem image"/> |
| 10 <meta name="assert" content="This test verifies that the image shape that de
fines the float | 10 <meta name="assert" content="This test verifies that the image shape that de
fines the float |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <div id="line"></div> | 62 <div id="line"></div> |
| 63 <div id="failure"></div> | 63 <div id="failure"></div> |
| 64 </div> | 64 </div> |
| 65 <div id="test" class="container"> | 65 <div id="test" class="container"> |
| 66 <div id="shape-div"></div> | 66 <div id="shape-div"></div> |
| 67 x x | 67 x x |
| 68 </div> | 68 </div> |
| 69 </div> | 69 </div> |
| 70 </body> | 70 </body> |
| 71 </html> | 71 </html> |
| OLD | NEW |