repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
writing-mode
/
absolute-overconstrained-direction.html
blob
167df3a39ccbe2241f8122c2d6b336b88452f357
1
<!DOCTYPE
html
>
2
<html
style
=
"direction: rtl;"
>
3
<head>
4
<style>
5
div {
6
position: absolute;
7
width:
100
px;
8
height:
100
px;
9
border:
3
px solid black;
10
left:
0
;
11
right:
0
;
12
}
13
</style>
14
</head>
15
<body>
16
<div></div>
17
</body>
18
</html>