Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
semantics
/
interactive-elements
/
the-dialog-element
/
modal-dialog-in-table-column-ref.html
blob: 0310d1ba2437a59235a980f5fce2d95f2775b8fc [
file
] [
log
] [
blame
] [
edit
]
<!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>