summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html b/testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html
new file mode 100644
index 0000000000..f556d5f12a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-masking/clip/reference/clip-full-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>CSS Reftest Reference</title>
+ <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
+</head>
+<body>
+ <p>The test passes if there is a green square and no red.</p>
+ <div style="width: 200px; height: 200px; background-color: green;"></div>
+</body>
+</html> \ No newline at end of file