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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html

Issue 2598393002: Do not skip ink for ideographic scripts (Closed)
Patch Set: drott nits Created 3 years, 11 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/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..298f12d034b91c6dca89c840f71ac0ba39bf1f19
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+p {
+ text-decoration: underline;
+ text-decoration-skip: none;
+ font-size: 20px;
+}
+</style>
+<p>&#x696D;aaa
+<p>aaa&#x696D;aaa
+<p>aaa&#x696D;
+<p>&#x696D;aaa&#x696D;
+<p>&#x696D;aaa&#x696D;aaa&#x696D;
+<p>&#x696D; aaa
+<p>aaa &#x696D; aaa
+<p>aaa &#x696D;
+<p>&#x696D; aaa &#x696D;
+<p>&#x696D; aaa &#x696D; aaa &#x696D;

Powered by Google App Engine
This is Rietveld 408576698