Title: [174730] trunk/LayoutTests
Revision
174730
Author
za...@apple.com
Date
2014-10-15 10:21:50 -0700 (Wed, 15 Oct 2014)

Log Message

Subpixel layout: Unskip fast/sub-pixel directory.
https://bugs.webkit.org/show_bug.cgi?id=137732

Reviewed by Simon Fraser.

Unskip tests.

* TestExpectations:
* fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
* fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
* platform/mac/TestExpectations: we still have to skip couple of tests.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174729 => 174730)


--- trunk/LayoutTests/ChangeLog	2014-10-15 17:13:41 UTC (rev 174729)
+++ trunk/LayoutTests/ChangeLog	2014-10-15 17:21:50 UTC (rev 174730)
@@ -1,3 +1,17 @@
+2014-10-15  Zalan Bujtas  <za...@apple.com>
+
+        Subpixel layout: Unskip fast/sub-pixel directory.
+        https://bugs.webkit.org/show_bug.cgi?id=137732
+
+        Reviewed by Simon Fraser.
+
+        Unskip tests.
+
+        * TestExpectations:
+        * fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
+        * fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
+        * platform/mac/TestExpectations: we still have to skip couple of tests.
+
 2014-10-14  Zalan Bujtas  <za...@apple.com>
 
         REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly.

Modified: trunk/LayoutTests/TestExpectations (174729 => 174730)


--- trunk/LayoutTests/TestExpectations	2014-10-15 17:13:41 UTC (rev 174729)
+++ trunk/LayoutTests/TestExpectations	2014-10-15 17:21:50 UTC (rev 174730)
@@ -76,9 +76,6 @@
 
 webkit.org/b/129057 media/controls-styling-strict.html [ Pass Failure ]
 
-#subpixel failure on non-retina displays.
-webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure ]
-
 webkit.org/b/133761 inspector-protocol/debugger/breakpoint-action-detach.html [ Skip ]
 webkit.org/b/129639 inspector-protocol/dom/dom-search-crash.html [ Skip ]
 webkit.org/b/129327 inspector-protocol/indexeddb/basics.html [ Pass Failure ]

Modified: trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt (174729 => 174730)


--- trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt	2014-10-15 17:13:41 UTC (rev 174729)
+++ trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt	2014-10-15 17:21:50 UTC (rev 174730)
@@ -1,4 +1,4 @@
-PASS links[0].offsetWidth is within 1 of 175
+PASS links[0].offsetWidth is within 1 of 177
 Both links should render the same and not wrap.
 
 This shouldn't wrap

Modified: trunk/LayoutTests/fast/sub-pixel/zoomed-em-border-expected.html (174729 => 174730)


--- trunk/LayoutTests/fast/sub-pixel/zoomed-em-border-expected.html	2014-10-15 17:13:41 UTC (rev 174729)
+++ trunk/LayoutTests/fast/sub-pixel/zoomed-em-border-expected.html	2014-10-15 17:21:50 UTC (rev 174730)
@@ -23,7 +23,7 @@
 
             #two {
                 line-height: 1;
-                border-width: 2.333px 0;
+                border-width: 2.5px 0;
                 border-color: #f60;
                 border-style: solid;
             }

Modified: trunk/LayoutTests/platform/mac/TestExpectations (174729 => 174730)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-10-15 17:13:41 UTC (rev 174729)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-10-15 17:21:50 UTC (rev 174730)
@@ -881,9 +881,6 @@
 # Reference test fast/sub-pixel/float-wrap-zoom.html fails
 webkit.org/b/114800 fast/sub-pixel/float-wrap-zoom.html [ Pass ImageOnlyFailure ]
 
-# Disabling subpixel layout on mac, https://bugs.webkit.org/show_bug.cgi?id=114999
-fast/sub-pixel
-
 # Some tests need to be rebaselined still after disabling subpixel layout
 # http://bugs.webkit.org/show_bug.cgi?id=115292
 webkit.org/b/115292 css1/units/rounding.html
@@ -1041,6 +1038,9 @@
 [ MountainLion ] fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html [ Pass ImageOnlyFailure ]
 # clipping filter effects when region is present. 
 webkit.org/b/133523 fast/regions/inline-block-inside-anonymous-overflow.html [ ImageOnlyFailure ]
+
+webkit.org/b/136419 fast/sub-pixel/block-with-margin-overflow.html [ ImageOnlyFailure ]
+webkit.org/b/137729 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
 # End of subpixel failures.
 
 webkit.org/b/127310 svg/filters/feComponentTransfer-style-crash.xhtml [ Pass Failure Timeout ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to