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