1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / test / data / accessibility / html / ins.html [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>