Sign in
webkit
/
WebKit
/
4cbfe9a0bf94b9f92d2303c9045f0eb3b8b4b9e2
/
.
/
ManualTests
/
resources
/
alert-and-go-back.html
blob: 55a5b5063707ef2114cd3485ddd6df23908b1efd [
file
] [
log
] [
blame
]
<script>
history
.
back
();
alert
(
"Wait a moment and then dismiss this alert. If there is no crash, the test succeeded."
);
</script>