| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Test: shape-outside with open areas on both the left & right of | 4 <title>CSS Test: shape-outside with open areas on both the left & right of |
| 5 the float area</title> | 5 the float area</title> |
| 6 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> | 6 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> |
| 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-mo
del-and-float-behavior"/> | 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-mo
del-and-float-behavior"/> |
| 8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#supported-basic-sh
apes"/> | 8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#supported-basic-sh
apes"/> |
| 9 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop
erty"/> | 9 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop
erty"/> |
| 10 <link rel="match" href="reference/shape-outside-006-ref.html"/> | 10 <link rel="match" href="reference/shape-outside-006-ref.html"/> |
| 11 <meta name="flags" content="ahem"/> | 11 <meta name="flags" content="ahem"/> |
| 12 <meta name="assert" content="This test verifies that content wraps only on o
ne side of | 12 <meta name="assert" content="This test verifies that content wraps only on o
ne side of |
| 13 the float even though there is open area on bot
h the left | 13 the float even though there is open area on bot
h the left |
| 14 and right sides of the float."/> | 14 and right sides of the float."/> |
| 15 <!-- This test is derived from Example 4 in this version of the spec: | 15 <!-- This test is derived from Example 4 in this version of the spec: |
| 16 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> | 16 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> |
| 17 <style type="text/css"> | 17 <style type="text/css"> |
| 18 .container { | 18 .container { |
| 19 width: 250px; | 19 width: 250px; |
| 20 font-family: Ahem; | 20 font-family: Ahem; |
| 21 font-size: 20px; | 21 font-size: 20px; |
| 22 line-height: 1.5em; | 22 line-height: 1.5em; |
| 23 border: 1px solid black; | 23 border: 1px solid black; |
| 24 padding-top: 5px; | 24 padding-top: 5px; |
| 25 } | 25 } |
| 26 #test { | 26 #test { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 XXXXXXXX XXXXXXX XXXXXX | 81 XXXXXXXX XXXXXXX XXXXXX |
| 82 </div> | 82 </div> |
| 83 <div id="failure-container"> | 83 <div id="failure-container"> |
| 84 <div id="bar-1" class="fail"></div> | 84 <div id="bar-1" class="fail"></div> |
| 85 <div id="bar-2" class="fail"></div> | 85 <div id="bar-2" class="fail"></div> |
| 86 <div id="bar-3" class="fail"></div> | 86 <div id="bar-3" class="fail"></div> |
| 87 </div> | 87 </div> |
| 88 <div id="triangle"></div> | 88 <div id="triangle"></div> |
| 89 </body> | 89 </body> |
| 90 </html> | 90 </html> |
| OLD | NEW |