Title: [192733] trunk/LayoutTests
Revision
192733
Author
mmaxfi...@apple.com
Date
2015-11-22 09:19:38 -0800 (Sun, 22 Nov 2015)

Log Message

Add a test to make sure that font-variant: inherit works correctly.

Unreviewed.

* fast/text/font-variant-inherit-expected.html: Added.
* fast/text/font-variant-inherit.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (192732 => 192733)


--- trunk/LayoutTests/ChangeLog	2015-11-22 17:06:35 UTC (rev 192732)
+++ trunk/LayoutTests/ChangeLog	2015-11-22 17:19:38 UTC (rev 192733)
@@ -1,5 +1,14 @@
 2015-11-22  Myles C. Maxfield  <mmaxfi...@apple.com>
 
+        Add a test to make sure that font-variant: inherit works correctly.
+
+        Unreviewed.
+
+        * fast/text/font-variant-inherit-expected.html: Added.
+        * fast/text/font-variant-inherit.html: Added.
+
+2015-11-22  Myles C. Maxfield  <mmaxfi...@apple.com>
+
         Font selection should not consult font-variant property
         https://bugs.webkit.org/show_bug.cgi?id=151537
 

Added: trunk/LayoutTests/fast/text/font-variant-inherit-expected.html (0 => 192733)


--- trunk/LayoutTests/fast/text/font-variant-inherit-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/font-variant-inherit-expected.html	2015-11-22 17:19:38 UTC (rev 192733)
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+This test makes sure that font-variant: inherit works as expected.
+<div style="font-size: 100px; font-variant: small-caps;">Asdf<span style="font-variant: small-caps;">Asdf</span>Asdf</div>
+</body>
+</html>
\ No newline at end of file

Added: trunk/LayoutTests/fast/text/font-variant-inherit.html (0 => 192733)


--- trunk/LayoutTests/fast/text/font-variant-inherit.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/font-variant-inherit.html	2015-11-22 17:19:38 UTC (rev 192733)
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+This test makes sure that font-variant: inherit works as expected.
+<div style="font-size: 100px; font-variant: small-caps;">Asdf<span style="font-variant: inherit;">Asdf</span>Asdf</div>
+</body>
+</html>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to