blob: 7ba29fde2d70bf3136bdadc1487b88a50498c73e [file] [log] [blame]
<!--
@BLINK-ALLOW:datetime*
@WIN-ALLOW:datetime*
@AURALINUX-ALLOW:datetime*
-->
<!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 datetime="2015-02-14 20:00">ABC</del> <ins datetime="2015-02-14 20:00">Chrome</ins>!</p>
</body>
</html>