chromium/third_party/blink/web_tests/wpt_internal/css/css-lists/before-after-selectors-on-code-element-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Before/after selectors with counters on code element (reference)</title>
</head>
<!-- Spec suggests "U+25AA BLACK SMALL SQUARE" but Chromium uses
     "U+25A0 BLACK SQUARE. See comment in core/css/ua_counter_style_map.cc-->
<body>
<code>&#x25E6;PASSED&#x25A0;</code>
</body>
</html>