Changeset 123555 in webkit


Ignore:
Timestamp:
Jul 24, 2012 5:28:46 PM (12 years ago)
Author:
alexis.menard@openbossa.org
Message:

[Qt] svg/as-background-image rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92180

Unreviewed gardening.

These tests have been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.

  • platform/qt-5.0/Skipped:
  • platform/qt/svg/as-background-image/animated-svg-as-background-expected.png: Added.
  • platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt:
  • platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
  • platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-1-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-2-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-3-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-4-expected.png: Added.
  • platform/qt/svg/as-background-image/svg-as-background-4-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-5-expected.png: Added.
  • platform/qt/svg/as-background-image/svg-as-background-5-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-6-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt:
  • platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt:
  • platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
  • platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt:
  • platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt:
Location:
trunk/LayoutTests
Files:
3 added
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r123552 r123555  
     12012-07-24  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        [Qt] svg/as-background-image rebaseline after new test fonts
     4        https://bugs.webkit.org/show_bug.cgi?id=92180
     5
     6        Unreviewed gardening.
     7
     8        These tests have been skipped because monospace fonts weren't properly used by
     9        layout tests. After r121971, the test results are normal again.
     10
     11        * platform/qt-5.0/Skipped:
     12        * platform/qt/svg/as-background-image/animated-svg-as-background-expected.png: Added.
     13        * platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt:
     14        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
     15        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
     16        * platform/qt/svg/as-background-image/svg-as-background-1-expected.txt:
     17        * platform/qt/svg/as-background-image/svg-as-background-2-expected.txt:
     18        * platform/qt/svg/as-background-image/svg-as-background-3-expected.txt:
     19        * platform/qt/svg/as-background-image/svg-as-background-4-expected.png: Added.
     20        * platform/qt/svg/as-background-image/svg-as-background-4-expected.txt:
     21        * platform/qt/svg/as-background-image/svg-as-background-5-expected.png: Added.
     22        * platform/qt/svg/as-background-image/svg-as-background-5-expected.txt:
     23        * platform/qt/svg/as-background-image/svg-as-background-6-expected.txt:
     24        * platform/qt/svg/as-background-image/svg-as-background-expected.txt:
     25        * platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt:
     26        * platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt:
     27        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt:
     28        * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
     29        * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt:
     30        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt:
     31
    1322012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
    233
  • trunk/LayoutTests/platform/qt-5.0/Skipped

    r123552 r123555  
    2323# https://bugs.webkit.org/show_bug.cgi?id=76897
    2424fast/events/clear-edit-drag-state.html
    25 
    26 # https://bugs.webkit.org/show_bug.cgi?id=77384
    27 svg/as-background-image/background-image-preserveaspectRatio-support.html
    2825
    2926# https://bugs.webkit.org/show_bug.cgi?id=77380
     
    770767fast/js/custom-constructors.html
    771768fast/js/instanceof-XMLHttpRequest.html
    772 svg/as-background-image/animated-svg-as-background.html
    773 svg/as-background-image/svg-as-background-1.html
    774 svg/as-background-image/svg-as-background-2.html
    775 svg/as-background-image/svg-as-background-3.html
    776 svg/as-background-image/svg-as-background-4.html
    777 svg/as-background-image/svg-as-background-5.html
    778 svg/as-background-image/svg-as-background-6.html
    779 svg/as-background-image/svg-as-background-with-relative-size.html
    780 svg/as-background-image/svg-as-background-with-viewBox.html
    781 svg/as-background-image/svg-as-background.html
    782 svg/as-background-image/svg-as-tiled-background.html
    783 svg/as-background-image/svg-background-partial-redraw.html
    784 svg/as-background-image/svg-width-100p-as-background.html
    785769svg/as-border-image/svg-as-border-image-2.html
    786770svg/as-border-image/svg-as-border-image.html
  • trunk/LayoutTests/platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt

    r98913 r123555  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x515
    4   RenderBlock {HTML} at (0,0) size 800x515
    5     RenderBody {BODY} at (8,8) size 784x499
    6       RenderTable {TABLE} at (0,0) size 670x499
    7         RenderTableSection {TBODY} at (0,0) size 670x499
    8           RenderTableRow {TR} at (0,2) size 670x23
    9             RenderTableCell {TH} at (2,2) size 93x23 [bgcolor=#DDDD99] [r=0 c=0 rs=1 cs=1]
    10               RenderText {#text} at (9,1) size 75x21
     3layer at (0,0) size 800x505
     4  RenderBlock {HTML} at (0,0) size 800x505
     5    RenderBody {BODY} at (8,8) size 784x489
     6      RenderTable {TABLE} at (0,0) size 669x489
     7        RenderTableSection {TBODY} at (0,0) size 669x489
     8          RenderTableRow {TR} at (0,2) size 669x21
     9            RenderTableCell {TH} at (2,2) size 93x21 [bgcolor=#DDDD99] [r=0 c=0 rs=1 cs=1]
     10              RenderText {#text} at (9,1) size 75x19
    1111                text run at (9,1) width 75: "viewBox?"
    12             RenderTableCell {TH} at (97,2) size 163x23 [bgcolor=#DDDD99] [r=0 c=1 rs=1 cs=1]
    13               RenderText {#text} at (1,1) size 169x21
    14                 text run at (1,1) width 169: "preserve\x{AD}Aspect\x{AD}Ratio"
    15             RenderTableCell {TH} at (262,2) size 202x23 [bgcolor=#DDDD99] [r=0 c=2 rs=1 cs=1]
    16               RenderText {#text} at (78,1) size 46x21
     12            RenderTableCell {TH} at (97,2) size 162x21 [bgcolor=#DDDD99] [r=0 c=1 rs=1 cs=1]
     13              RenderText {#text} at (1,1) size 160x19
     14                text run at (1,1) width 160: "preserve\x{AD}Aspect\x{AD}Ratio"
     15            RenderTableCell {TH} at (261,2) size 202x21 [bgcolor=#DDDD99] [r=0 c=2 rs=1 cs=1]
     16              RenderText {#text} at (78,1) size 46x19
    1717                text run at (78,1) width 46: "<img>"
    18             RenderTableCell {TH} at (466,2) size 202x23 [bgcolor=#DDDD99] [r=0 c=3 rs=1 cs=1]
    19               RenderText {#text} at (80,1) size 42x21
     18            RenderTableCell {TH} at (465,2) size 202x21 [bgcolor=#DDDD99] [r=0 c=3 rs=1 cs=1]
     19              RenderText {#text} at (80,1) size 42x19
    2020                text run at (80,1) width 42: "<div>"
    21           RenderTableRow {TR} at (0,27) size 670x57
    22             RenderTableCell {TH} at (2,132) size 93x23 [bgcolor=#DDDD99] [r=1 c=0 rs=4 cs=1]
    23               RenderText {#text} at (1,1) size 91x21
     21          RenderTableRow {TR} at (0,25) size 669x56
     22            RenderTableCell {TH} at (2,129) size 93x21 [bgcolor=#DDDD99] [r=1 c=0 rs=4 cs=1]
     23              RenderText {#text} at (1,1) size 91x19
    2424                text run at (1,1) width 91: "No viewBox"
    25             RenderTableCell {TH} at (97,54) size 163x2 [bgcolor=#DDDD99] [r=1 c=1 rs=1 cs=1]
    26             RenderTableCell {TD} at (262,27) size 202x57 [r=1 c=2 rs=1 cs=1]
     25            RenderTableCell {TH} at (97,52) size 162x2 [bgcolor=#DDDD99] [r=1 c=1 rs=1 cs=1]
     26            RenderTableCell {TD} at (261,25) size 202x56 [r=1 c=2 rs=1 cs=1]
    2727              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    2828              RenderText {#text} at (0,0) size 0x0
    29             RenderTableCell {TD} at (466,29) size 202x52 [r=1 c=3 rs=1 cs=1]
     29            RenderTableCell {TD} at (465,27) size 202x52 [r=1 c=3 rs=1 cs=1]
    3030              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    31           RenderTableRow {TR} at (0,86) size 670x57
    32             RenderTableCell {TH} at (97,103) size 163x23 [bgcolor=#DDDD99] [r=2 c=1 rs=1 cs=1]
    33               RenderText {#text} at (62,1) size 39x21
    34                 text run at (62,1) width 39: "none"
    35             RenderTableCell {TD} at (262,86) size 202x57 [r=2 c=2 rs=1 cs=1]
     31          RenderTableRow {TR} at (0,83) size 669x56
     32            RenderTableCell {TH} at (97,100) size 162x21 [bgcolor=#DDDD99] [r=2 c=1 rs=1 cs=1]
     33              RenderText {#text} at (61,1) size 40x19
     34                text run at (61,1) width 40: "none"
     35            RenderTableCell {TD} at (261,83) size 202x56 [r=2 c=2 rs=1 cs=1]
    3636              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    3737              RenderText {#text} at (0,0) size 0x0
    38             RenderTableCell {TD} at (466,88) size 202x52 [r=2 c=3 rs=1 cs=1]
     38            RenderTableCell {TD} at (465,85) size 202x52 [r=2 c=3 rs=1 cs=1]
    3939              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    40           RenderTableRow {TR} at (0,145) size 670x57
    41             RenderTableCell {TH} at (97,162) size 163x23 [bgcolor=#DDDD99] [r=3 c=1 rs=1 cs=1]
    42               RenderText {#text} at (63,1) size 37x21
    43                 text run at (63,1) width 37: "meet"
    44             RenderTableCell {TD} at (262,145) size 202x57 [r=3 c=2 rs=1 cs=1]
     40          RenderTableRow {TR} at (0,141) size 669x56
     41            RenderTableCell {TH} at (97,158) size 162x21 [bgcolor=#DDDD99] [r=3 c=1 rs=1 cs=1]
     42              RenderText {#text} at (62,1) size 38x19
     43                text run at (62,1) width 38: "meet"
     44            RenderTableCell {TD} at (261,141) size 202x56 [r=3 c=2 rs=1 cs=1]
    4545              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    4646              RenderText {#text} at (0,0) size 0x0
    47             RenderTableCell {TD} at (466,147) size 202x52 [r=3 c=3 rs=1 cs=1]
     47            RenderTableCell {TD} at (465,143) size 202x52 [r=3 c=3 rs=1 cs=1]
    4848              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    49           RenderTableRow {TR} at (0,204) size 670x57
    50             RenderTableCell {TH} at (97,221) size 163x23 [bgcolor=#DDDD99] [r=4 c=1 rs=1 cs=1]
    51               RenderText {#text} at (64,1) size 35x21
    52                 text run at (64,1) width 35: "slice"
    53             RenderTableCell {TD} at (262,204) size 202x57 [r=4 c=2 rs=1 cs=1]
     49          RenderTableRow {TR} at (0,199) size 669x56
     50            RenderTableCell {TH} at (97,216) size 162x21 [bgcolor=#DDDD99] [r=4 c=1 rs=1 cs=1]
     51              RenderText {#text} at (63,1) size 36x19
     52                text run at (63,1) width 36: "slice"
     53            RenderTableCell {TD} at (261,199) size 202x56 [r=4 c=2 rs=1 cs=1]
    5454              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    5555              RenderText {#text} at (0,0) size 0x0
    56             RenderTableCell {TD} at (466,206) size 202x52 [r=4 c=3 rs=1 cs=1]
     56            RenderTableCell {TD} at (465,201) size 202x52 [r=4 c=3 rs=1 cs=1]
    5757              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    58           RenderTableRow {TR} at (0,263) size 670x57
    59             RenderTableCell {TH} at (2,368) size 93x23 [bgcolor=#DDDD99] [r=5 c=0 rs=4 cs=1]
    60               RenderText {#text} at (14,1) size 65x21
     58          RenderTableRow {TR} at (0,257) size 669x56
     59            RenderTableCell {TH} at (2,361) size 93x21 [bgcolor=#DDDD99] [r=5 c=0 rs=4 cs=1]
     60              RenderText {#text} at (14,1) size 65x19
    6161                text run at (14,1) width 65: "viewBox"
    62             RenderTableCell {TH} at (97,290) size 163x2 [bgcolor=#DDDD99] [r=5 c=1 rs=1 cs=1]
    63             RenderTableCell {TD} at (262,263) size 202x57 [r=5 c=2 rs=1 cs=1]
     62            RenderTableCell {TH} at (97,284) size 162x2 [bgcolor=#DDDD99] [r=5 c=1 rs=1 cs=1]
     63            RenderTableCell {TD} at (261,257) size 202x56 [r=5 c=2 rs=1 cs=1]
    6464              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    6565              RenderText {#text} at (0,0) size 0x0
    66             RenderTableCell {TD} at (466,265) size 202x52 [r=5 c=3 rs=1 cs=1]
     66            RenderTableCell {TD} at (465,259) size 202x52 [r=5 c=3 rs=1 cs=1]
    6767              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    68           RenderTableRow {TR} at (0,322) size 670x57
    69             RenderTableCell {TH} at (97,339) size 163x23 [bgcolor=#DDDD99] [r=6 c=1 rs=1 cs=1]
    70               RenderText {#text} at (62,1) size 39x21
    71                 text run at (62,1) width 39: "none"
    72             RenderTableCell {TD} at (262,322) size 202x57 [r=6 c=2 rs=1 cs=1]
     68          RenderTableRow {TR} at (0,315) size 669x56
     69            RenderTableCell {TH} at (97,332) size 162x21 [bgcolor=#DDDD99] [r=6 c=1 rs=1 cs=1]
     70              RenderText {#text} at (61,1) size 40x19
     71                text run at (61,1) width 40: "none"
     72            RenderTableCell {TD} at (261,315) size 202x56 [r=6 c=2 rs=1 cs=1]
    7373              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    7474              RenderText {#text} at (0,0) size 0x0
    75             RenderTableCell {TD} at (466,324) size 202x52 [r=6 c=3 rs=1 cs=1]
     75            RenderTableCell {TD} at (465,317) size 202x52 [r=6 c=3 rs=1 cs=1]
    7676              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    77           RenderTableRow {TR} at (0,381) size 670x57
    78             RenderTableCell {TH} at (97,398) size 163x23 [bgcolor=#DDDD99] [r=7 c=1 rs=1 cs=1]
    79               RenderText {#text} at (63,1) size 37x21
    80                 text run at (63,1) width 37: "meet"
    81             RenderTableCell {TD} at (262,381) size 202x57 [r=7 c=2 rs=1 cs=1]
     77          RenderTableRow {TR} at (0,373) size 669x56
     78            RenderTableCell {TH} at (97,390) size 162x21 [bgcolor=#DDDD99] [r=7 c=1 rs=1 cs=1]
     79              RenderText {#text} at (62,1) size 38x19
     80                text run at (62,1) width 38: "meet"
     81            RenderTableCell {TD} at (261,373) size 202x56 [r=7 c=2 rs=1 cs=1]
    8282              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    8383              RenderText {#text} at (0,0) size 0x0
    84             RenderTableCell {TD} at (466,383) size 202x52 [r=7 c=3 rs=1 cs=1]
     84            RenderTableCell {TD} at (465,375) size 202x52 [r=7 c=3 rs=1 cs=1]
    8585              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
    86           RenderTableRow {TR} at (0,440) size 670x57
    87             RenderTableCell {TH} at (97,457) size 163x23 [bgcolor=#DDDD99] [r=8 c=1 rs=1 cs=1]
    88               RenderText {#text} at (64,1) size 35x21
    89                 text run at (64,1) width 35: "slice"
    90             RenderTableCell {TD} at (262,440) size 202x57 [r=8 c=2 rs=1 cs=1]
     86          RenderTableRow {TR} at (0,431) size 669x56
     87            RenderTableCell {TH} at (97,448) size 162x21 [bgcolor=#DDDD99] [r=8 c=1 rs=1 cs=1]
     88              RenderText {#text} at (63,1) size 36x19
     89                text run at (63,1) width 36: "slice"
     90            RenderTableCell {TD} at (261,431) size 202x56 [r=8 c=2 rs=1 cs=1]
    9191              RenderImage {IMG} at (1,1) size 200x50 [border: (2px dashed #800000)]
    9292              RenderText {#text} at (0,0) size 0x0
    93             RenderTableCell {TD} at (466,442) size 202x52 [r=8 c=3 rs=1 cs=1]
     93            RenderTableCell {TD} at (465,433) size 202x52 [r=8 c=3 rs=1 cs=1]
    9494              RenderBlock {DIV} at (1,1) size 200x50 [border: (2px dashed #800000)]
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-1-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-2-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-3-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-4-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-5-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-6-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 500x500 [bgcolor=#008000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt

    r98072 r123555  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x261
    4   RenderBlock {HTML} at (0,0) size 800x261
    5     RenderBody {BODY} at (8,16) size 784x237
    6       RenderBlock {P} at (0,0) size 784x21
    7         RenderText {#text} at (0,0) size 740x21
    8           text run at (0,0) width 740: "You should continue see a full blue circle when part of the element is redrawn (hover to test interactively)."
    9 layer at (8,53) size 200x200
    10   RenderBlock (relative positioned) {DIV} at (0,37) size 200x200 [border: (1px solid #000000)]
     3layer at (0,0) size 800x259
     4  RenderBlock {HTML} at (0,0) size 800x259
     5    RenderBody {BODY} at (8,16) size 784x235
     6      RenderBlock {P} at (0,0) size 784x19
     7        RenderText {#text} at (0,0) size 631x19
     8          text run at (0,0) width 631: "You should continue see a full blue circle when part of the element is redrawn (hover to test interactively)."
     9layer at (8,51) size 200x200
     10  RenderBlock (relative positioned) {DIV} at (0,35) size 200x200 [border: (1px solid #000000)]
  • trunk/LayoutTests/platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt

    r98072 r123555  
    55    RenderBody {BODY} at (0,0) size 800x600
    66      RenderBlock {DIV} at (0,0) size 800x600 [bgcolor=#FF0000]
    7         RenderText {#text} at (0,0) size 4x21
     7        RenderText {#text} at (0,0) size 4x19
    88          text run at (0,0) width 4: " "
Note: See TracChangeset for help on using the changeset viewer.