| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Test: inset with no extent and inline content - inset(150% 150% 0
% 0%)</title> | 4 <title>CSS Test: inset with no extent and inline content - inset(150% 150% 0
% 0%)</title> |
| 5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> | 5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> |
| 6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-mo
del-and-float-behavior"/> | 6 <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/#supported-basic-sh
apes"/> | 7 <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/#shape-outside-prop
erty"/> | 8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop
erty"/> |
| 9 <link rel="match" href="reference/shape-outside-004-ref.html"/> | 9 <link rel="match" href="reference/shape-outside-004-ref.html"/> |
| 10 <meta name="flags" content="ahem"/> | 10 <meta name="flags" content="ahem"/> |
| 11 <meta name="assert" content="This test verifies that a shape with no extent
allow inline | 11 <meta name="assert" content="This test verifies that a shape with no extent
allow inline |
| 12 content to flow through all of the float's box.
"/> | 12 content to flow through all of the float's box.
"/> |
| 13 <!-- This test is derived from Example 3 in this version of the spec: | 13 <!-- This test is derived from Example 3 in this version of the spec: |
| 14 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> | 14 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> |
| 15 <style type="text/css"> | 15 <style type="text/css"> |
| 16 .container { | 16 .container { |
| 17 width: 400px; | 17 width: 400px; |
| 18 font-family: Ahem; | 18 font-family: Ahem; |
| 19 font-size: 20px; | 19 font-size: 20px; |
| 20 line-height: 1.5em; | 20 line-height: 1.5em; |
| 21 } | 21 } |
| 22 #test { | 22 #test { |
| 23 color: green; | 23 color: green; |
| 24 } | 24 } |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 XXXX XXXX XXXX XXXX | 67 XXXX XXXX XXXX XXXX |
| 68 XXXX XXXX XXXX XXXX | 68 XXXX XXXX XXXX XXXX |
| 69 XXXX XXXX XXXX XXXX | 69 XXXX XXXX XXXX XXXX |
| 70 XXXX XXXX XXXX XXXX | 70 XXXX XXXX XXXX XXXX |
| 71 XXXX XXXX XXXX XXXX | 71 XXXX XXXX XXXX XXXX |
| 72 XXXX XXXX XXXX XXXX | 72 XXXX XXXX XXXX XXXX |
| 73 </div> | 73 </div> |
| 74 <div id="square"></div> | 74 <div id="square"></div> |
| 75 </body> | 75 </body> |
| 76 </html> | 76 </html> |
| OLD | NEW |