[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:27 UTC 2009


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

    2009-09-28  Zan Dobersek  <zandobersek at gmail.com>
    
            Reviewed by David Kilzer.
    
            [Gtk][Layout tests] Generate results for animations tests
            https://bugs.webkit.org/show_bug.cgi?id=29783
    
            Add results for animations tests and enable these tests in the Skipped.
    
            * platform/gtk/Skipped:
            * platform/gtk/animations/animation-drt-api-expected.txt: Added.
            * platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48849 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6237ad0..1ce63f3 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,19 @@
 
         Reviewed by David Kilzer.
 
+        [Gtk][Layout tests] Generate results for animations tests
+        https://bugs.webkit.org/show_bug.cgi?id=29783
+
+        Add results for animations tests and enable these tests in the Skipped.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/animations/animation-drt-api-expected.txt: Added.
+        * platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
+
+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
 
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 84ef08f..afe1c9c 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -90,11 +90,6 @@ accessibility/table-sections.html
 accessibility/table-with-aria-role.html
 accessibility/table-with-rules.html
 
-# Tests in animations/ directory
-#   Tests generating new results
-animations/animation-drt-api-multiple-keyframes.html
-animations/animation-drt-api.html
-
 # Tests in css1/ directory
 #   Tests generating new results
 css1/basic/class_as_selector.html
diff --git a/LayoutTests/platform/gtk/animations/animation-drt-api-expected.txt b/LayoutTests/platform/gtk/animations/animation-drt-api-expected.txt
new file mode 100644
index 0000000..f19a03e
--- /dev/null
+++ b/LayoutTests/platform/gtk/animations/animation-drt-api-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x326
+  RenderBlock {HTML} at (0,0) size 800x326
+    RenderBody {BODY} at (0,21) size 800x305
+      RenderBlock {H1} at (0,0) size 800x84
+        RenderText {#text} at (0,0) size 799x84
+          text run at (0,0) width 799: "Test for DRT pauseAnimationAtTimeOnElementWithId()"
+          text run at (0,42) width 55: "API"
+layer at (150,126) size 200x200
+  RenderBlock (relative positioned) {DIV} at (0,105) size 200x200 [bgcolor=#FF0000]
diff --git a/LayoutTests/platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt b/LayoutTests/platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt
new file mode 100644
index 0000000..0f23736
--- /dev/null
+++ b/LayoutTests/platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x326
+  RenderBlock {HTML} at (0,0) size 800x326
+    RenderBody {BODY} at (0,21) size 800x305
+      RenderBlock {H1} at (0,0) size 800x84
+        RenderText {#text} at (0,0) size 799x84
+          text run at (0,0) width 799: "Test for DRT pauseAnimationAtTimeOnElementWithId()"
+          text run at (0,42) width 599: "API on animations with multiple keyframes"
+layer at (15,126) size 200x200
+  RenderBlock (relative positioned) {DIV} at (0,105) size 200x200 [bgcolor=#FF0000]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list