servo/tests/wpt/web-platform-tests/feature-policy/experimental-features/resources/vertical-scroll-touch-action.html

14 lines
207 B
HTML

<!DOCTYPE html>
<style>
body, html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
touch-action: none;
}
</style>
<body>
<p>This page blocks all 'touch-action'.</p>
</body>