Title: [207383] trunk/LayoutTests
Revision
207383
Author
mmaxfi...@apple.com
Date
2016-10-15 16:21:32 -0700 (Sat, 15 Oct 2016)

Log Message

Test that duplicate axis values in font-variation-settings are resolved correctly
https://bugs.webkit.org/show_bug.cgi?id=163489

Reviewed by Darin Adler.

* fast/text/variations/duplicate-axis-expected.html: Added.
* fast/text/variations/duplicate-axis.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (207382 => 207383)


--- trunk/LayoutTests/ChangeLog	2016-10-15 22:04:08 UTC (rev 207382)
+++ trunk/LayoutTests/ChangeLog	2016-10-15 23:21:32 UTC (rev 207383)
@@ -1,3 +1,13 @@
+2016-10-15  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Test that duplicate axis values in font-variation-settings are resolved correctly
+        https://bugs.webkit.org/show_bug.cgi?id=163489
+
+        Reviewed by Darin Adler.
+
+        * fast/text/variations/duplicate-axis-expected.html: Added.
+        * fast/text/variations/duplicate-axis.html: Added.
+
 2016-10-15  Sam Weinig  <s...@webkit.org>
 
         MessageEvent's source property should be a (DOMWindow or MessagePort)? rather than a EventTarget?

Added: trunk/LayoutTests/fast/text/variations/duplicate-axis-expected.html (0 => 207383)


--- trunk/LayoutTests/fast/text/variations/duplicate-axis-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/variations/duplicate-axis-expected.html	2016-10-15 23:21:32 UTC (rev 207383)
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+This test passes if the second axis value in font-variation-settings overrides the first one.
+<div style="font: 100px Skia; font-variation-settings: 'wght' 1.2;">Hello</div>
+</body>
+</html>
\ No newline at end of file

Added: trunk/LayoutTests/fast/text/variations/duplicate-axis.html (0 => 207383)


--- trunk/LayoutTests/fast/text/variations/duplicate-axis.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/variations/duplicate-axis.html	2016-10-15 23:21:32 UTC (rev 207383)
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+This test passes if the second axis value in font-variation-settings overrides the first one.
+<div style="font: 100px Skia; font-variation-settings: 'wght' 0.8, 'wght' 1.2;">Hello</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