summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/dir-selector-change-004-ref.html
blob: 9a130cb2e5c71b9948e68022ad6ef89cc0ecda05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
        span { background-color: lime }
    </style>
</head>
<body>
    <div>
        <div dir="rtl">
          <div></div>
          <span>מקור השם עברית</span>
        </div>
    </div>
</body>
</html>