chromium/third_party/blink/web_tests/external/wpt/html/semantics/interactive-elements/the-dialog-element/modal-dialog-in-table-column-ref.html

<!DOCTYPE html>
<html>
<head>
<style>
dialog {
    background: green;
    border-color: green;
}
</style>
</head>
<body>
<p>The test passes if you see no green rectangle.
</body>
</html>