summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html')
-rw-r--r--layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html
new file mode 100644
index 000000000..7b297d036
--- /dev/null
+++ b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>CSS Reftest Reference for CSS Selectors Level 4 :dir() Tests</title>
+ <link rel="author" title="Takeshi Kurosawa" href="mailto:taken.spc@gmail.com">
+ <meta name="flags" content="">
+ <style type="text/css">
+ div {
+ width: 100px;
+ height: 100px;
+ background-color: green;
+ }
+ </style>
+</head>
+<body>
+ <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
+ <div></div>
+</body>
+</html>