summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html b/testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html
new file mode 100644
index 0000000000..cca64344bd
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/t422-rgba-func-int-a-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reference</title>
+<link rel="author" title="Intel" href="http://www.intel.com">
+<style>
+ #one { color: black; background: white; }
+ #two { color: white; background: black; }
+ #three { color: red; }
+ #four { color: #00FF00; }
+ #five { color: blue; }
+</style>
+<body>
+ <p id="one">This should be black text on a white background.</p>
+ <p id="two">This should be white text on a black background.</p>
+ <p id="three">This text should be red.</p>
+ <p id="four">This text should be green.</p>
+ <p id="five">This text should be blue.</p>
+</body>