Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
pagination
/
modal-dialog.html
blob: e7bebb9c9ae2a922da850bf6c2f4c7e81263e3bf [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
html
{
overflow
:
-webkit-paged-x
;
}
</style>
<p>
There should be a modal dialog on this page, with the word "PASS" inside.
</p>
<dialog
id
=
"dialog"
>
PASS
</dialog>
<script>
document
.
getElementById
(
"dialog"
).
showModal
();
</script>