blob: c031ec2e17f132abf6664aa163e711c2b110cc0c [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
</head>
<body>
<!-- Test that audio & video controls lay out identically in RTL and LTR contexts. -->
<div style="direction:ltr;"><video controls></video></div>
<div style="direction:rtl; text-align:left;"><video controls></video></div>
<div style="direction:ltr;"><audio controls></audio></div>
<div style="direction:rtl; text-align:left;"><audio controls></audio></div>
</div>
</body>