Title: [137079] trunk/LayoutTests
Revision
137079
Author
[email protected]
Date
2012-12-09 09:48:34 -0800 (Sun, 09 Dec 2012)

Log Message

Try to fix a finnicky reftest.
https://bugs.webkit.org/show_bug.cgi?id=104486

Reviewed by Simon Fraser.

This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
of 'Text' is clipped in composited mode, and non-clipped in software
painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
have this problem.

* compositing/background-color/background-color-change-to-text-expected.html:
* compositing/background-color/background-color-change-to-text.html:
* platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
* platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (137078 => 137079)


--- trunk/LayoutTests/ChangeLog	2012-12-09 17:34:57 UTC (rev 137078)
+++ trunk/LayoutTests/ChangeLog	2012-12-09 17:48:34 UTC (rev 137079)
@@ -1,5 +1,23 @@
 2012-12-09  Stephen White  <[email protected]>
 
+        Try to fix a finnicky reftest.
+        https://bugs.webkit.org/show_bug.cgi?id=104486
+
+        Reviewed by Simon Fraser.
+
+        This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
+        of 'Text' is clipped in composited mode, and non-clipped in software
+        painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
+        have this problem.
+
+        * compositing/background-color/background-color-change-to-text-expected.html:
+        * compositing/background-color/background-color-change-to-text.html:
+        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-09  Stephen White  <[email protected]>
+
         [Chromium] Unreviewed gardening.
 
         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.

Modified: trunk/LayoutTests/compositing/background-color/background-color-change-to-text-expected.html (137078 => 137079)


--- trunk/LayoutTests/compositing/background-color/background-color-change-to-text-expected.html	2012-12-09 17:34:57 UTC (rev 137078)
+++ trunk/LayoutTests/compositing/background-color/background-color-change-to-text-expected.html	2012-12-09 17:48:34 UTC (rev 137079)
@@ -24,7 +24,7 @@
 
         window.setTimeout(function() {
             // Change the layer to become background only.
-            bg.innerHTML = "Text";
+            bg.innerHTML = "text";
             if (window.testRunner) {
                 window.setTimeout(function() {
                     testRunner.notifyDone();

Modified: trunk/LayoutTests/compositing/background-color/background-color-change-to-text.html (137078 => 137079)


--- trunk/LayoutTests/compositing/background-color/background-color-change-to-text.html	2012-12-09 17:34:57 UTC (rev 137078)
+++ trunk/LayoutTests/compositing/background-color/background-color-change-to-text.html	2012-12-09 17:48:34 UTC (rev 137079)
@@ -24,7 +24,7 @@
 
         window.setTimeout(function() {
             // Change the layer to become background only.
-            bg.innerHTML = "Text";
+            bg.innerHTML = "text";
             if (window.testRunner) {
                 window.setTimeout(function() {
                     testRunner.notifyDone();

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (137078 => 137079)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-09 17:34:57 UTC (rev 137078)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-09 17:48:34 UTC (rev 137079)
@@ -4230,10 +4230,6 @@
 webkit.org/b/94002 [ Win Mac Debug ] inspector/debugger/live-edit-breakpoints.html [ Failure Timeout ]
 webkit.org/b/94002 [ Mac Debug ] inspector/debugger/live-edit.html [ Crash Pass Timeout ]
 
-# This one has correct results, but the tools refuse to rebaseline it.
-Bug(senorblanco) [ MountainLion ] compositing/background-color/background-color-change-to-text.html [ ImageOnlyFailure ]
-Bug(senorblanco) [ MountainLion ] platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text.html [ ImageOnlyFailure ]
-
 # Asserting since r136948.
 webkit.org/b/104473 [ Debug ] inspector/styles/import-pseudoclass-crash.html [ Crash ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to