| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-shorthand.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-shorthand.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-shorthand.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..42ecb323da10038352bc5d4d1f3b197ace52c810
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-shorthand.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<title>Text Decoration Variant Shorthand Parsing</title>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +</head>
|
| +<body>
|
| + <div id="testElement"></div>
|
| + <div id="log"></div>
|
| + <script src="resources/text-decoration-shorthand.js"></script>
|
| +</body>
|
| +</html>
|
|
|