Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
accessibility
/
crashtests
/
computed-node.html
blob: 159b217a086c0a8bbe246a976c0ad8f6c8a57dc8 [
file
] [
log
] [
blame
] [
edit
]
<body>
<iframe></iframe>
</body>
<script>
const
iframe
=
document
.
querySelector
(
'iframe'
);
const
option
=
document
.
createElement
(
"option"
);
iframe
.
contentWindow
.
getComputedAccessibleNode
(
option
);
</script>