haikuwebkit/LayoutTests/fast/ruby/assert-with-block-rt-child-...

19 lines
342 B
HTML

<!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>