summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht')
-rw-r--r--testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht66
1 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht b/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht
new file mode 100644
index 0000000000..a192442be7
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/t425-hsla-h-rotating-b.xht
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>CSS Test: modding of H values in hsla() colors</title>
+ <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
+ <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
+ <link rel="help" href="http://www.w3.org/TR/css3-color/#hsl-color" />
+ <link rel="help" href="http://www.w3.org/TR/css3-color/#hsla-color" />
+ <link rel="match" href="t425-hsla-h-rotating-b-ref.html" />
+ <meta name="assert" content="H values in hsla() colors should be treated like angles, even when outside [0,360)" />
+ <style type="text/css"><![CDATA[
+ table { border-spacing: 0; padding: 0; border: none; }
+ td { border: none; padding: 0; }
+ td { width: 1.2em; height: 1.2em; }
+ ]]></style>
+ </head>
+ <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 style="background: hsla(0, 100%, 50%, 1.0)">&nbsp;</td>
+ <td style="background: hsla(60, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(120, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: hsla(180, 100%, 50%, 0.6)">&nbsp;</td>
+ <td style="background: hsla(240, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(300, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: hsla(-360, 100%, 50%, 1.0)">&nbsp;</td>
+ <td style="background: hsla(-300, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(-240, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: hsla(-180, 100%, 50%, 0.6)">&nbsp;</td>
+ <td style="background: hsla(-120, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(-60, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: hsla(360, 100%, 50%, 1.0)">&nbsp;</td>
+ <td style="background: hsla(420, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(480, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: hsla(540, 100%, 50%, 0.6)">&nbsp;</td>
+ <td style="background: hsla(600, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(660, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: hsla(6120, 100%, 50%, 1.0)">&nbsp;</td>
+ <td style="background: hsla(-9660, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(99840, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: hsla(-900, 100%, 50%, 0.6)">&nbsp;</td>
+ <td style="background: hsla(-104880, 100%, 50%, 0.8)">&nbsp;</td>
+ <td style="background: hsla(2820, 100%, 50%, 0.4)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ </table>
+
+ </body>
+</html>