blob: 6a9f95899d0181dfbec9b13cd243b6bdfaf989f7 [file]
<!--
@MAC-ALLOW:AXSubrole=*
-->
<!DOCTYPE html>
<html>
<head>
<style>
/* Make the text small so that it doesn't line-wrap. */
p { font-size: 8px; }
</style>
</head>
<body>
<p>My favorite browser is <del>ABC</del> <ins>Chrome</ins>!</p>
</body>
</html>