chromium/third_party/blink/manual_tests/tap-gesture-in-iframe-with-tap-highlight-crash.html

<html>
<body>
    <p>This test verifies that touch gesture on an iframe does not crash when tap highlighting is on.</p>
    <p style='color:green'>Tapping on the iframe should not crash.</p>
    <iframe src='data:text/html,
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
        <html>
        <body style="margin: 0px;"></body>
        </html>'>
    </iframe>
</body>
</html>