Changeset 51586 in webkit


Ignore:
Timestamp:
Dec 1, 2009 9:50:04 PM (14 years ago)
Author:
hamaji@chromium.org
Message:

2009-12-01 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by Eric Seidel.

Update expectations of css2.1/t1205-c56* for Qt
https://bugs.webkit.org/show_bug.cgi?id=32015

  • platform/qt/Skipped:
  • platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
  • platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
  • platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51584 r51586  
     12009-12-01  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Update expectations of css2.1/t1205-c56* for Qt
     6        https://bugs.webkit.org/show_bug.cgi?id=32015
     7
     8        * platform/qt/Skipped:
     9        * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
     10        * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
     11        * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
     12
    1132009-12-01  Kent Tamura  <tkent@chromium.org>
    214
  • trunk/LayoutTests/platform/qt/Skipped

    r51542 r51586  
    52685268editing/selection/last-empty-inline.html
    52695269
    5270 # Need to update the expectations.
    5271 # See: https://bugs.webkit.org/show_bug.cgi?id=23264
    5272 css2.1/t1205-c561-list-displ-00-b.html
    5273 css2.1/t1205-c565-list-pos-00-b.html
    5274 css2.1/t1205-c566-list-stl-00-e-ag.html
    52755270fast/block/positioning/complex-percentage-height.html
    52765271fast/lists/item-not-in-list-line-wrapping.html
  • trunk/LayoutTests/platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt

    r50878 r51586  
    1010      RenderListItem {DIV} at (0,56) size 784x20 [color=#000080]
    1111        RenderListMarker at (0,0) size 17x20: "1"
    12         RenderText {#text} at (17,0) size 174x20
    13           text run at (17,0) width 174: " This should be line one."
     12        RenderText {#text} at (17,0) size 170x20
     13          text run at (17,0) width 170: "This should be line one."
    1414      RenderBlock {DIV} at (0,76) size 784x20 [color=#000080]
    1515        RenderText {#text} at (0,0) size 185x20
  • trunk/LayoutTests/platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt

    r50878 r51586  
    1818        RenderListItem {LI} at (0,0) size 160x20
    1919          RenderListMarker at (0,0) size 17x20: "1"
    20           RenderInline {SPAN} at (0,0) size 35x20 [color=#FFFFFF]
    21             RenderText {#text} at (17,0) size 35x20
    22               text run at (17,0) width 35: " Test"
     20          RenderInline {SPAN} at (0,0) size 31x20 [color=#FFFFFF]
     21            RenderText {#text} at (17,0) size 31x20
     22              text run at (17,0) width 31: "Test"
  • trunk/LayoutTests/platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt

    r30635 r51586  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x114
    4   RenderBlock {HTML} at (0,0) size 800x114
    5     RenderBody {BODY} at (8,14) size 784x85
    6       RenderBlock {P} at (0,0) size 784x19
    7         RenderText {#text} at (0,0) size 194x19
    8           text run at (0,0) width 194: "There should be no red below."
    9       RenderBlock {UL} at (75,34) size 96x51 [color=#00FF00] [bgcolor=#FF0000] [border: (3px solid #000000)]
     3layer at (0,0) size 800x118
     4  RenderBlock {HTML} at (0,0) size 800x118
     5    RenderBody {BODY} at (8,16) size 784x87
     6      RenderBlock {P} at (0,0) size 784x20
     7        RenderText {#text} at (0,0) size 216x20
     8          text run at (0,0) width 216: "There should be no red below."
     9      RenderBlock {UL} at (75,36) size 96x51 [color=#00FF00] [bgcolor=#FF0000] [border: (3px solid #000000)]
    1010        RenderListItem {LI} at (3,3) size 90x45
    11           RenderListMarker at (0,0) size 45x16: "A"
    12           RenderText {#text} at (45,0) size 90x46
    13             text run at (45,0) width 30: " x"
    14             text run at (0,15) width 60: "x xx"
    15             text run at (0,30) width 90: "xx x x"
     11          RenderListMarker at (0,0) size 45x14: "A"
     12          RenderText {#text} at (45,0) size 90x44
     13            text run at (45,0) width 45: "x x"
     14            text run at (0,15) width 75: "xx xx"
     15            text run at (0,30) width 45: "x x"
Note: See TracChangeset for help on using the changeset viewer.