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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph.html
new file mode 100644
index 0000000000000000000000000000000000000000..f8fcc6da248fa0f05fb030cff175e638e3c898c6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+p {
+ text-decoration: underline;
+ text-decoration-skip: ink;
+ 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;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-ink-ideograph-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698