[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

ossy at webkit.org ossy at webkit.org
Thu Feb 4 21:22:10 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 85ed55ad98236013dc567d8ab7c80191fde3a221
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 20 23:19:54 2010 +0000

    [Qt] Platform dependent expected files added for tests introduced in r53476,
    because these tests pass. Compared to png files.
    
    Reviewed by Nikolas Zimmermann.
    
    * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt: Added.
    * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f35367c..02ca148 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by Nikolas Zimmermann.
 
+        [Qt] Platform dependent expected files added for tests introduced in r53476,
+        because these tests pass. Compared to png files.
+
+        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt: Added.
+        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt: Added.
+
+2010-01-20  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Nikolas Zimmermann.
+
         [Qt] Platform dependent expected files added for tests introduced in r53446,
         because these tests pass. Compared to png files.
 
diff --git a/LayoutTests/platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt b/LayoutTests/platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt
new file mode 100644
index 0000000..68ddd9e
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt
@@ -0,0 +1,16 @@
+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
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 765x40
+          text run at (0,0) width 765: "This tests that fixed background images are honored on a page with at least one fixed position element. If the"
+          text run at (0,20) width 336: "square (below) is green, then the test PASSED."
+      RenderBlock {DIV} at (0,88) size 64x64 [bgcolor=#008000]
+        RenderText {#text} at (0,0) size 4x20
+          text run at (0,0) width 4: " "
+layer at (8,100) size 64x64
+  RenderBlock (positioned) {DIV} at (8,100) size 64x64
+    RenderText {#text} at (0,0) size 4x20
+      text run at (0,0) width 4: " "
diff --git a/LayoutTests/platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt b/LayoutTests/platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt
new file mode 100644
index 0000000..26255e6
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt
@@ -0,0 +1,15 @@
+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
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 775x40
+          text run at (0,0) width 775: "This tests that fixed background images are ignored on a page with no fixed positioned elements. If the square"
+          text run at (0,20) width 283: "(below) is green, then the test PASSED."
+      RenderBlock {P} at (0,56) size 784x20
+        RenderText {#text} at (0,0) size 776x20
+          text run at (0,0) width 776: "Note, we expect this test to fail on all ports that have not compiled with FAST_MOBILE_SCROLLING enabled."
+      RenderBlock {DIV} at (0,124) size 64x64 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 4x20
+          text run at (0,0) width 4: " "

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list