chromium/third_party/blink/web_tests/external/wpt/css/selectors/dir-selector-white-space-001-ref.html

<!DOCTYPE html>
<html>
<head>
    <style type="text/css">
       div {
           width: 100px;
           height: 100px;
           background-color: green;
       }
    </style>
</head>
<body>
    <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
    <div></div>
    <div></div>
    <div></div>
</body>
</html>