Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
scroll
/
scrollable_page_with_content_rtl.html
blob: 6989729b49e12771c7635853b5fe141b2b98f9f1 [
file
]
<html
dir
=
"rtl"
>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width, minimum-scale=1.0"
>
<style>
p
{
position
:
absolute
;
right
:
10000px
;
top
:
10000px
;
}
</style>
</head>
<body>
<p>
Some text
</p>
</body>
</html>