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

Unified Diff: third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html

Issue 2674883004: Apply dotted underline style to <abbr> (Closed)
Patch Set: Add test Created 3 years, 10 months 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/html/text-level-semantics/abbr-acronym-rendering-expected.html
diff --git a/third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html b/third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..13c7e2b7635a336255d9d768ab8330a540483ab8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+<body>
+<span style="text-decoration: dotted underline;">Cr</span>
+<span style="text-decoration: dotted underline;">Pt</span>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698