diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-07 02:56:24 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-07 02:56:24 +0000 |
commit | 9dc13b362e62511eef025cf6061fe5fe76b829f5 (patch) | |
tree | b533a524414e9d4759fe1fa9c41086fbd52c23f1 | |
parent | 330436fef8372d1a2498aca063cc5fd88626a977 (diff) | |
download | chromium_src-9dc13b362e62511eef025cf6061fe5fe76b829f5.zip chromium_src-9dc13b362e62511eef025cf6061fe5fe76b829f5.tar.gz chromium_src-9dc13b362e62511eef025cf6061fe5fe76b829f5.tar.bz2 |
Remove redundent expected layout test results. These are the same as the ones under chromium-win.
Review URL: http://codereview.chromium.org/40262
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11194 0039d316-1c4b-4281-b951-d872f2087c98
4 files changed, 0 insertions, 190 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/css1/box_properties/float-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/css1/box_properties/float-expected.txt deleted file mode 100644 index c5afe75..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/css1/box_properties/float-expected.txt +++ /dev/null @@ -1,58 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC] - RenderBlock {P} at (0,0) size 784x20 - RenderText {#text} at (0,0) size 337x19 - text run at (0,0) width 337: "The style declarations which apply to the text below are:" - RenderBlock {PRE} at (0,36) size 784x48 - RenderText {#text} at (0,0) size 160x48 - text run at (0,0) width 152: ".one {float: left;}" - text run at (152,0) width 0: " " - text run at (0,16) width 160: ".two {float: right;}" - text run at (160,16) width 0: " " - text run at (0,32) width 0: " " - RenderBlock {HR} at (0,97) size 784x2 [border: (1px inset #000000)] - RenderImage {IMG} at (0,107) size 15x50 - RenderBlock {P} at (0,115) size 784x40 - RenderText {#text} at (15,0) size 762x39 - text run at (15,0) width 567: "This text should be flowing past a tall orange rectangle on the left side of the browser window. " - text run at (582,0) width 195: "In this case, it is the image which" - text run at (15,20) width 162: "has been floated to the left." - RenderBlock (anonymous) at (0,171) size 784x20 - RenderBR {BR} at (0,0) size 0x19 - RenderBlock {HR} at (0,199) size 784x2 [border: (1px inset #000000)] - RenderImage {IMG} at (769,209) size 15x50 - RenderBlock {P} at (0,217) size 784x40 - RenderText {#text} at (0,0) size 731x39 - text run at (0,0) width 575: "This text should be flowing past a tall orange rectangle on the right side of the browser window. " - text run at (575,0) width 156: "In this case, it is the image" - text run at (0,20) width 209: "which has been floated to the right." - RenderTable {TABLE} at (0,273) size 784x182 [border: (1px outset #808080)] - RenderTableSection {TBODY} at (1,1) size 782x180 - RenderTableRow {TR} at (0,0) size 782x28 - RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2] - RenderInline {STRONG} at (0,0) size 159x19 - RenderText {#text} at (4,4) size 159x19 - text run at (4,4) width 159: "TABLE Testing Section" - RenderTableRow {TR} at (0,28) size 782x152 - RenderTableCell {TD} at (0,90) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] - RenderText {#text} at (4,4) size 4x19 - text run at (4,4) width 4: " " - RenderTableCell {TD} at (12,28) size 770x152 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] - RenderImage {IMG} at (4,4) size 15x50 - RenderBlock {P} at (4,4) size 762x40 - RenderText {#text} at (15,0) size 723x39 - text run at (15,0) width 567: "This text should be flowing past a tall orange rectangle on the left side of the browser window. " - text run at (582,0) width 156: "In this case, it is the image" - text run at (15,20) width 201: "which has been floated to the left." - RenderBlock (anonymous) at (4,60) size 762x20 - RenderBR {BR} at (0,0) size 0x19 - RenderBlock {HR} at (4,88) size 762x2 [border: (1px inset #000000)] - RenderImage {IMG} at (751,98) size 15x50 - RenderBlock {P} at (4,106) size 762x40 - RenderText {#text} at (0,0) size 731x39 - text run at (0,0) width 575: "This text should be flowing past a tall orange rectangle on the right side of the browser window. " - text run at (575,0) width 156: "In this case, it is the image" - text run at (0,20) width 209: "which has been floated to the right." diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-overflow-ellipsis-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-overflow-ellipsis-expected.txt deleted file mode 100644 index a219ec9..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-overflow-ellipsis-expected.txt +++ /dev/null @@ -1,52 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x572 - RenderBlock (anonymous) at (0,0) size 784x100 - RenderText {#text} at (0,0) size 535x19 - text run at (0,0) width 535: "This tests checks that the text-overflow:ellipses property is handled correctly for bidi text." - RenderBR {BR} at (535,15) size 0x0 - RenderBR {BR} at (0,20) size 0x19 - RenderText {#text} at (0,40) size 713x19 - text run at (0,40) width 713: "Pass if the ellipses do not overlap the text and the underlines for the links are placed under the text and not the ellipses. " - RenderBR {BR} at (713,55) size 0x0 - RenderBR {BR} at (0,60) size 0x19 - RenderText {#text} at (0,80) size 31x19 - text run at (0,80) width 31: "LTR:" - RenderBlock (anonymous) at (0,142) size 784x20 - RenderText {#text} at (0,0) size 31x19 - text run at (0,0) width 31: "RTL:" - RenderBlock (anonymous) at (0,204) size 784x20 - RenderText {#text} at (0,0) size 89x19 - text run at (0,0) width 89: "RTL Override:" - RenderBlock (anonymous) at (0,266) size 784x20 - RenderText {#text} at (0,0) size 56x19 - text run at (0,0) width 56: "LTR link:" - RenderBlock (anonymous) at (0,328) size 784x20 - RenderText {#text} at (0,0) size 56x19 - text run at (0,0) width 56: "RTL link:" -layer at (8,108) size 182x22 clip at (9,109) size 180x20 scrollWidth 305 - RenderBlock {DIV} at (0,100) size 182x22 [border: (1px solid #000000)] - RenderText {#text} at (1,1) size 305x19 - text run at (1,1) width 305: "Lorem ipsum dolor sit amet, consectetur adipiscing" -layer at (8,170) size 182x22 clip at (9,171) size 180x20 scrollX 118 scrollWidth 298 - RenderBlock {DIV} at (0,162) size 182x22 [border: (1px solid #000000)] - RenderText {#text} at (-117,1) size 298x19 - text run at (-117,1) width 298 RTL: "\x{5DB}\x{5E9}\x{5D4}\x{5D8}\x{5E7}\x{5E1}\x{5D8} \x{5E2}\x{5E8}\x{5D5}\x{5DA} \x{5DE}\x{5D3}\x{5D9} \x{5E0}\x{5E8}\x{5E6}\x{5D4} \x{5DC}\x{5D4}\x{5D5}\x{5E1}\x{5D9}\x{5E3} \x{5D0}\x{5DC}\x{5D9}\x{5E4}\x{5E1}\x{5D5}\x{5EA} \x{5D1}\x{5E1}\x{5D5}\x{5E3} \x{5E9}\x{5D5}\x{5E8}\x{5D4}" -layer at (8,232) size 182x22 clip at (9,233) size 180x20 scrollX 125 scrollWidth 305 - RenderBlock {DIV} at (0,224) size 182x22 [border: (1px solid #000000)] - RenderText {#text} at (-124,1) size 305x19 - text run at (-124,1) width 305 RTL override: "Lorem ipsum dolor sit amet, consectetur adipiscing" -layer at (8,294) size 182x22 clip at (9,295) size 180x20 scrollWidth 305 - RenderBlock {DIV} at (0,286) size 182x22 [border: (1px solid #000000)] - RenderInline {A} at (0,0) size 305x19 [color=#0000EE] - RenderText {#text} at (1,1) size 305x19 - text run at (1,1) width 305: "Lorem ipsum dolor sit amet, consectetur adipiscing" - RenderText {#text} at (0,0) size 0x0 -layer at (8,356) size 182x22 clip at (9,357) size 180x20 scrollX 125 scrollWidth 305 - RenderBlock {DIV} at (0,348) size 182x22 [border: (1px solid #000000)] - RenderInline {A} at (0,0) size 305x19 [color=#0000EE] - RenderText {#text} at (-124,1) size 305x19 - text run at (-124,1) width 305 RTL override: "Lorem ipsum dolor sit amet, consectetur adipiscing" - RenderText {#text} at (0,0) size 0x0 diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/replaceChild-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/replaceChild-expected.txt deleted file mode 100644 index e475f2f..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/replaceChild-expected.txt +++ /dev/null @@ -1,19 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x152 - RenderBlock {HTML} at (0,0) size 800x152 - RenderBody {BODY} at (0,0) size 800x152 [bgcolor=#CCFFCC] - RenderBlock {DIV} at (0,0) size 800x152 - RenderPartObject {IFRAME} at (0,0) size 152x152 [border: (1px solid #000000)] - layer at (0,0) size 150x150 - RenderView at (0,0) size 150x150 - layer at (0,0) size 150x56 - RenderBlock {HTML} at (0,0) size 150x56 - RenderBody {BODY} at (8,8) size 134x40 - RenderBlock {DIV} at (0,0) size 134x40 - RenderBlock {DIV} at (0,0) size 134x20 - RenderText {#text} at (0,0) size 33x19 - text run at (0,0) width 33: "test 1" - RenderBlock {DIV} at (0,20) size 134x20 - RenderText {#text} at (0,0) size 33x19 - text run at (0,0) width 33: "test 2" diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/tables/mozilla/bugs/bug57828-2-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/tables/mozilla/bugs/bug57828-2-expected.txt deleted file mode 100644 index 94cf7ec..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/tables/mozilla/bugs/bug57828-2-expected.txt +++ /dev/null @@ -1,61 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 - RenderBlock {P} at (0,0) size 784x20 - RenderText {#text} at (0,0) size 385x19 - text run at (0,0) width 385: "The table below takes out the nowrap with the cell of 1% width." - RenderTable {TABLE} at (0,36) size 675x65 - RenderTableSection {TBODY} at (0,0) size 675x65 - RenderTableRow {TR} at (0,0) size 675x65 [bgcolor=#9999CC] - RenderTableCell {TD} at (0,19) size 631x26 [r=0 c=0 rs=1 cs=1] - RenderInline {FONT} at (0,0) size 157x21 - RenderInline {B} at (0,0) size 157x21 - RenderText {#text} at (2,2) size 157x21 - text run at (2,2) width 157: "Technology News" - RenderInline {FONT} at (0,0) size 181x16 - RenderText {#text} at (159,6) size 181x16 - text run at (159,6) width 62: " - updated " - text run at (221,6) width 119: "12:15 PM ET Oct 24" - RenderText {#text} at (0,0) size 0x0 - RenderTableCell {TD} at (631,0) size 44x65 [r=0 c=1 rs=1 cs=1] - RenderTable {TABLE} at (2,2) size 40x61 - RenderTableSection {TBODY} at (0,0) size 40x61 - RenderTableRow {TR} at (0,0) size 40x61 - RenderTableCell {TD} at (0,0) size 40x61 [bgcolor=#CCCCFF] [r=0 c=0 rs=1 cs=1] - RenderImage {IMG} at (3,3) size 16x16 - RenderInline {FONT} at (0,0) size 34x39 - RenderInline {A} at (0,0) size 34x39 [color=#0000EE] - RenderText {#text} at (3,19) size 34x39 - text run at (3,19) width 31: "Add to" - text run at (3,32) width 14: "My" - text run at (3,45) width 34: "Yahoo!" - RenderText {#text} at (0,0) size 0x0 - RenderBlock {P} at (0,117) size 784x20 - RenderText {#text} at (0,0) size 448x19 - text run at (0,0) width 448: "The table below leaves in the nowrap but take out the 1% width in the cell." - RenderTable {TABLE} at (0,153) size 675x26 - RenderTableSection {TBODY} at (0,0) size 675x26 - RenderTableRow {TR} at (0,0) size 675x26 [bgcolor=#9999CC] - RenderTableCell {TD} at (0,0) size 506x26 [r=0 c=0 rs=1 cs=1] - RenderInline {FONT} at (0,0) size 157x21 - RenderInline {B} at (0,0) size 157x21 - RenderText {#text} at (2,2) size 157x21 - text run at (2,2) width 157: "Technology News" - RenderInline {FONT} at (0,0) size 181x16 - RenderText {#text} at (159,6) size 181x16 - text run at (159,6) width 62: " - updated " - text run at (221,6) width 119: "12:15 PM ET Oct 24" - RenderText {#text} at (0,0) size 0x0 - RenderTableCell {TD} at (506,0) size 169x26 [r=0 c=1 rs=1 cs=1] - RenderTable {TABLE} at (2,2) size 110x22 - RenderTableSection {TBODY} at (0,0) size 110x22 - RenderTableRow {TR} at (0,0) size 110x22 - RenderTableCell {TD} at (0,0) size 110x22 [bgcolor=#CCCCFF] [r=0 c=0 rs=1 cs=1] - RenderImage {IMG} at (3,3) size 16x16 - RenderInline {FONT} at (0,0) size 85x13 - RenderInline {A} at (0,0) size 85x13 [color=#0000EE] - RenderText {#text} at (22,3) size 85x13 - text run at (22,3) width 85: "Add to My Yahoo!" - RenderText {#text} at (0,0) size 0x0 |