summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html b/testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html
new file mode 100644
index 0000000000..deaf50957b
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/t32-opacity-zorder-c-ref.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reference</title>
+<style>
+ table { border-spacing: 2px; }
+ td { border: 1px solid; }
+ td, div { width: 10px; height: 10px; }
+ div.opc { opacity: 0.99; }
+ div.green { background: green; }
+ div.up { margin-top: -10px; }
+ div.red { background: red; }
+</style>
+<body>
+ <p>Each of the following boxes should have a green or
+ very-nearly-green square inside of it:</p>
+ <table><tr>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="red"></div>
+ <div class="up opc green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="red"></div>
+ <div class="up opc green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="red"></div>
+ <div class="up opc green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="green"></div>
+ </td>
+ <td>
+ <div class="red"></div>
+ <div class="up opc green"></div>
+ </td>
+ <td>
+ <div class="red"></div>
+ <div class="up opc green"></div>
+ </td>
+ </tr></table>
+</body>