Title: [91897] trunk/LayoutTests
Revision
91897
Author
r...@google.com
Date
2011-07-27 20:56:00 -0700 (Wed, 27 Jul 2011)

Log Message

[skia] fix clipping of some glyphs on windows
https://bugs.webkit.org/show_bug.cgi?id=65262

Reviewed by Stephen White.

* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91896 => 91897)


--- trunk/LayoutTests/ChangeLog	2011-07-28 03:55:58 UTC (rev 91896)
+++ trunk/LayoutTests/ChangeLog	2011-07-28 03:56:00 UTC (rev 91897)
@@ -1,3 +1,12 @@
+2011-07-27  Mike Reed  <r...@google.com>
+
+        [skia] fix clipping of some glyphs on windows
+        https://bugs.webkit.org/show_bug.cgi?id=65262
+
+        Reviewed by Stephen White.
+
+        * platform/chromium/test_expectations.txt:
+
 2011-07-27  MORITA Hajime  <morr...@google.com>
 
         Inconsistent state of TreeScope reference.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (91896 => 91897)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-28 03:55:58 UTC (rev 91896)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-28 03:56:00 UTC (rev 91897)
@@ -1540,6 +1540,31 @@
 // Flaky. The width of containing RenderBlocks sometimes becomes larger
 BUGCR21958 MAC : svg/hixie/error/012.xml = FAIL
 
+// These will be rebaselined (and therefore fixed) when we roll skia 1960, which fixes
+// clipping some characters.
+BUGCR90673 WIN : editing/selection/vertical-lr-ltr-extend-line-backward-br.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-lr-ltr-extend-line-forward-br.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-br.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-p.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-br.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-p.html = IMAGE
+BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html = IMAGE
+BUGCR90673 WIN : fast/blockflow/english-lr-text.html = IMAGE
+BUGCR90673 WIN : fast/blockflow/japanese-ruby-vertical-lr.html = IMAGE
+BUGCR90673 WIN : fast/blockflow/japanese-ruby-vertical-rl.html = IMAGE
+BUGCR90673 WIN : fast/repaint/shadow-multiple-horizontal.html = IMAGE
+BUGCR90673 WIN : fast/repaint/shadow-multiple-strict-horizontal.html = IMAGE
+BUGCR90673 WIN : fast/repaint/shadow-multiple-strict-vertical.html = IMAGE
+BUGCR90673 WIN : fast/repaint/shadow-multiple-vertical.html = IMAGE
+BUGCR90673 WIN : fast/text/stroking-decorations.html = IMAGE
+BUGCR90673 WIN : fast/text/stroking.html = IMAGE
+BUGCR90673 WIN : fast/transforms/shadows.html = IMAGE
+BUGCR90673 WIN : svg/batik/text/verticalText.svg = IMAGE
+BUGCR90673 WIN : svg/css/group-with-shadow.svg = IMAGE
+BUGCR90673 WIN : svg/css/text-gradient-shadow.svg = IMAGE
+BUGCR90673 WIN : svg/css/text-shadow-multiple.xhtml = IMAGE
+
 // WebKit merge 48500:48585, newly implemented Object.defineProperty.
 BUGCR22526 WIN MAC : fast/js/Object-create.html = FAIL
 BUGCR22526 : fast/js/Object-defineProperties.html = FAIL CRASH
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to