Skip to content

Commit 8f3e51e

Browse files
authored
Add attribute change steps hiding test (#41061)
1 parent f2b3db6 commit 8f3e51e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<link rel=author href="mailto:[email protected]">
3+
<link rel=help href="https://github.com/whatwg/html/issues/9459#issuecomment-1630466911">
4+
5+
<div id="po" popover>
6+
PO
7+
</div>
8+
9+
<script>
10+
po.popover = undefined;
11+
po.remove();
12+
</script>

0 commit comments

Comments
 (0)