| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
| 2 | 2 |
| 3 <html> | 3 <html> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 | 6 |
| 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| 8 | 8 |
| 9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-015 in 'writing
-mode: vertical-lr'</title> | 9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-015 in 'writing
-mode: vertical-lr'</title> |
| 10 | 10 |
| 11 <!-- | 11 <!-- |
| 12 position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left
' is not 'auto' with 'direction: ltr' in initial containing block | 12 position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left
' is not 'auto' with 'direction: ltr' in initial containing block |
| 13 --> | 13 --> |
| 14 | 14 |
| 15 <style type="text/css"> | 15 <style type="text/css"> |
| 16 html | 16 html |
| 17 { | 17 { |
| 18 direction: ltr; | 18 direction: ltr; |
| 19 } | 19 } |
| 20 | 20 |
| 21 div | 21 div |
| 22 { | 22 { |
| 23 border-left: green solid 25px; | 23 border-left: green solid 25px; |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 */ | 87 */ |
| 88 </style> | 88 </style> |
| 89 </head> | 89 </head> |
| 90 | 90 |
| 91 <body> | 91 <body> |
| 92 | 92 |
| 93 <div></div> | 93 <div></div> |
| 94 | 94 |
| 95 </body> | 95 </body> |
| 96 </html> | 96 </html> |
| OLD | NEW |