From 239682ca882b21eab5d5a40a4f87ceb516de8832 Mon Sep 17 00:00:00 2001 From: "philn@webkit.org" Date: Thu, 26 May 2011 12:20:01 +0000 Subject: [PATCH] 2011-05-26 Philippe Normand Unreviewed, rollout of r87373 and r87375. Those commits were mistaken. I'll properly land the baselines later on. * platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt: Removed. * platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt: Removed. * platform/gtk/fast/box-shadow/scaled-box-shadow-expectted.txt: Removed. * platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt: Removed. * platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt: Removed. * platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt: Removed. * platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt: Removed. * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Removed. * platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt: Removed. * platform/gtk/fast/html/details-add-details-child-2-actual.txt: Removed. * platform/gtk/fast/html/details-add-details-child-2-diffs.txt: Removed. * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed. * platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt: Removed. * platform/gtk/fast/html/details-replace-summary-child-actual.txt: Removed. * platform/gtk/fast/html/details-replace-summary-child-diffs.txt: Removed. * platform/gtk/fast/html/details-replace-summary-child-expected.txt: Removed. * platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt: Removed. * platform/gtk/fast/html/details-replace-text-actual.txt: Removed. * platform/gtk/fast/html/details-replace-text-diffs.txt: Removed. * platform/gtk/fast/html/details-replace-text-expected.txt: Removed. * platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed. * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87376 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 63 ++-- .../fast/box-shadow/scaled-box-shadow-actual.txt | 29 -- .../fast/box-shadow/scaled-box-shadow-diffs.txt | 0 .../fast/box-shadow/scaled-box-shadow-expected.txt | 29 -- .../scaled-box-shadow-pretty-diff.html.txt | 344 --------------------- .../fast/box-shadow/scaled-box-shadow-stderr.txt | 1 - .../css/box-shadow-and-border-radius-actual.txt | 21 -- .../css/box-shadow-and-border-radius-diffs.txt | 0 .../css/box-shadow-and-border-radius-expected.txt | 21 -- ...x-shadow-and-border-radius-pretty-diff.html.txt | 344 --------------------- .../html/details-add-details-child-2-actual.txt | 15 - .../html/details-add-details-child-2-diffs.txt | 0 .../html/details-add-details-child-2-expected.txt | 15 - ...etails-add-details-child-2-pretty-diff.html.txt | 344 --------------------- .../html/details-replace-summary-child-actual.txt | 25 -- .../html/details-replace-summary-child-diffs.txt | 0 .../details-replace-summary-child-expected.txt | 25 -- ...ails-replace-summary-child-pretty-diff.html.txt | 344 --------------------- .../gtk/fast/html/details-replace-text-actual.txt | 25 -- .../gtk/fast/html/details-replace-text-diffs.txt | 0 .../fast/html/details-replace-text-expected.txt | 25 -- .../html/details-replace-text-pretty-diff.html.txt | 344 --------------------- .../W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt | 40 --- .../W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt | 0 .../W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt | 40 --- .../filters-felem-01-b-pretty-diff.html.txt | 344 --------------------- .../svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt | 23 -- .../svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt | 0 .../W3C-SVG-1.1-SE/struct-use-14-f-expected.txt | 23 -- .../struct-use-14-f-pretty-diff.html.txt | 344 --------------------- 30 files changed, 32 insertions(+), 2796 deletions(-) delete mode 100644 LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt delete mode 100644 LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt delete mode 100644 LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt delete mode 100644 LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt delete mode 100644 LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt delete mode 100644 LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt delete mode 100644 LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt delete mode 100644 LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-add-details-child-2-actual.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-add-details-child-2-diffs.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-summary-child-actual.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-summary-child-diffs.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-summary-child-expected.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-text-actual.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-text-diffs.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-text-expected.txt delete mode 100644 LayoutTests/platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt delete mode 100644 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 528183b..1b264e5 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,36 +1,37 @@ 2011-05-26 Philippe Normand - Unreviewed, GTK baselines for new tests. - - * platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt: Added. - * platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt: Added. - * platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt: Added. - * platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html: Added. - * platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt: Added. - * platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt: Added. - * platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt: Added. - * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Added. - * platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html: Added. - * platform/gtk/fast/html/details-add-details-child-2-actual.txt: Added. - * platform/gtk/fast/html/details-add-details-child-2-diffs.txt: Added. - * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Added. - * platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html: Added. - * platform/gtk/fast/html/details-replace-summary-child-actual.txt: Added. - * platform/gtk/fast/html/details-replace-summary-child-diffs.txt: Added. - * platform/gtk/fast/html/details-replace-summary-child-expected.txt: Added. - * platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html: Added. - * platform/gtk/fast/html/details-replace-text-actual.txt: Added. - * platform/gtk/fast/html/details-replace-text-diffs.txt: Added. - * platform/gtk/fast/html/details-replace-text-expected.txt: Added. - * platform/gtk/fast/html/details-replace-text-pretty-diff.html: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added. - * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html: Added. + Unreviewed, rollout of r87373 and r87375. Those commits were + mistaken. I'll properly land the baselines later on. + + * platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt: Removed. + * platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt: Removed. + * platform/gtk/fast/box-shadow/scaled-box-shadow-expectted.txt: Removed. + * platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt: Removed. + * platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt: Removed. + * platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt: Removed. + * platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt: Removed. + * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Removed. + * platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt: Removed. + * platform/gtk/fast/html/details-add-details-child-2-actual.txt: Removed. + * platform/gtk/fast/html/details-add-details-child-2-diffs.txt: Removed. + * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed. + * platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt: Removed. + * platform/gtk/fast/html/details-replace-summary-child-actual.txt: Removed. + * platform/gtk/fast/html/details-replace-summary-child-diffs.txt: Removed. + * platform/gtk/fast/html/details-replace-summary-child-expected.txt: Removed. + * platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt: Removed. + * platform/gtk/fast/html/details-replace-text-actual.txt: Removed. + * platform/gtk/fast/html/details-replace-text-diffs.txt: Removed. + * platform/gtk/fast/html/details-replace-text-expected.txt: Removed. + * platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed. + * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt: Removed. 2011-05-26 Keishi Hattori diff --git a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt b/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt deleted file mode 100644 index 16704fd..0000000 --- a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt +++ /dev/null @@ -1,29 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x592 - RenderBlock {HTML} at (0,0) size 800x592 - RenderBody {BODY} at (8,8) size 784x576 - RenderBlock {DIV} at (4,4) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (288,129) size 4x19 - text run at (288,129) width 4: " " - RenderBlock {DIV} at (296,4) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (580,129) size 4x19 - text run at (580,129) width 4: " " - RenderBR {BR} at (0,0) size 0x0 - RenderBlock {DIV} at (4,292) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (288,417) size 4x19 - text run at (288,417) width 4: " " - RenderBlock {DIV} at (296,292) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (0,0) size 0x0 -layer at (52,52) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (344,52) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (52,340) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (344,340) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 diff --git a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt b/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt b/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt deleted file mode 100644 index 16704fd..0000000 --- a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt +++ /dev/null @@ -1,29 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x592 - RenderBlock {HTML} at (0,0) size 800x592 - RenderBody {BODY} at (8,8) size 784x576 - RenderBlock {DIV} at (4,4) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (288,129) size 4x19 - text run at (288,129) width 4: " " - RenderBlock {DIV} at (296,4) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (580,129) size 4x19 - text run at (580,129) width 4: " " - RenderBR {BR} at (0,0) size 0x0 - RenderBlock {DIV} at (4,292) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (288,417) size 4x19 - text run at (288,417) width 4: " " - RenderBlock {DIV} at (296,292) size 280x280 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (0,0) size 0x0 -layer at (52,52) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (344,52) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (52,340) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 -layer at (344,340) size 100x100 - RenderBlock (relative positioned) {DIV} at (40,40) size 100x100 diff --git a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt b/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt b/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt deleted file mode 100644 index a4b597f..0000000 --- a/LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt +++ /dev/null @@ -1 +0,0 @@ -Xlib: extension "RANDR" missing on display ":10.0". diff --git a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt b/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt deleted file mode 100644 index 451a58d..0000000 --- a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt +++ /dev/null @@ -1,21 +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,24) size 784x568 - RenderBlock {DIV} at (24,0) size 736x60 [bgcolor=#008000] - RenderBlock {DIV} at (24,84) size 736x60 [bgcolor=#008000] - RenderBlock {DIV} at (24,168) size 736x60 [bgcolor=#008000] - RenderTable {TABLE} at (0,252) size 522x246 - RenderTableSection {TBODY} at (0,0) size 522x246 - RenderTableRow {TR} at (0,2) size 522x242 - RenderTableCell {TD} at (2,2) size 102x242 [r=0 c=0 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (106,2) size 102x242 [r=0 c=1 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (210,2) size 102x242 [r=0 c=2 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (314,2) size 102x242 [r=0 c=3 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (418,2) size 102x242 [r=0 c=4 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] diff --git a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt b/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt b/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt deleted file mode 100644 index 451a58d..0000000 --- a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt +++ /dev/null @@ -1,21 +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,24) size 784x568 - RenderBlock {DIV} at (24,0) size 736x60 [bgcolor=#008000] - RenderBlock {DIV} at (24,84) size 736x60 [bgcolor=#008000] - RenderBlock {DIV} at (24,168) size 736x60 [bgcolor=#008000] - RenderTable {TABLE} at (0,252) size 522x246 - RenderTableSection {TBODY} at (0,0) size 522x246 - RenderTableRow {TR} at (0,2) size 522x242 - RenderTableCell {TD} at (2,2) size 102x242 [r=0 c=0 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (106,2) size 102x242 [r=0 c=1 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (210,2) size 102x242 [r=0 c=2 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (314,2) size 102x242 [r=0 c=3 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] - RenderTableCell {TD} at (418,2) size 102x242 [r=0 c=4 rs=1 cs=1] - RenderBlock {DIV} at (21,21) size 60x200 [bgcolor=#008000] diff --git a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt b/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-actual.txt b/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-actual.txt deleted file mode 100644 index 918cd09..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-actual.txt +++ /dev/null @@ -1,15 +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 - RenderDetails {DETAILS} at (0,0) size 784x38 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 58x19 - text run at (16,0) width 58: "summary" - RenderBlock (anonymous) at (0,19) size 784x19 - RenderInline {SPAN} at (0,0) size 142x19 - RenderInline {B} at (0,0) size 142x19 - RenderText {#text} at (0,0) size 142x19 - text run at (0,0) width 142: "should have bold test" diff --git a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-diffs.txt b/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt b/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt deleted file mode 100644 index 918cd09..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt +++ /dev/null @@ -1,15 +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 - RenderDetails {DETAILS} at (0,0) size 784x38 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 58x19 - text run at (16,0) width 58: "summary" - RenderBlock (anonymous) at (0,19) size 784x19 - RenderInline {SPAN} at (0,0) size 142x19 - RenderInline {B} at (0,0) size 142x19 - RenderText {#text} at (0,0) size 142x19 - text run at (0,0) width 142: "should have bold test" diff --git a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt b/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-actual.txt b/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-actual.txt deleted file mode 100644 index 289b4c4..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-actual.txt +++ /dev/null @@ -1,25 +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 - RenderDetails {DETAILS} at (0,0) size 784x19 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 4x19 - text run at (16,0) width 4: " " - RenderBlock {SPAN} at (20,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details1" - RenderText {#text} at (84,0) size 4x19 - text run at (84,0) width 4: " " - RenderBlock {SPAN} at (88,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details3" - RenderText {#text} at (0,0) size 0x0 - RenderBlock (anonymous) at (0,19) size 784x32 - RenderButton {INPUT} at (2,2) size 48x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)] - RenderBlock (anonymous) at (8,4) size 32x19 - RenderText at (0,0) size 32x19 - text run at (0,0) width 32: "click" - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-diffs.txt b/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-expected.txt b/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-expected.txt deleted file mode 100644 index 289b4c4..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-expected.txt +++ /dev/null @@ -1,25 +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 - RenderDetails {DETAILS} at (0,0) size 784x19 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 4x19 - text run at (16,0) width 4: " " - RenderBlock {SPAN} at (20,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details1" - RenderText {#text} at (84,0) size 4x19 - text run at (84,0) width 4: " " - RenderBlock {SPAN} at (88,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details3" - RenderText {#text} at (0,0) size 0x0 - RenderBlock (anonymous) at (0,19) size 784x32 - RenderButton {INPUT} at (2,2) size 48x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)] - RenderBlock (anonymous) at (8,4) size 32x19 - RenderText at (0,0) size 32x19 - text run at (0,0) width 32: "click" - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt b/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-text-actual.txt b/LayoutTests/platform/gtk/fast/html/details-replace-text-actual.txt deleted file mode 100644 index 7e4fca0..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-text-actual.txt +++ /dev/null @@ -1,25 +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 - RenderDetails {DETAILS} at (0,0) size 784x38 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 61x19 - text run at (16,0) width 61: "Summary" - RenderBlock (anonymous) at (0,19) size 784x19 - RenderBlock {SPAN} at (0,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details1" - RenderText {#text} at (64,0) size 4x19 - text run at (64,0) width 4: " " - RenderBlock {SPAN} at (68,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details2" - RenderBlock (anonymous) at (0,38) size 784x32 - RenderButton {INPUT} at (2,2) size 48x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)] - RenderBlock (anonymous) at (8,4) size 32x19 - RenderText at (0,0) size 32x19 - text run at (0,0) width 32: "click" - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-text-diffs.txt b/LayoutTests/platform/gtk/fast/html/details-replace-text-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-text-expected.txt b/LayoutTests/platform/gtk/fast/html/details-replace-text-expected.txt deleted file mode 100644 index 7e4fca0..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-text-expected.txt +++ /dev/null @@ -1,25 +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 - RenderDetails {DETAILS} at (0,0) size 784x38 - RenderSummary {SUMMARY} at (0,0) size 784x19 - RenderDetailsMarker {DIV} at (0,5) size 10x10: down - RenderText {#text} at (16,0) size 61x19 - text run at (16,0) width 61: "Summary" - RenderBlock (anonymous) at (0,19) size 784x19 - RenderBlock {SPAN} at (0,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details1" - RenderText {#text} at (64,0) size 4x19 - text run at (64,0) width 4: " " - RenderBlock {SPAN} at (68,4) size 64x15 - RenderText {#text} at (0,0) size 64x15 - text run at (0,0) width 64: "Details2" - RenderBlock (anonymous) at (0,38) size 784x32 - RenderButton {INPUT} at (2,2) size 48x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)] - RenderBlock (anonymous) at (8,4) size 32x19 - RenderText at (0,0) size 32x19 - text run at (0,0) width 32: "click" - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt b/LayoutTests/platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt deleted file mode 100644 index d68a174..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt +++ /dev/null @@ -1,40 +0,0 @@ -layer at (0,0) size 480x360 - RenderView at (0,0) size 480x360 -layer at (0,0) size 480x360 - RenderSVGRoot {svg} at (0,0) size 480x360 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (82,20) size 364x265 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGResourceFilter {filter} [id="null"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] - RenderSVGResourceFilter {filter} [id="nullreg"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] - RenderSVGContainer {g} at (90,20) size 80x115 - RenderSVGPath {circle} at (100,30) size 60x60 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=60.00] [r=30.00] - RenderSVGPath {circle} at (90,20) size 80x80 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=60.00] [r=40.00] - RenderSVGText {text} at (95,111) size 70x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 70x24 - chunk 1 (middle anchor) text run 1 at (95.50,130.00) startOffset 0 endOffset 9 width 69.00: "No filter" - RenderSVGContainer {g} at (82,162) size 96x123 - RenderSVGPath {circle} at (100,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=210.00] [r=30.00] - RenderSVGPath {circle} at (82,162) size 96x96 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=210.00] [r=40.00] - [filter="null"] RenderSVGResourceFilter {filter} at (82,162) size 96x96 - RenderSVGText {text} at (91,261) size 78x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 78x24 - chunk 1 (middle anchor) text run 1 at (91.50,280.00) startOffset 0 endOffset 11 width 77.00: "Null filter" - RenderSVGContainer {g} at (252,20) size 156x115 - RenderSVGPath {circle} at (300,30) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=60.00] [r=30.00] - RenderSVGPath {circle} at (290,20) size 80x80 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=60.00] [r=40.00] - RenderSVGText {text} at (252,111) size 156x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 156x24 - chunk 1 (middle anchor) text run 1 at (252.00,130.00) startOffset 0 endOffset 19 width 156.00: "Non-existent filter" - RenderSVGContainer {g} at (214,180) size 232x105 - RenderSVGPath {circle} at (300,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=210.00] [r=30.00] - RenderSVGPath {circle} at (322,202) size 16x16 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=210.00] [r=40.00] - [filter="nullreg"] RenderSVGResourceFilter {filter} at (322,202) size 16x16 - RenderSVGText {text} at (214,261) size 232x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 232x24 - chunk 1 (middle anchor) text run 1 at (214.50,280.00) startOffset 0 endOffset 29 width 231.00: "Null with small region filter" - RenderSVGContainer {g} at (10,311) size 231x36 - RenderSVGText {text} at (10,311) size 231x36 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 231x36 - chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: "$Revision: 1.7 $" - RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt deleted file mode 100644 index d68a174..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt +++ /dev/null @@ -1,40 +0,0 @@ -layer at (0,0) size 480x360 - RenderView at (0,0) size 480x360 -layer at (0,0) size 480x360 - RenderSVGRoot {svg} at (0,0) size 480x360 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (82,20) size 364x265 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGResourceFilter {filter} [id="null"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] - RenderSVGResourceFilter {filter} [id="nullreg"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] - RenderSVGContainer {g} at (90,20) size 80x115 - RenderSVGPath {circle} at (100,30) size 60x60 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=60.00] [r=30.00] - RenderSVGPath {circle} at (90,20) size 80x80 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=60.00] [r=40.00] - RenderSVGText {text} at (95,111) size 70x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 70x24 - chunk 1 (middle anchor) text run 1 at (95.50,130.00) startOffset 0 endOffset 9 width 69.00: "No filter" - RenderSVGContainer {g} at (82,162) size 96x123 - RenderSVGPath {circle} at (100,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=210.00] [r=30.00] - RenderSVGPath {circle} at (82,162) size 96x96 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=210.00] [r=40.00] - [filter="null"] RenderSVGResourceFilter {filter} at (82,162) size 96x96 - RenderSVGText {text} at (91,261) size 78x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 78x24 - chunk 1 (middle anchor) text run 1 at (91.50,280.00) startOffset 0 endOffset 11 width 77.00: "Null filter" - RenderSVGContainer {g} at (252,20) size 156x115 - RenderSVGPath {circle} at (300,30) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=60.00] [r=30.00] - RenderSVGPath {circle} at (290,20) size 80x80 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=60.00] [r=40.00] - RenderSVGText {text} at (252,111) size 156x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 156x24 - chunk 1 (middle anchor) text run 1 at (252.00,130.00) startOffset 0 endOffset 19 width 156.00: "Non-existent filter" - RenderSVGContainer {g} at (214,180) size 232x105 - RenderSVGPath {circle} at (300,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=210.00] [r=30.00] - RenderSVGPath {circle} at (322,202) size 16x16 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=210.00] [r=40.00] - [filter="nullreg"] RenderSVGResourceFilter {filter} at (322,202) size 16x16 - RenderSVGText {text} at (214,261) size 232x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 232x24 - chunk 1 (middle anchor) text run 1 at (214.50,280.00) startOffset 0 endOffset 29 width 231.00: "Null with small region filter" - RenderSVGContainer {g} at (10,311) size 231x36 - RenderSVGText {text} at (10,311) size 231x36 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 231x36 - chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: "$Revision: 1.7 $" - RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt deleted file mode 100644 index 82a27e2..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt +++ /dev/null @@ -1,23 +0,0 @@ -layer at (0,0) size 480x360 - RenderView at (0,0) size 480x360 -layer at (0,0) size 480x360 - RenderSVGRoot {svg} at (0,0) size 480x360 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGContainer {use} at (0,0) size 100x100 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGContainer {g} at (10,311) size 231x36 - RenderSVGText {text} at (10,311) size 231x36 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 231x36 - chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: "$Revision: 1.3 $" - RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] - RenderSVGContainer {g} at (0,0) size 480x24 - RenderSVGPath {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00] - RenderSVGText {text} at (207,-1) size 66x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 66x24 - chunk 1 (middle anchor) text run 1 at (207.00,18.00) startOffset 0 endOffset 5 width 66.00: "DRAFT" diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt deleted file mode 100644 index e69de29..0000000 diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt deleted file mode 100644 index 82a27e2..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt +++ /dev/null @@ -1,23 +0,0 @@ -layer at (0,0) size 480x360 - RenderView at (0,0) size 480x360 -layer at (0,0) size 480x360 - RenderSVGRoot {svg} at (0,0) size 480x360 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGContainer {use} at (0,0) size 100x100 - RenderSVGContainer {g} at (0,0) size 100x100 - RenderSVGPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] - RenderSVGContainer {g} at (10,311) size 231x36 - RenderSVGText {text} at (10,311) size 231x36 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 231x36 - chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: "$Revision: 1.3 $" - RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] - RenderSVGContainer {g} at (0,0) size 480x24 - RenderSVGPath {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00] - RenderSVGText {text} at (207,-1) size 66x24 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 66x24 - chunk 1 (middle anchor) text run 1 at (207.00,18.00) startOffset 0 endOffset 5 width 66.00: "DRAFT" diff --git a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt b/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt deleted file mode 100644 index 75a22f9..0000000 --- a/LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt +++ /dev/null @@ -1,344 +0,0 @@ - - - - -- 2.7.4