Title: [130654] trunk/LayoutTests
Revision
130654
Author
jchaffr...@webkit.org
Date
2012-10-08 10:54:03 -0700 (Mon, 08 Oct 2012)

Log Message

Unreviewed fast/repaint Chromium rebaselining.

Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
- the background has an alpha off-by-one (crbug.com/23473)
- the repaint rectangles are united (the Mac baselines don't do the union).
- On Lion, the font used is different.

* platform/chromium/TestExpectations:
Removed the rebaselined tests' entries.

* platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
* platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
* platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
* platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
* platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
* platform/chromium-mac/fast/repaint/control-clip-expected.txt:
* platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
* platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
* platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
* platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
* platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
* platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
* platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
* platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
* platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
* platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
* platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
* platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
* platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
* platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
* platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
* platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
* platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
* platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
* platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
* platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
* platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
* platform/mac-lion/fast/repaint: Removed.
* platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/mac-lion/fast/repaint/

Diff

Modified: trunk/LayoutTests/ChangeLog (130653 => 130654)


--- trunk/LayoutTests/ChangeLog	2012-10-08 17:21:34 UTC (rev 130653)
+++ trunk/LayoutTests/ChangeLog	2012-10-08 17:54:03 UTC (rev 130654)
@@ -1,3 +1,62 @@
+2012-10-08  Julien Chaffraix  <jchaffr...@webkit.org>
+
+        Unreviewed fast/repaint Chromium rebaselining.
+
+        Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
+        - the background has an alpha off-by-one (crbug.com/23473)
+        - the repaint rectangles are united (the Mac baselines don't do the union).
+        - On Lion, the font used is different.
+
+        * platform/chromium/TestExpectations:
+        Removed the rebaselined tests' entries.
+
+        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
+        * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
+        * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
+        * platform/mac-lion/fast/repaint: Removed.
+        * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.
+
 2012-10-08  Allan Sandfeld Jensen  <allan.jen...@digia.com>
 
         [Qt] Add baselines to passing ruby DOM tests.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (130653 => 130654)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-08 17:21:34 UTC (rev 130653)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-08 17:54:03 UTC (rev 130654)
@@ -1553,35 +1553,10 @@
 crbug.com/23476 [ Mac ] fast/frames/inline-object-inside-frameset.html [ ImageOnlyFailure ]
 crbug.com/23476 [ Mac ] fast/text/font-initial.html [ ImageOnlyFailure ]
 
-crbug.com/23473 [ Mac ] fast/repaint/background-generated.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/body-background-image.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/bugzilla-5699.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/bugzilla-6278.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/content-into-overflow.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/control-clip.html [ Failure ]
-crbug.com/23473 [ Mac ] fast/repaint/create-layer-repaint.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/intermediate-layout-position-clip.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/intermediate-layout-position.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/invisible-objects.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/layout-state-only-positioned.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/line-in-scrolled-clipped-block.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/line-overflow.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/list-marker-2.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/make-children-non-inline.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/outline-child-repaint.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/outline-inset.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/outline-repaint-glitch.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/overflow-into-content.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/overflow-outline-repaint.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/overflow-scroll-delete.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/reflection-redraw.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/rel-positioned-inline-with-overflow.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/selection-after-delete.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/selection-clear.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/selection-gap-overflow-scroll.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/stacked-diacritics.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/static-to-positioned.html [ ImageOnlyFailure ]
-crbug.com/23473 [ Mac ] fast/repaint/table-cell-move.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/table-cell-overflow.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/table-col-background.html [ ImageOnlyFailure ]
 crbug.com/23473 [ Mac ] fast/repaint/table-collapsed-border.html [ ImageOnlyFailure ]

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/background-generated-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/background-generated-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/content-into-overflow-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/content-into-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/control-clip-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/control-clip-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/chromium-mac/fast/repaint/control-clip-expected.txt (130653 => 130654)


--- trunk/LayoutTests/platform/chromium-mac/fast/repaint/control-clip-expected.txt	2012-10-08 17:21:34 UTC (rev 130653)
+++ trunk/LayoutTests/platform/chromium-mac/fast/repaint/control-clip-expected.txt	2012-10-08 17:54:03 UTC (rev 130654)
@@ -22,7 +22,7 @@
         RenderBlock (anonymous) at (1,8) size 198x14
           RenderText at (0,0) size 47x13
             text run at (0,0) width 47: "SUCCESS"
-      RenderButton {BUTTON} at (0,98) size 200x30 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+      RenderButton {BUTTON} at (0,98) size 200x30 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
         RenderBlock (anonymous) at (8,8) size 184x13
           RenderText {#text} at (68,0) size 48x13
             text run at (68,0) width 48: "SUCCESS"

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/line-overflow-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/line-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/list-marker-2-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/list-marker-2-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-inset-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-inset-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/overflow-into-content-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/overflow-into-content-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/reflection-redraw-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/reflection-redraw-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/selection-after-delete-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/selection-after-delete-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/static-to-positioned-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/static-to-positioned-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/fast/repaint/table-cell-move-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/repaint/table-cell-move-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to