Changeset 57242 in webkit


Ignore:
Timestamp:
Apr 7, 2010 4:52:01 PM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-04-07 Ojan Vafai <ojan@chromium.org>

Reviewed by Adam Barth.

New chromium expected results after r57215
https://bugs.webkit.org/show_bug.cgi?id=37239

  • platform/chromium-linux/fast/repaint/stacked-diacritics-expected.checksum: Added.
  • platform/chromium-linux/fast/text/line-breaks-expected.checksum:
  • platform/chromium-linux/fast/text/line-breaks-expected.png:
  • platform/chromium-linux/fast/text/line-breaks-expected.txt: Our new behavior is no more broken than the old behavior. Evan says he'll fix the underlying problem some day.
  • platform/chromium-win/fast/repaint/stacked-diacritics-expected.checksum: Added.
  • platform/chromium-win/fast/repaint/stacked-diacritics-expected.png: Added.
  • platform/chromium-win/fast/repaint/stacked-diacritics-expected.txt: Added. This is a new test. These are just the usual windows vs. mac font rendering differences.
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57241 r57242  
     12010-04-07  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        New chromium expected results after r57215
     6        https://bugs.webkit.org/show_bug.cgi?id=37239
     7
     8        * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.checksum: Added.
     9        * platform/chromium-linux/fast/text/line-breaks-expected.checksum:
     10        * platform/chromium-linux/fast/text/line-breaks-expected.png:
     11        * platform/chromium-linux/fast/text/line-breaks-expected.txt:
     12        Our new behavior is no more broken than the old behavior. Evan says
     13        he'll fix the underlying problem some day.
     14
     15        * platform/chromium-win/fast/repaint/stacked-diacritics-expected.checksum: Added.
     16        * platform/chromium-win/fast/repaint/stacked-diacritics-expected.png: Added.
     17        * platform/chromium-win/fast/repaint/stacked-diacritics-expected.txt: Added.
     18        This is a new test. These are just the usual windows vs. mac font rendering differences.
     19
     20        * platform/chromium/test_expectations.txt:
     21
    1222010-04-07  Eric Seidel  <eric@webkit.org>
    223
  • trunk/LayoutTests/platform/chromium-linux/fast/text/line-breaks-expected.checksum

    r56277 r57242  
    1 0242d140a5f831607cbe03148ddc3691
     1bee6780bd221e6edb8ed2da87612d05a
  • trunk/LayoutTests/platform/chromium-linux/fast/text/line-breaks-expected.txt

    r56277 r57242  
    2525            text run at (48,25) width 51: "\x{131}psum"
    2626        RenderBlock {P} at (0,142) size 100x50 [border: (1px solid #0000FF)]
    27           RenderText {#text} at (40,1) size 59x47
    28             text run at (40,1) width 59: "Lore\x{1E3F}"
     27          RenderText {#text} at (32,1) size 67x47
     28            text run at (32,1) width 67: "Lore\x{1E3F}"
    2929            text run at (48,25) width 51: "ipsum"
    3030      RenderBlock (anonymous) at (0,366) size 784x20
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r57222 r57242  
    27802780BUG40027 LINUX : fast/forms/input-file-re-render.html = TEXT IMAGE
    27812781
     2782// Caused by http://trac.webkit.org/changeset/57215/
     2783// I think this is due to broken complex text behavior, but I need it investigate more.
     2784BUG_OJAN WIN : fast/text/line-breaks.html = IMAGE+TEXT
     2785
    27822786// These are failing due to new-rin-webkit-tests's diff trimming line ends.
    27832787BUGWK36983 MAC : fast/canvas/webgl/null-object-behaviour.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.