blob: c80aecf1d30a3686584bd0bea5988a0ddcc32e19 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<link rel=author title="Mason Freed" href="mailto:masonfreed@chromium.org">
<link rel=help href="https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Popup/explainer.md">
<link rel=match href="popup-hidden-display-ref.tentative.html">
No popup should be displayed here.<p>
<popup>This content should be hidden</popup>
<style>
popup {
display: block; /* This should have no effect */
top: 0;
left: 0;
width: 300px;
height: 200px;
border: 1px solid;
background: white;
color: black;
}
</style>