| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-013-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-013-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-013-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1d635037f15c1da8be4c7b0053aed23fbd6bd1d0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-013-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<title>CSS Basic User Interface Reference File</title>
|
| +<link rel="author" title="Intel" href="http://www.intel.com/">
|
| +<style>
|
| + #test {
|
| + border: 2px dashed green;
|
| + height: 150px;
|
| + margin: 28px;
|
| + width: 150px;
|
| + }
|
| +</style>
|
| +<body>
|
| + <p>Test passes if there is a blank square whose border is <strong>green dashed</strong>.</p>
|
| + <div id="test"></div>
|
| +</body>
|
|
|