summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht')
-rw-r--r--testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht107
1 files changed, 107 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht b/testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht
new file mode 100644
index 0000000000..9d8985cd2a
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>CSS Reftest Reference</title>
+<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
+<style type="text/css">
+.maroonhex {
+ background: #800000;
+}
+.redhex {
+ background: #ff0000;
+}
+.orangehex {
+ background: #ffa500;
+}
+.yellowhex {
+ background: #ffff00;
+}
+.olivehex {
+ background: #808000;
+}
+.purplehex {
+ background: #800080;
+}
+.fuchsiahex {
+ background: #ff00ff;
+}
+.whitehex {
+ background: #ffffff;
+}
+.limehex {
+ background: #00ff00;
+}
+.greenhex {
+ background: #008000;
+}
+.navyhex {
+ background: #000080;
+}
+.bluehex {
+ background: #0000ff;
+}
+.aquahex {
+ background: #00ffff;
+}
+.tealhex {
+ background: #008080;
+}
+.blackhex {
+ background: #000000;
+}
+.silverhex {
+ background: #c0c0c0;
+}
+.grayhex {
+ background: #808080;
+}
+td {
+ height: 0.5in;
+ width: 0.5in;
+}
+</style>
+</head>
+<body>
+<p>Test passes if the first row of boxes below match the second row of boxes below.</p>
+<table>
+ <tr>
+ <td class="maroonhex"/>
+ <td class="redhex"/>
+ <td class="orangehex"/>
+ <td class="yellowhex"/>
+ <td class="olivehex"/>
+ <td class="purplehex"/>
+ <td class="fuchsiahex"/>
+ <td class="whitehex"/>
+ <td class="limehex"/>
+ <td class="greenhex"/>
+ <td class="navyhex"/>
+ <td class="bluehex"/>
+ <td class="aquahex"/>
+ <td class="tealhex"/>
+ <td class="blackhex"/>
+ <td class="silverhex"/>
+ <td class="grayhex"/>
+ </tr>
+ <tr>
+ <td class="maroonhex"/>
+ <td class="redhex"/>
+ <td class="orangehex"/>
+ <td class="yellowhex"/>
+ <td class="olivehex"/>
+ <td class="purplehex"/>
+ <td class="fuchsiahex"/>
+ <td class="whitehex"/>
+ <td class="limehex"/>
+ <td class="greenhex"/>
+ <td class="navyhex"/>
+ <td class="bluehex"/>
+ <td class="aquahex"/>
+ <td class="tealhex"/>
+ <td class="blackhex"/>
+ <td class="silverhex"/>
+ <td class="grayhex"/>
+ </tr>
+</table>
+</body>
+</html>