3 <title>CSS Logical Properties: Flow-Relative Border Colors in Visited Links
</title>
8 border:
25px solid green;
10 border-left-color: red;
22 writing-mode: vertical-rl;
25 border-block-start-color: green;
26 border-inline-start-color: green;
29 border-block-start-color: green;
30 border-inline-end-color: green;
33 border-inline-start-color: green;
34 border-block-end-color: green;
37 border-inline-end-color: green;
38 border-block-end-color: green;
41 <p>Test passes if there is a filled green square and
<strong>no red
</strong>.
</p>
42 <a id=
"link1" href=
"visited-page.html"></a><a id=
"link2" href=
"visited-page.html"></a><br>
43 <a id=
"link3" href=
"visited-page.html"></a><a id=
"link4" href=
"visited-page.html"></a>