summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/vertical_percentage_crash.html
blob: 73496da4812ce5cdaa7be070b4c37cf818a09af0 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="help" href="https://crbug.com/1203387">

<table style="writing-mode: vertical-lr">
  <caption style="background:yellow" >
    <textarea style="height:10%">abc</textarea>
  </caption>
</table>