Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1233)

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-shorthand.html

Issue 2494963003: Serialize the text-decoration shorthand (Closed)
Patch Set: Removed spurious newline Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698