Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / absolute-overconstrained-direction.html
blob167df3a39ccbe2241f8122c2d6b336b88452f357
1 <!DOCTYPE html>
2 <html style="direction: rtl;">
3 <head>
4 <style>
5 div {
6 position: absolute;
7 width: 100px;
8 height: 100px;
9 border: 3px solid black;
10 left: 0;
11 right: 0;
13 </style>
14 </head>
15 <body>
16 <div></div>
17 </body>
18 </html>