Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
accessibility
/
resources
/
iframe-with-buttons.html
blob: 3133777821b6c55d3293ccacc301e1a0290a24c7 [
file
] [
edit
]
<!DOCTYPE HTML>
<html>
<body>
<p>
Hello there!
</p>
<button
id
=
"yes-btn"
>
Yes
</button>
<button
id
=
"no-btn"
>
No
</button>
</body>
</html>