From 4817c3f02a0d0c4ed8f65c4540b3c5fdd3b5caf1 Mon Sep 17 00:00:00 2001 From: Robert Hogan Date: Sun, 3 Jul 2011 15:51:21 +0000 Subject: [PATCH] 2011-07-03 Robert Hogan Add platform-specific results after r90338 Unreviewed, add platform-specific results for new rendertree test. https://bugs.webkit.org/show_bug.cgi?id=30355 http://trac.webkit.org/changeset/90338 * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: Added. * platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Added. * plugins/mouse-click-plugin-clears-selection-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@90339 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 13 +++++++++++++ .../mouse-click-plugin-clears-selection-expected.txt | 15 +++++++++++++++ .../mouse-click-plugin-clears-selection-expected.txt | 16 ++++++++++++++++ .../mouse-click-plugin-clears-selection-expected.txt | 15 +++++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 LayoutTests/platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt create mode 100644 LayoutTests/platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt create mode 100644 LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index a29ea96..339c1d8 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,16 @@ +2011-07-03 Robert Hogan + + Add platform-specific results after r90338 + + Unreviewed, add platform-specific results for new rendertree test. + https://bugs.webkit.org/show_bug.cgi?id=30355 + + http://trac.webkit.org/changeset/90338 + + * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: Added. + * platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Added. + * plugins/mouse-click-plugin-clears-selection-expected.txt: Added. + 2011-06-03 Yael Aharon Reviewed by Kenneth Rohde Christiansen. diff --git a/LayoutTests/platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt b/LayoutTests/platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt new file mode 100644 index 0000000..443dfe6 --- /dev/null +++ b/LayoutTests/platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt @@ -0,0 +1,15 @@ +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 (anonymous) at (0,0) size 784x129 + RenderEmbeddedObject {EMBED} at (0,0) size 100x100 + RenderBR {BR} at (100,100) size 0x0 + RenderTextControl {INPUT} at (2,102) size 194x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)] + RenderText {#text} at (0,0) size 0x0 + RenderBlock {DIV} at (0,129) size 784x0 +layer at (13,113) size 188x19 + RenderBlock {DIV} at (3,3) size 188x19 + RenderText {#text} at (1,0) size 35x19 + text run at (1,0) width 35: "hello" diff --git a/LayoutTests/platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt b/LayoutTests/platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt new file mode 100644 index 0000000..d3857f1 --- /dev/null +++ b/LayoutTests/platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt @@ -0,0 +1,16 @@ +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 (anonymous) at (0,0) size 784x126 + RenderEmbeddedObject {EMBED} at (0,0) size 100x100 + RenderBR {BR} at (100,100) size 0x0 + RenderTextControl {INPUT} at (2,102) size 246x22 + RenderText {#text} at (0,0) size 0x0 + RenderBlock {DIV} at (0,126) size 784x0 +layer at (12,112) size 242x18 + RenderBlock {DIV} at (2,2) size 242x18 + RenderText {#text} at (1,0) size 31x17 + text run at (1,0) width 31: "hello" +caret: position 1 of child 1 {EMBED} of body diff --git a/LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt b/LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt new file mode 100644 index 0000000..b99c9da --- /dev/null +++ b/LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt @@ -0,0 +1,15 @@ +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 (anonymous) at (0,0) size 784x123 + RenderEmbeddedObject {EMBED} at (0,0) size 100x100 + RenderBR {BR} at (100,100) size 0x0 + RenderTextControl {INPUT} at (2,102) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)] + RenderText {#text} at (0,0) size 0x0 + RenderBlock {DIV} at (0,123) size 784x0 +layer at (13,113) size 119x13 + RenderBlock {DIV} at (3,3) size 119x13 + RenderText {#text} at (1,0) size 27x13 + text run at (1,0) width 27: "hello" -- 2.1.4