blob: 332a8bc1ec4163e337d3d7da8828ca5cf8b2ff89 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we don't assert when rt has a block child with emphasis on.</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
ruby {
text-emphasis-style: filled;
}
</style>
</head>
<body>
<ruby>PASS if no assert in debug<rt><div></div></rt></ruby>
</body>
</html>