summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-vertical-writing-mode-001-ref.html
blob: b46c679c9f4d37f7a95369b9185598d07bc0a5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<link rel="stylesheet" href="../../css-pseudo/support/highlights.css">
<meta charset="utf-8">
<style>
    :root {
        writing-mode: vertical-rl;
    }

    .highlighted {
      background-color: yellow;
      color: blue;
    }
</style>
<body>
<div class="highlight_reftest"><span class="highlighted">One two </span><span>three…</span></div>