haikuwebkit/LayoutTests/fast/css/content/content-quotes-crash.html

17 lines
358 B
HTML

<html>
<head>
<title></title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>
PASS: WebKit didn't crash.
</p>
<ruby><q style="column-gap:2;">a</ruby>
<cite style="word-break: break-all;">a<q style="text-transform:uppercase;">a<sup style="text-overflow:ellipsis;">
</body>
</html>