Title: [145151] trunk/LayoutTests
Revision
145151
Author
d...@apple.com
Date
2013-03-07 16:26:06 -0800 (Thu, 07 Mar 2013)

Log Message

border-fit should happen at layout time rather than paint time
https://bugs.webkit.org/show_bug.cgi?id=111606

Unreviewed. Skipping some broken tests.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (145150 => 145151)


--- trunk/LayoutTests/ChangeLog	2013-03-08 00:19:39 UTC (rev 145150)
+++ trunk/LayoutTests/ChangeLog	2013-03-08 00:26:06 UTC (rev 145151)
@@ -1,3 +1,12 @@
+2013-03-07  Dean Jackson  <d...@apple.com>
+
+        border-fit should happen at layout time rather than paint time
+        https://bugs.webkit.org/show_bug.cgi?id=111606
+
+        Unreviewed. Skipping some broken tests.
+
+        * platform/mac/TestExpectations:
+
 2013-03-07  Filip Pizlo  <fpi...@apple.com>
 
         DFG should not get corrupted IR in the case of code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way

Modified: trunk/LayoutTests/platform/mac/TestExpectations (145150 => 145151)


--- trunk/LayoutTests/platform/mac/TestExpectations	2013-03-08 00:19:39 UTC (rev 145150)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2013-03-08 00:26:06 UTC (rev 145151)
@@ -1456,3 +1456,7 @@
 webkit.org/b/111650 http/tests/cookies/third-party-cookie-accept-policy.html [ Failure Pass ]
 
 webkit.org/b/111754 inspector/debugger/debugger-expand-scope.html [ Crash Pass ]
+
+webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure Pass ]
+webkit.org/b/111606 fast/borders/border-fit.html [ Failure Pass ]
+webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure Pass ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to