summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-invert-002-ref.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/tests/css/filter-effects/filter-invert-002-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/filter-effects/filter-invert-002-ref.html b/testing/web-platform/tests/css/filter-effects/filter-invert-002-ref.html
new file mode 100644
index 0000000000..e95205b8ca
--- /dev/null
+++ b/testing/web-platform/tests/css/filter-effects/filter-invert-002-ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>CSS Filter Invert Reference</title>
+ <link rel="author" title="Tien Le" href="mailto:shonentokyo@gmail.com">
+ <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
+ <style type="text/css">
+
+ div {
+ width: 200px;
+ height: 200px;
+ background-color: blue;
+ }
+
+ </style>
+</head>
+<body>
+ <p>You should see a blue rectangle.</p>
+
+ <div></div>
+</body>
+</html>