blob: 6d6a3e1cc3f449998d05d4c68851a18c6d8dfc22 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - outline and column color reference.</title>
<style>
h1 {
forced-color-adjust: none;
outline-color: CanvasText;
outline-style: solid;
-webkit-column-count: 3;
-webkit-column-gap: 40px;
-webkit-column-rule-color: CanvasText;
-webkit-column-rule-style: solid;
}
</style>
<body>
<h1>
The outline-color and column-rule-color should be blue when forced colors
mode is off and CanvasText in forced colors mode.
</h1>
</body>