From 02a61040df6c73e9c0cbefc8fc9dcc00cd2a8608 Mon Sep 17 00:00:00 2001 From: "kkristof@inf.u-szeged.hu" Date: Thu, 17 May 2012 13:29:51 +0000 Subject: [PATCH] [Qt] Unreviewed gardening. Added platform specific expectation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Ádám Kallai on 2012-05-17 * platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt: Added after r117289. * platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Update after r117429. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117441 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 ++ ...at-end-of-document-contenteditable-expected.txt | 123 +++++++++++++++++++++ .../svg/css/text-gradient-shadow-expected.txt | 11 ++ ...at-end-of-document-contenteditable-expected.txt | 2 + .../float/overhanging-tall-block-expected.txt | 12 +- 5 files changed, 151 insertions(+), 6 deletions(-) create mode 100644 LayoutTests/platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt create mode 100644 LayoutTests/platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt create mode 100644 LayoutTests/platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 05eef84..ab9652c 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2012-05-17 Ádám Kallai + + [Qt] Unreviewed gardening. Added platform specific expectation. + + * platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. + * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt: Added after r117289. + * platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. + * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Update after r117429. + 2012-05-17 Csaba Osztrogonác [Qt] REGRESSION: http/tests/xmlhttprequest/basic-auth-nopassword.html started to crash with newer Qt5 diff --git a/LayoutTests/platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt b/LayoutTests/platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt new file mode 100644 index 0000000..ed3bca9 --- /dev/null +++ b/LayoutTests/platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt @@ -0,0 +1,123 @@ +When the caret is scrolled out and resides at the end of the contenteditable, on pressing "Ctrl+Return" it must be scrolled to the bottom of the view, not to the center to avoid undesirable content view jumping. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASS diff --git a/LayoutTests/platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt b/LayoutTests/platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt new file mode 100644 index 0000000..b82e7ce --- /dev/null +++ b/LayoutTests/platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt @@ -0,0 +1,11 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderSVGRoot {svg} at (200,9) size 206x288 + RenderSVGHiddenContainer {defs} at (0,0) size 0x0 + RenderSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)] + RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] + RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF] + RenderSVGText {text} at (200,9) size 166x248 contains 1 chunk(s) + RenderSVGInlineText {#text} at (0,0) size 166x248 + chunk 1 text run 1 at (200.00,200.00) startOffset 0 endOffset 3 width 166.00: "SVG" diff --git a/LayoutTests/platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt b/LayoutTests/platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt new file mode 100644 index 0000000..5458562 --- /dev/null +++ b/LayoutTests/platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt @@ -0,0 +1,2 @@ +When the caret is scrolled out and resides at the end of the contenteditable, on pressing "Ctrl+Return" it must be scrolled to the bottom of the view, not to the center to avoid undesirable content view jumping. +PASS diff --git a/LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.txt b/LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.txt index 5a1b67f..4b701fb 100644 --- a/LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.txt +++ b/LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.txt @@ -6,9 +6,9 @@ layer at (0,0) size 800x2100000018 backgroundClip at (0,0) size 800x1073741823 c RenderBlock {DIV} at (0,0) size 784x2100000000 RenderBlock {DIV} at (0,2100000000) size 784x0 RenderBlock {DIV} at (0,2100000000) size 784x0 -layer at (10,2) size 180x2100000004 backgroundClip at (10,2) size 180x1073741821 clip at (10,2) size 180x1073741821 outlineClip at (0,0) size 800x1073741823 - RenderTextControl {TEXTAREA} at (2,-6) size 180x2100000000 - RenderBlock {DIV} at (2,2) size 176x21 -layer at (10,-94967280) size 180x2100000004 backgroundClip at (10,0) size 180x1073741823 clip at (10,0) size 180x1073741823 outlineClip at (0,0) size 800x1073741823 - RenderTextControl {TEXTAREA} at (2,2100000000) size 180x-2147483648 - RenderBlock {DIV} at (2,2) size 176x21 +layer at (10,2) size 200x2100000004 backgroundClip at (10,2) size 200x1073741821 clip at (10,2) size 200x1073741821 outlineClip at (0,0) size 800x1073741823 + RenderTextControl {TEXTAREA} at (2,-6) size 200x2100000000 + RenderBlock {DIV} at (2,2) size 196x21 +layer at (10,-94967280) size 200x2100000004 backgroundClip at (10,0) size 200x1073741823 clip at (10,0) size 200x1073741823 outlineClip at (0,0) size 800x1073741823 + RenderTextControl {TEXTAREA} at (2,2100000000) size 200x-2147483648 + RenderBlock {DIV} at (2,2) size 196x21 -- 2.7.4