summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html b/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html
new file mode 100644
index 0000000000..2aec2f33e1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b-ref.html
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reference</title>
+<style>
+ table { border-spacing: 0; padding: 0; border: none; }
+ td { border: none; padding: 0; }
+ td { width: 1.2em; height: 1.2em; }
+ #one { background: #FF0000; }
+ #two { background: rgba(255, 255, 0, 0.8); }
+ #three { background: rgba(0, 255, 0, 0.4); }
+ #four { background: rgba(0, 255, 255, 0.6); }
+ #five { background: rgba(0, 0, 255, 0.8); }
+ #six { background: rgba(255, 0, 255, 0.4); }
+</style>
+<body>
+ <p>Each column in the following table should have every cell the
+ same color, except for the checkerboard pattern at the right and
+ left used to indicate the row positions.</p>
+
+ <table>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td id="one">&nbsp;</td>
+ <td id="two">&nbsp;</td>
+ <td id="three">&nbsp;</td>
+ <td id="four">&nbsp;</td>
+ <td id="five">&nbsp;</td>
+ <td id="six">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td id="one">&nbsp;</td>
+ <td id="two">&nbsp;</td>
+ <td id="three">&nbsp;</td>
+ <td id="four">&nbsp;</td>
+ <td id="five">&nbsp;</td>
+ <td id="six">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td id="one">&nbsp;</td>
+ <td id="two">&nbsp;</td>
+ <td id="three">&nbsp;</td>
+ <td id="four">&nbsp;</td>
+ <td id="five">&nbsp;</td>
+ <td id="six">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td id="one">&nbsp;</td>
+ <td id="two">&nbsp;</td>
+ <td id="three">&nbsp;</td>
+ <td id="four">&nbsp;</td>
+ <td id="five">&nbsp;</td>
+ <td id="six">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ </table>
+
+</body>