mmaxfield@apple.com | 61e5063 | 2015-01-08 16:14:59 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | </head> |
| 5 | <body> |
| 6 | This test makes sure that starting border after a newline inside a box-decoration-break span correctly influences line breaking. |
| 7 | <div style="width: 200px; background: yellow; font: 20px Ahem; color: blue;"> |
| 8 | <span style="border-left: 160px solid black; -webkit-box-decoration-break: clone;">a</span><br> |
| 9 | <span style="border-left: 160px solid black; -webkit-box-decoration-break: clone;">a</span><br> |
| 10 | <span style="border-left: 160px solid black; -webkit-box-decoration-break: clone;">a</span> |
| 11 | </div> |
| 12 | </body> |
| 13 | </html> |