Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that disables it given conditions:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/embedded-content/video-controls-vertical-writing-mode.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<title>Video controls rendering in vertical-lr</title>
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules" />
<link rel="match" href="video-controls-vertical-writing-mode-ref.html" />
<div style="writing-mode:vertical-lr">
<video controls></video>
</div>