Title: [209256] trunk/LayoutTests
- Revision
- 209256
- Author
- [email protected]
- Date
- 2016-12-02 12:31:58 -0800 (Fri, 02 Dec 2016)
Log Message
[CSS Parser] Fix invalid test font specification
https://bugs.webkit.org/show_bug.cgi?id=165324
Reviewed by Sam Weinig.
* fast/text/trak-optimizeLegibility.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (209255 => 209256)
--- trunk/LayoutTests/ChangeLog 2016-12-02 20:20:29 UTC (rev 209255)
+++ trunk/LayoutTests/ChangeLog 2016-12-02 20:31:58 UTC (rev 209256)
@@ -1,5 +1,14 @@
2016-12-02 Dave Hyatt <[email protected]>
+ [CSS Parser] Fix invalid test font specification
+ https://bugs.webkit.org/show_bug.cgi?id=165324
+
+ Reviewed by Sam Weinig.
+
+ * fast/text/trak-optimizeLegibility.html:
+
+2016-12-02 Dave Hyatt <[email protected]>
+
[CSS Parser] Mark set-selector-text test, since it will need to be rewritten.
https://bugs.webkit.org/show_bug.cgi?id=165322
Modified: trunk/LayoutTests/TestExpectations (209255 => 209256)
--- trunk/LayoutTests/TestExpectations 2016-12-02 20:20:29 UTC (rev 209255)
+++ trunk/LayoutTests/TestExpectations 2016-12-02 20:31:58 UTC (rev 209256)
@@ -1005,6 +1005,7 @@
webkit.org/b/165195 fast/css/object-position/parsing-object-position.html [ Pass Failure ]
webkit.org/b/165195 fast/css/parsing-css-number-types.html [ Pass Failure ]
webkit.org/b/165195 fast/css/parsing-css-wrap.html [ Pass Failure ]
+webkit.org/b/165195 fast/css/transform-origin-parsing.html [ Pass Failure ]
webkit.org/b/165195 fast/css/variables/custom-property-dynamic-update.html [ Pass Failure ]
webkit.org/b/165195 fast/events/mouse-cursor.html [ Pass Failure ]
webkit.org/b/165195 fast/forms/basic-selects.html [ Pass Failure ]
@@ -1038,6 +1039,7 @@
webkit.org/b/165195 fast/media/mq-pointer-invalid.html [ Pass Failure ]
webkit.org/b/165195 fast/regions/region-styling/parsing-region-style-rule.html [ Pass Failure ]
webkit.org/b/165195 fast/selectors/querySelector-pseudo-element.html [ Pass Failure ]
+webkit.org/b/165195 fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-any.html [ Pass Failure ]
webkit.org/b/165195 fast/shapes/parsing/parsing-shape-image-threshold.html [ Pass Failure ]
webkit.org/b/165195 fast/shapes/shape-outside-floats/shape-outside-animation.html [ Pass Failure ]
webkit.org/b/165195 svg/webarchive/svg-cursor-subresources.svg [ Pass Failure ]
Modified: trunk/LayoutTests/fast/text/trak-optimizeLegibility.html (209255 => 209256)
--- trunk/LayoutTests/fast/text/trak-optimizeLegibility.html 2016-12-02 20:20:29 UTC (rev 209255)
+++ trunk/LayoutTests/fast/text/trak-optimizeLegibility.html 2016-12-02 20:31:58 UTC (rev 209256)
@@ -7,8 +7,8 @@
This test makes sure that you can opt-in to honoring the 'trak' table by specifying text-rendering: optimizeLegibility.
The first and third lines below should have the same width. The middle one can (but doesn't have to) have a different width.
<p><span id="first" style="font: 100px '-apple-system'; font-weight: 300;">hamburgefonstiv</span></p>
-<p><span id="second" style="font: 100px '.AppleSystemUIFontLight' '.SFNSText-Light' '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
-<p><span id="third" style="font: 100px '.AppleSystemUIFontLight' '.SFNSText-Light' '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
+<p><span id="second" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
+<p><span id="third" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
<script>
var first = document.getElementById("first");
var third = document.getElementById("third");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes