[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mrobinson at webkit.org mrobinson at webkit.org
Fri Jan 21 15:06:17 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 722ccb0f1ed279b6d46ff73c4bc9fc7641f9fd7d
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 02:11:29 2011 +0000

    2011-01-06  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Adam Barth.
    
            fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
            https://bugs.webkit.org/show_bug.cgi?id=52027
    
            Move the console output div after the file input control in
            fast/dom/Window/window-postmessage-clone.html so that console
            text does not push it outside of the viewport.
    
            * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
            to match new text output.
            * fast/dom/Window/window-postmessage-clone.html: Moved console div.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75219 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 89434c2..5318a23 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,20 @@
 2011-01-06  Martin Robinson  <mrobinson at igalia.com>
 
+        Reviewed by Adam Barth.
+
+        fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
+        https://bugs.webkit.org/show_bug.cgi?id=52027
+
+        Move the console output div after the file input control in
+        fast/dom/Window/window-postmessage-clone.html so that console
+        text does not push it outside of the viewport.
+
+        * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
+        to match new text output.
+        * fast/dom/Window/window-postmessage-clone.html: Moved console div.
+
+2011-01-06  Martin Robinson  <mrobinson at igalia.com>
+
         Update GTK+-specific results after r75177.
 
         * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results.
diff --git a/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt b/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt
index a5e117e..80092f3 100644
--- a/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt
@@ -1,4 +1,5 @@
 Tests that we clone object hierarchies
+
 PASS: 'postMessage(reallyDeepArray)' threw RangeError: Maximum call stack size exceeded.
 PASS: 'postMessage(window)' threw TypeError: Type error
 PASS: eventData is null of type object
diff --git a/LayoutTests/fast/dom/Window/window-postmessage-clone.html b/LayoutTests/fast/dom/Window/window-postmessage-clone.html
index bf50139..8cdfd01 100644
--- a/LayoutTests/fast/dom/Window/window-postmessage-clone.html
+++ b/LayoutTests/fast/dom/Window/window-postmessage-clone.html
@@ -2,8 +2,8 @@
 <head></head>
 <body>
 <div id="description"></div>
-<div id="console"></div>
 <input type="file" id="fileInput"></input>
+<div id="console"></div>
 <script>
 if (window.layoutTestController) {
     layoutTestController.dumpAsText();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list