summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html506
1 files changed, 506 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html b/testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html
new file mode 100644
index 0000000000..11adfffb9f
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/t425-hsla-values-b-ref.html
@@ -0,0 +1,506 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reference</title>
+<link rel="author" title="Intel" href="http://www.intel.com">
+<style>
+ table { border-spacing: 0; padding: 0; border: none; }
+ td { border: none; padding: 0; }
+ td { width: 1.2em; height: 1.2em; }
+</style>
+<body>
+<p>The following table should have three matching rows changing (in 5 steps) from red at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from red at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from yellow at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from yellow at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from green at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from green at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 20%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 40%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 60%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 80%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from aqua at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from aqua at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 100%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from blue at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from blue at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(40%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(60%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from fuchsia at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: black">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have three matching rows changing (in 5 steps) from fuchsia at the left to white at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: white">
+<table border="border">
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 20%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 40%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 60%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 80%, 100%)">&nbsp;</td>
+ <td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have two matching rows changing (in 5 steps) from red at the left to green at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: lime">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: rgb(80%, 20%, 0%)">&nbsp;</td>
+ <td style="background: rgb(60%, 40%, 0%)">&nbsp;</td>
+ <td style="background: rgb(40%, 60%, 0%)">&nbsp;</td>
+ <td style="background: rgb(20%, 80%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have two matching rows changing (in 5 steps) from green at the left to blue at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: blue">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
+ <td style="background: rgb(0%, 80%, 20%)">&nbsp;</td>
+ <td style="background: rgb(0%, 60%, 40%)">&nbsp;</td>
+ <td style="background: rgb(0%, 40%, 60%)">&nbsp;</td>
+ <td style="background: rgb(0%, 20%, 80%)">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+<p>The following table should have two matching rows changing (in 5 steps) from blue at the left to red at the right (plus a checkerboard at both ends to show where the rows are):</p>
+<div style="background: red">
+<table border="border">
+ <tr>
+ <td style="background: black">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: white">&nbsp;</td>
+ </tr>
+ <tr>
+ <td style="background: white">&nbsp;</td>
+ <td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
+ <td style="background: rgb(20%, 0%, 80%)">&nbsp;</td>
+ <td style="background: rgb(40%, 0%, 60%)">&nbsp;</td>
+ <td style="background: rgb(60%, 0%, 40%)">&nbsp;</td>
+ <td style="background: rgb(80%, 0%, 20%)">&nbsp;</td>
+ <td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
+ <td style="background: black">&nbsp;</td>
+ </tr>
+</table>
+</div>
+</body>