Title: [162455] trunk/LayoutTests
Revision
162455
Author
mmaxfi...@apple.com
Date
2014-01-21 11:37:22 -0800 (Tue, 21 Jan 2014)

Log Message

Test that text-decoration-skip: ink inherits as expected
https://bugs.webkit.org/show_bug.cgi?id=127329

Reviewed by Dean Jackson.

Adding a test for text-decoration-skip: ink inheriting

* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html: Added.
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (162454 => 162455)


--- trunk/LayoutTests/ChangeLog	2014-01-21 19:36:19 UTC (rev 162454)
+++ trunk/LayoutTests/ChangeLog	2014-01-21 19:37:22 UTC (rev 162455)
@@ -1,3 +1,15 @@
+2014-01-20  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Test that text-decoration-skip: ink inherits as expected
+        https://bugs.webkit.org/show_bug.cgi?id=127329
+
+        Reviewed by Dean Jackson.
+
+        Adding a test for text-decoration-skip: ink inheriting
+
+        * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html: Added.
+        * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html: Added.
+
 2014-01-21  Eric Carlson  <eric.carl...@apple.com>
 
         Add &lrm; &rlm; and &nbsp; to WebVTT parser

Added: trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html (0 => 162455)


--- trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html	2014-01-21 19:37:22 UTC (rev 162455)
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+<p>
+This test makes sure that text-decoration-skip: ink is inherited and that it can be overridden.
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span Inner ypgq span</span>
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span </span><span style="-webkit-text-decoration-skip: none; text-decoration: underline;">Inner ypgq span</span>
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span Inner ypgq span</span>
+</p>
+</body>
+</html>

Added: trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html (0 => 162455)


--- trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html	                        (rev 0)
+++ trunk/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html	2014-01-21 19:37:22 UTC (rev 162455)
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+<p>
+This test makes sure that text-decoration-skip: ink is inherited and that it can be overridden.
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span>Inner ypgq span</span></span>
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span style="-webkit-text-decoration-skip: none;">Inner ypgq span</span></span>
+</p>
+<p>
+<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span style="-webkit-text-decoration-skip: inherit;">Inner ypgq span</span></span>
+</p>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to