summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html b/testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html
new file mode 100644
index 0000000000..229c8c2d74
--- /dev/null
+++ b/testing/web-platform/tests/css/css-contain/reference/contain-paint-ifc-011-ref.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+
+ <meta charset="UTF-8">
+
+ <title>CSS Reference Test</title>
+
+ <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <style>
+ p
+ {
+ margin-bottom: 30px;
+ }
+
+ div
+ {
+ height: 30px;
+ }
+
+ div.orange
+ {
+ background-color: orange;
+ }
+
+ div.blue
+ {
+ background-color: blue;
+ }
+
+ div#lime
+ {
+ background-color: lime;
+ }
+ </style>
+
+ <p>Test passes if there are 5 horizontal stripes across the page in this order (from top to bottom): an orange stripe, a blue stripe, a bright green stripe, a blue stripe and then an orange stripe.
+
+ <div class="orange"></div>
+
+ <div class="blue"></div>
+
+ <div id="lime"></div>
+
+ <div class="blue"></div>
+
+ <div class="orange"></div>