summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/wm-propagation-body-contain-root.html
blob: af743ef017ac7f9a0624d8bccd48337bfe3a139f (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<title>CSS Writing Modes Test: Do not propagate writing-mode from body when html root is contained</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes/#principal-flow">
<link rel="match" href="wm-propagation-body-contain-root-ref.html">
<style>
  html { contain: paint; }
  body { writing-mode: vertical-rl; }
</style>
<body>This text should run vertically on the left side</body>