aboutsummaryrefslogtreecommitdiff
path: root/guidelines/WCAG-1.0/test7.html
diff options
context:
space:
mode:
Diffstat (limited to 'guidelines/WCAG-1.0/test7.html')
-rw-r--r--guidelines/WCAG-1.0/test7.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/guidelines/WCAG-1.0/test7.html b/guidelines/WCAG-1.0/test7.html
new file mode 100644
index 0000000..9372208
--- /dev/null
+++ b/guidelines/WCAG-1.0/test7.html
@@ -0,0 +1,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>