Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 #test { | 5 #test { |
| 6 direction: rtl; | 6 direction: rtl; |
| 7 letter-spacing: -10px; | 7 letter-spacing: -10px; |
| 8 float: right; | |
| 9 backface-visibility: hidden; | |
| 8 } | 10 } |
| 9 </style> | 11 </style> |
| 10 </head> | 12 </head> |
| 11 <body> | 13 <body> |
| 12 <div id="test">| <template></template>a</div> | 14 <div id="test">| <template></template>a</div> |
| 13 <p> | 15 <p style="clear: both"> |
| 14 The line above should have the letter a partially off screen to the | 16 The line above should have the letter 'a' to the right of the pipe c haracter. |
| 15 right of the pipe character. | |
| 16 </p> | 17 </p> |
| 17 </body> | 18 </body> |
| 18 </html> | 19 </html> |
| OLD | NEW |