Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
writing-mode
/
absolute-overconstrained-direction.html
blob: 167df3a39ccbe2241f8122c2d6b336b88452f357 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
style
=
"
direction
:
rtl
;
"
>
<head>
<style>
div
{
position
:
absolute
;
width
:
100px
;
height
:
100px
;
border
:
3px
solid black
;
left
:
0
;
right
:
0
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>