blob: 1b9cbfa54d34575a279e01d9022b03fcaa5a8aa3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/ahem.js"></script>
<link rel='stylesheet' href='shape-outside-boxes-styles.css' />
</head>
<body>
<p>These tests set the shape-outside to the various boxes (margin/border/padding/content) with writing-mode: vertical-rl. They require the Ahem font. You should see green squares, with no red.</p>
<p>shape-outside: content-box</p>
<div class='container content-box vertical-rl'>
</div>
<p>shape-outside: padding-box</p>
<div class='container padding-box vertical-rl'>
</div>
<p>shape-outside: border-box</p>
<div class='container border-box vertical-rl'>
</div>
<p>shape-outside: margin-box</p>
<div class='container margin-box vertical-rl'>
</div>
</body>
</html>