Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-break
/
table
/
table-row-end-border-2-crash.html
blob: e5c37cbdcf6d00c5ece82bde1e66f3a1134d987a [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<link
rel
=
"help"
href
=
"https://bugs.chromium.org/p/chromium/issues/detail?id=1336163"
>
<div
style
=
"
columns
:
2
;
height
:
1px
;
"
>
<table>
<tbody>
<tr
style
=
"
border-bottom
:
10px
solid
;
"
>
<td></td>
</tr>
</tbody>
</table>
</div>