summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/back-forward-during-alert-2.html
blob: 931af018c2cdd4cc94f5650ad337f19d1df12548 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
function loaded()
{
   alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse.  You should not be able to navigate back.  If you can, dismissing this dialog will likely result in a crash.");
}
</script>

<body onload="loaded();">
Follow the instructions in the alert that shows up on page load.
</body>