aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm')
-rw-r--r--tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm b/tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm
deleted file mode 100644
index b17928328cc..00000000000
--- a/tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <title>ttwf-reftest-outline-offset-ref</title>
- <link href="mailto:kein119@naver.com" rel="author" title="jy-jeung">
- <link href="http://www.w3.org/TR/css3-ui/#outline-offset" rel="help">
- <link href="reference/outline-offset.htm" rel="match">
- <style type="text/css">
- div
- {
- display:inline-block;
- outline:2px solid red;
- }
- div span
- {
- display:block;
- width:180px;
- margin:10px;
- height:80px;
- border:2px solid green;
- }
- </style>
-</head>
-<body>
- <p>PASS if there a space between the border.</p>
- <div>
- <span></span>
- </div>
-
-
-</body></html> \ No newline at end of file