blob: c28b39eaae2a2db6904fd9de4c99593f8e4cc8af [file] [log] [blame]
<!DOCTYPE html>
<!-- There should no text in black color. -->
<html>
<body>
<style>
rt:before
{
content: "BEFORE";
}
rt:after
{
content: "AFTER";
}
</style>
<ruby>
A<rt>CONTENT</rt>B
</ruby>
<script>
document.body.offsetTop;
document.body.style.color = 'blue';
document.body.style.zoom = '200%';
</script>
</body>
</html>