blob: 00809edb36e92d591920a97c3045d29c42e7bee0 [file] [log] [blame]
mmaxfield@apple.com61e50632015-01-08 16:14:59 +00001<!DOCTYPE html>
2<html>
3<head>
4</head>
5<body>
6This 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>