tap-gesture-on-em-link-tap-highlight-assert.html 285 B

1234567
  1. <html>
  2. <body>
  3. <p>This test verifies that a link that starts with or contains an em tag does not assert in debug builds.</p>
  4. <p style='color:green'>Tapping on the link should not trigger an assert.</p>
  5. <div><a href="nothing.html"><em>Nothing.</em></a></div>
  6. </body>
  7. </html>