From: ossy@webkit.org Date: Tue, 17 Apr 2012 11:35:45 +0000 (+0000) Subject: [Qt] Rebaseline and add platform specific expectations, after r114283. X-Git-Tag: 070512121124~6822 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=077c41b96f0807aab3132f8b02862df8d65ae4a4;p=profile%2Fivi%2Fwebkit-efl.git [Qt] Rebaseline and add platform specific expectations, after r114283. Patch by Szilard Ledan on 2012-04-17 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added. * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114364 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index c5fa260..4e9fd70 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2012-04-17 Szilard Ledan + + [Qt] Rebaseline and add platform specific expectations, after r114283. + + Reviewed by Csaba Osztrogonác. + + * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added. + * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. + * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added. + * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: + 2012-04-17 Takashi Toyoshima Unreviewed, update expectations for worker WebSocket tests diff --git a/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt new file mode 100644 index 0000000..7f6abfe --- /dev/null +++ b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt @@ -0,0 +1,42 @@ +This layer should not have backing store. +This layer should not have backing store. +(GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (position 8.00 8.00) + (bounds 342.00 246.00) + (children 1 + (GraphicsLayer + (position 1.00 1.00) + (bounds 340.00 244.00) + (children 1 + (GraphicsLayer + (position 20.00 41.00) + (bounds 320.00 183.00) + (children 1 + (GraphicsLayer + (position 1.00 1.00) + (bounds 340.00 181.00) + (children 1 + (GraphicsLayer + (position 30.00 51.00) + (bounds 100.00 100.00) + (drawsContent 1) + ) + ) + ) + ) + ) + ) + ) + ) + ) + ) + ) + ) +) + diff --git a/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt new file mode 100644 index 0000000..a104c71 --- /dev/null +++ b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt @@ -0,0 +1,48 @@ +This layer should not have backing store. +This layer should have backing store. +(GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (bounds 800.00 600.00) + (children 2 + (GraphicsLayer + (position 8.00 8.00) + (bounds 342.00 183.00) + (children 1 + (GraphicsLayer + (position 1.00 1.00) + (bounds 340.00 181.00) + (children 1 + (GraphicsLayer + (position 30.00 51.00) + (bounds 100.00 100.00) + (drawsContent 1) + ) + ) + ) + ) + ) + (GraphicsLayer + (position 8.00 181.00) + (bounds 342.00 183.00) + (drawsContent 1) + (children 1 + (GraphicsLayer + (position 1.00 1.00) + (bounds 340.00 181.00) + (children 1 + (GraphicsLayer + (position 30.00 51.00) + (bounds 100.00 100.00) + (drawsContent 1) + ) + ) + ) + ) + ) + ) + ) + ) +) + diff --git a/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt new file mode 100644 index 0000000..22d78e2 --- /dev/null +++ b/LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt @@ -0,0 +1,32 @@ +This layer should not have backing store. +This layer should not have backing store. +(GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (position 8.00 8.00) + (bounds 342.00 246.00) + (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) + (children 1 + (GraphicsLayer + (position 21.00 42.00) + (bounds 342.00 183.00) + (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) + (children 1 + (GraphicsLayer + (position 31.00 52.00) + (bounds 100.00 100.00) + (drawsContent 1) + ) + ) + ) + ) + ) + ) + ) + ) +) + diff --git a/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt b/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt index b1bc28f..3ce354b 100644 --- a/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt +++ b/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt @@ -10,7 +10,6 @@ The green box appear angled out from the yellow box and embedded in it. (GraphicsLayer (position 108.00 74.00) (bounds 304.00 304.00) - (drawsContent 1) (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) (children 1 (GraphicsLayer