[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 01:02:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 80be9e727fd4667f944cd33c2185621c0277abc0
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 13 00:16:35 2010 +0000

    Add correct expected results after r53168 for GTK and Qt.
    
    * platform/gtk/fast/block: Added.
    * platform/gtk/fast/block/positioning: Added.
    * platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Added.
    * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53169 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a0bd5da..fc6b712 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2010-01-12  Brian Weinstein  <bweinstein at apple.com>
 
+        Add correct expected results after r53168 for GTK and Qt.
+
+        * platform/gtk/fast/block: Added.
+        * platform/gtk/fast/block/positioning: Added.
+        * platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Added.
+        * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Added.
+
+2010-01-12  Brian Weinstein  <bweinstein at apple.com>
+
         Reviewed by Dave Hyatt.
 
         Safari shows an unneeded horizontal scrollbar on many websites.
diff --git a/LayoutTests/platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt b/LayoutTests/platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt
new file mode 100644
index 0000000..3775ef8
--- /dev/null
+++ b/LayoutTests/platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt
@@ -0,0 +1,8 @@
+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 {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 306x20
+          text run at (0,0) width 306: "This page should not have a horizontal scrollbar."
diff --git a/LayoutTests/platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt b/LayoutTests/platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt
new file mode 100644
index 0000000..74fe8db
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt
@@ -0,0 +1,8 @@
+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 {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 344x20
+          text run at (0,0) width 344: "This page should not have a horizontal scrollbar."

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list