summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-in-table-column-ref.html
blob: 0310d1ba2437a59235a980f5fce2d95f2775b8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>