summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html b/testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html
new file mode 100644
index 0000000000..5ead6432cc
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/borders/groove-ridge-default-notref.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<title>CSS Test Reference</title>
+<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
+<link rel="author" href="https://www.mozilla.org" title="Mozilla">
+<style>
+ div {
+ width: 100px;
+ height: 100px;
+ border: 10px solid;
+ }
+</style>
+<div></div>