blob: 838ea34e04272fd091f75d6d615557c2e3e5339b [file] [edit]
<!DOCTYPE html>
<style>
iframe {
width: 200px;
height: 200px;
border: none;
}
</style>
<p>The scrollbar gutter should be on the left side (RTL).</p>
<iframe src="data:text/html,<html dir='rtl' style='scrollbar-gutter:stable;margin:0'><body style='margin:0'><div style='height:10px;background:green'></div></body></html>"></iframe>