[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:35:26 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 927d796aec284fbd7397a66a9eea27eca84e5965
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 29 00:27:36 2009 +0000

    2009-09-28  Zan Dobersek  <zandobersek at gmail.com>
    
            Reviewed by David Kilzer.
    
            [Gtk][Layout tests] Generate results for transforms tests
            https://bugs.webkit.org/show_bug.cgi?id=29785
    
            Add results for transforms tests and enable these tests in the Skipped.
    
            * platform/gtk/Skipped:
            * platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
            * platform/gtk/transforms/2d/transform-borderbox-expected.txt: Added.
            * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt: Added.
            * platform/gtk/transforms/no_transform_hit_testing-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48847 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c373183..6237ad0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2009-09-28  Zan Dobersek  <zandobersek at gmail.com>
+
+        Reviewed by David Kilzer.
+
+        [Gtk][Layout tests] Generate results for transforms tests
+        https://bugs.webkit.org/show_bug.cgi?id=29785
+
+        Add results for transforms tests and enable these tests in the Skipped.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
+        * platform/gtk/transforms/2d/transform-borderbox-expected.txt: Added.
+        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt: Added.
+        * platform/gtk/transforms/no_transform_hit_testing-expected.txt: Added.
+
 2009-09-28  Jakub Wieczorek  <faw217 at gmail.com>
 
         Reviewed by Simon Hausmann.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index ab2dd0b..84ef08f 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5531,10 +5531,6 @@ tables/mozilla_expected_failures/other/test4.html
 
 # Tests in transforms/ directory
 #   Tests generating new results
-transforms/no_transform_hit_testing.html
-transforms/2d/compound-transforms-vs-containers.html
-transforms/2d/transform-borderbox.html
-transforms/2d/transform-origin-borderbox.html
 transforms/2d/zoom-menulist.html
 
 # Tests in transitions/ directory
diff --git a/LayoutTests/platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt b/LayoutTests/platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt
new file mode 100644
index 0000000..754bfc1
--- /dev/null
+++ b/LayoutTests/platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt
@@ -0,0 +1,43 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x560
+  RenderBlock {HTML} at (0,0) size 800x560
+    RenderBody {BODY} at (8,16) size 784x524
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 769x40
+          text run at (0,0) width 769: "Test ensures that nested transformed elements produce the same result as a single compound transform.You should not see"
+          text run at (0,20) width 188: "any red in the two tests below"
+layer at (78,76) size 402x222
+  RenderBlock (relative positioned) {DIV} at (20,60) size 402x222 [border: (1px solid #000000)]
+    RenderBlock {P} at (1,17) size 400x20
+      RenderText {#text} at (0,0) size 86x20
+        text run at (0,0) width 86: "Translate first"
+layer at (79,129) size 80x80
+  RenderBlock (positioned) {DIV} at (1,53) size 80x80
+layer at (79,129) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (79,129) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (79,129) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80 [bgcolor=#FF0000]
+    RenderText {#text} at (0,0) size 64x20
+      text run at (0,0) width 64: "Individual"
+layer at (79,129) size 80x80
+  RenderBlock (positioned) {DIV} at (1,53) size 80x80 [bgcolor=#008000]
+layer at (78,318) size 402x222
+  RenderBlock (relative positioned) {DIV} at (20,302) size 402x222 [border: (1px solid #000000)]
+    RenderBlock {P} at (1,17) size 400x20
+      RenderText {#text} at (0,0) size 106x20
+        text run at (0,0) width 106: "Translate second"
+layer at (79,371) size 80x80
+  RenderBlock (positioned) {DIV} at (1,53) size 80x80
+layer at (79,371) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (79,371) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (79,371) size 80x80
+  RenderBlock (positioned) {DIV} at (0,0) size 80x80 [bgcolor=#FF0000]
+    RenderText {#text} at (0,0) size 64x20
+      text run at (0,0) width 64: "Individual"
+layer at (79,371) size 80x80
+  RenderBlock (positioned) {DIV} at (1,53) size 80x80 [bgcolor=#008000]
diff --git a/LayoutTests/platform/gtk/transforms/2d/transform-borderbox-expected.txt b/LayoutTests/platform/gtk/transforms/2d/transform-borderbox-expected.txt
new file mode 100644
index 0000000..b8b110b
--- /dev/null
+++ b/LayoutTests/platform/gtk/transforms/2d/transform-borderbox-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x306
+  RenderBlock {HTML} at (0,0) size 800x306
+    RenderBody {BODY} at (8,16) size 784x260
+      RenderBlock {P} at (0,0) size 784x0
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 671x20
+          text run at (0,0) width 671: "Top box should have gray part extending outside the black outline. Lower box should lie inside the outline"
+      RenderBlock {DIV} at (30,50) size 400x210
+layer at (38,66) size 250x100
+  RenderBlock {DIV} at (0,0) size 250x100 [bgcolor=#008000] [border: (50px solid #808080) none]
+    RenderText {#text} at (0,0) size 154x20
+      text run at (0,0) width 154: "-webkit-box-sizing: auto"
+layer at (38,176) size 200x100
+  RenderBlock {DIV} at (0,110) size 200x100 [bgcolor=#008000] [border: (50px solid #808080) none]
+    RenderText {#text} at (0,0) size 123x40
+      text run at (0,0) width 123: "-webkit-box-sizing:"
+      text run at (0,20) width 70: "border-box"
diff --git a/LayoutTests/platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt b/LayoutTests/platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt
new file mode 100644
index 0000000..514ada1
--- /dev/null
+++ b/LayoutTests/platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x526
+  RenderBlock {HTML} at (0,0) size 800x526
+    RenderBody {BODY} at (8,16) size 784x480
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 600x20
+          text run at (0,0) width 600: "Tests that origin of rotation is the center of the border box, with and without -webkit-box-sizing"
+      RenderBlock {DIV} at (30,50) size 200x200 [bgcolor=#FF0000]
+      RenderBlock {DIV} at (30,280) size 200x200 [bgcolor=#FF0000]
+layer at (38,66) size 200x200
+  RenderBlock {DIV} at (0,0) size 200x200 [bgcolor=#008000] [border: (100px solid #808080) none]
+    RenderText {#text} at (0,0) size 82x40
+      text run at (0,0) width 82: "-webkit-box-"
+      text run at (0,20) width 72: "sizing: auto"
+layer at (38,296) size 200x200
+  RenderBlock {DIV} at (0,0) size 200x200 [bgcolor=#008000] [border: (100px solid #808080) none]
+    RenderText {#text} at (0,0) size 82x40
+      text run at (0,0) width 82: "-webkit-box-"
+      text run at (0,20) width 72: "sizing: auto"
diff --git a/LayoutTests/platform/gtk/transforms/no_transform_hit_testing-expected.txt b/LayoutTests/platform/gtk/transforms/no_transform_hit_testing-expected.txt
new file mode 100644
index 0000000..06cfe43
--- /dev/null
+++ b/LayoutTests/platform/gtk/transforms/no_transform_hit_testing-expected.txt
@@ -0,0 +1,19 @@
+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 784x576
+      RenderBlock {H1} at (0,0) size 784x42
+        RenderText {#text} at (0,0) size 616x42
+          text run at (0,0) width 616: "Testing hittest on a layer with null transform"
+      RenderBlock {P} at (0,63) size 784x20
+        RenderText {#text} at (0,0) size 305x20
+          text run at (0,0) width 305: "https://bugs.webkit.org/show_bug.cgi?id=24252"
+layer at (20,96) size 400x100
+  RenderBlock (positioned) {P} at (20,96) size 400x100 [bgcolor=#DDDDFF]
+    RenderText {#text} at (0,0) size 128x20
+      text run at (0,0) width 128: "transformed element"
+layer at (8,216) size 27x20
+  RenderBlock (positioned) {P} at (8,216) size 27x20
+    RenderText {#text} at (0,0) size 27x20
+      text run at (0,0) width 27: "pass"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list