summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-direction.xml
blob: 59fc423422885a8ffd93120b1455ae5be6032fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" style="direction: rtl;">
    <style>
        div {
            position: absolute;
            width: 100px;
            height: 100px;
            border: 3px solid black;
            left: 0;
            right: 0;
        }
    </style>
    <div></div>
</html>