Diff
Modified: trunk/LayoutTests/ChangeLog (132747 => 132748)
--- trunk/LayoutTests/ChangeLog 2012-10-28 06:47:02 UTC (rev 132747)
+++ trunk/LayoutTests/ChangeLog 2012-10-28 07:06:59 UTC (rev 132748)
@@ -1,3 +1,15 @@
+2012-10-28 Csaba Osztrogonác <[email protected]>
+
+ [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.
+
+ * platform/qt-5.0-wk2/TestExpectations:
+ * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
+ * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
+ * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.
+
2012-10-27 Noam Rosenthal <[email protected]>
Coordinated Graphics: Animation jerkiness when rAF is enabled
Modified: trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations (132747 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations 2012-10-28 06:47:02 UTC (rev 132747)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations 2012-10-28 07:06:59 UTC (rev 132748)
@@ -90,6 +90,7 @@
fast/files/workers/worker-read-file-async.html
fast/files/workers/worker-read-file-sync.html
fast/forms/file/get-file-upload.html
+fast/forms/file/input-file-value.html
fast/forms/file/input-file-write-files.html
fast/forms/file/file-input-change-event.html
fast/forms/file/recover-file-input-in-unposted-form.html
Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,25 @@
+From https://bugs.webkit.org/show_bug.cgi?id=44629. The parent is a tiled layer. When the child is a non-tiled layer and it is switched to a tiled layer, a crash occurs. This test should not crash.
+
+(GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 70.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ (children 1
+ (GraphicsLayer
+ (position 51.00 101.00)
+ (bounds 200.00 4800.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,62 @@
+The yellow box should be large enough to scroll off the bottom. At the start there should be no child. After 100ms a red box is added and after 100ms more it should be removed. This tests that we can support very large compositing layers with dynamically added and removed child compositing layers.
+
+First (no children):
+(GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 89.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
+
+
+Second (child added):
+(GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 89.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ (children 1
+ (GraphicsLayer
+ (position 51.00 401.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
+
+Third (child removed):
+(GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5132.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 89.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,31 @@
+The yellow box should be large enough to scroll off the bottom. There should be a red box on the first page and a blue box near the bottom of the yellow box. This tests that we can support very large compositing layers with child compositing layers.
+
+This is some text
+(GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 70.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 51.00 101.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 51.00 4701.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,91 @@
+The yellow box should be 500 x 500 on startup. Then it should stretch to be 500 x 5000, then shrink back down to 500 x 500. This tests that we can resize to a huge layer and back again and still maintain integrity of the layer tree.
+
+First (small layer):
+(GraphicsLayer
+ (bounds 785.00 613.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 613.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 70.00)
+ (bounds 502.00 502.00)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 51.00 101.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 276.00 201.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
+
+Second (huge layer):
+(GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5113.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 70.00)
+ (bounds 502.00 5002.00)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 51.00 101.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 276.00 4701.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
+
+Third (small layer):
+(GraphicsLayer
+ (bounds 785.00 613.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 613.00)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 70.00)
+ (bounds 502.00 502.00)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 51.00 101.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 276.00 201.00)
+ (bounds 200.00 200.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,28 @@
+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
+ RenderText {#text} at (0,0) size 764x73
+ text run at (0,0) width 764: "This is just a minimal page that we navigate in response to an"
+ text run at (0,37) width 181: "HTTP POST. "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderBR {BR} at (0,74) size 0x36
+ RenderText {#text} at (0,111) size 781x110
+ text run at (0,111) width 781: "If the next line is empty after the colon, it probably means that"
+ text run at (0,148) width 120: "we made "
+ text run at (120,148) width 638: "a mistake and requested this page with a GET with"
+ text run at (0,185) width 364: "no query instead of a POST. "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderBR {BR} at (0,222) size 0x36
+ RenderText {#text} at (0,259) size 692x36
+ text run at (0,259) width 692: "The first text field contained: New form text from user "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderText {#text} at (0,296) size 563x36
+ text run at (0,296) width 563: "This page was requested with an HTTP GET"
+
+============== Back Forward List ==============
+ http://127.0.0.1:8000/navigation/postredirect-basic.html **nav target**
+ http://127.0.0.1:8000/navigation/resources/success200.html **nav target**
+curr-> http://127.0.0.1:8000/navigation/resources/postresult.pl?submitwithpostredirect=Submit%20with%20POST%20followed%20by%20a%20redirect&textfield1=New%20form%20text%20from%20user&textfield2=&radiogroup1=female&checkbox2=on&selectgroup1=fiat&textarea1=More%20new%20form%20text%20from%20user%2C%20which%20should%20be%20restored%20when%20we%20return%20to%20this%20page.&redirectHappened=true **nav target**
+===============================================
Added: trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt (0 => 132748)
--- trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt 2012-10-28 07:06:59 UTC (rev 132748)
@@ -0,0 +1,29 @@
+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
+ RenderText {#text} at (0,0) size 764x73
+ text run at (0,0) width 764: "This is just a minimal page that we navigate in response to an"
+ text run at (0,37) width 181: "HTTP POST. "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderBR {BR} at (0,74) size 0x36
+ RenderText {#text} at (0,111) size 781x110
+ text run at (0,111) width 781: "If the next line is empty after the colon, it probably means that"
+ text run at (0,148) width 120: "we made "
+ text run at (120,148) width 638: "a mistake and requested this page with a GET with"
+ text run at (0,185) width 364: "no query instead of a POST. "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderBR {BR} at (0,222) size 0x36
+ RenderText {#text} at (0,259) size 692x36
+ text run at (0,259) width 692: "The first text field contained: New form text from user "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderText {#text} at (0,296) size 563x36
+ text run at (0,296) width 563: "This page was requested with an HTTP GET"
+
+============== Back Forward List ==============
+ http://127.0.0.1:8000/navigation/postredirect-goback1.html **nav target**
+ http://127.0.0.1:8000/navigation/resources/success200.html **nav target**
+curr-> http://127.0.0.1:8000/navigation/resources/postresult.pl?submitwithpostredirect=Submit%20with%20POST%20followed%20by%20a%20redirect&textfield1=New%20form%20text%20from%20user&textfield2=&radiogroup1=female&checkbox2=on&selectgroup1=fiat&textarea1=More%20new%20form%20text%20from%20user%2C%20which%20should%20be%20restored%20when%20we%20return%20to%20this%20page.&redirectHappened=true **nav target**
+ http://127.0.0.1:8000/navigation/resources/otherpage.html **nav target**
+===============================================