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