| 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>業aaa
|
| +<p>aaa業aaa
|
| +<p>aaa業
|
| +<p>業aaa業
|
| +<p>業aaa業aaa業
|
| +<p>業 aaa
|
| +<p>aaa 業 aaa
|
| +<p>aaa 業
|
| +<p>業 aaa 業
|
| +<p>業 aaa 業 aaa 業
|
|
|