Html程序  |  8行  |  285 B

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