hyatt@apple.com | 9bcbad6 | 2011-03-22 19:03:50 +0000 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <head> |
| 3 | <title>line-box-contain: none</title> |
| 4 | <style> |
| 5 | .test { -webkit-line-box-contain: none; line-box-contain: none; font: 64px/1em Ahem; background-color:red; margin-top:1em } |
| 6 | .badline { color:red } |
| 7 | .goodline { color: green } |
| 8 | </style> |
| 9 | </head> |
| 10 | <body> |
| 11 | You should see a green line below. If you see any red, the test has failed. |
| 12 | |
| 13 | <div class="test"> |
| 14 | <span class="badline">xxxxx</span><br> |
| 15 | <span class="badline">xxxxx</span><br> |
| 16 | <span class="badline">xxxxx</span><br> |
| 17 | <span class="badline">xxxxx</span><br> |
| 18 | <span class="goodline">xxxxx</span> |
| 19 | </div> |