chromium/third_party/blink/web_tests/fast/shapes/shape-outside-floats/shape-outside-boxes-003.html

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