aboutsummaryrefslogtreecommitdiff
path: root/guidelines/WCAG-1.0/test7.html
blob: 9372208bef8373fc4b894503e9e025a1807e4754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head> <title>Test 7</title> </head>
  <body>

  <p> This is some text.  </p>

  <p><blink>This is some seriously annoying text.</blink></p>

  <p><marquee loop="infinite" bgcolor="yellow" width="300">
    This MARQUEE is some seriously annoying text.</marquee>
  </p>

  <div style="text-decoration: blink;">Blink from CSS, seriously?</div>
  </body>

  <!-- 3 expected failures -->
</html>