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

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html

Issue 219633002: Proper support for multiple text decorations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix jchaffraix' issues. Created 6 years, 7 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: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d22de68adcb82aa3858435258d0ea74854fd2f5f
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<style>
+ div {
+ font-size: 50px;
+ text-decoration: underline dashed green;
+ }
+</style>
+<div id="target">
+ Filler text
+</div>
« no previous file with comments | « LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698