summaryrefslogtreecommitdiffstats
path: root/browser/components/screenshots/tests/browser/rtl-test-page.html
blob: b76eab6f1c8a1d5853e716031646dda36ca90d91 (plain)
1
2
3
4
5
6
7
8
<html lang="en" dir="rtl">
<head>
  <title>Screenshots</title>
</head>
<body>
  <div id="testPageElement" style="width:150vw;background-color: blue;">hello world</div>
</body>
</html>