[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

apavlov at chromium.org apavlov at chromium.org
Wed Dec 22 15:34:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1e0308ef36f99a94cb110a965c53c640b3a125c9
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 18:36:35 2010 +0000

    2010-11-08  Alexander Pavlov  <apavlov at chromium.org>
    
            Unreviewed, build fix from commit r71530.
    
            * fast/css/background-norepeat-crash-expected.txt:
            * fast/css/background-norepeat-crash.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71542 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bedd91a..ac500e0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-08  Alexander Pavlov  <apavlov at chromium.org>
+
+        Unreviewed, build fix from commit r71530.
+
+        * fast/css/background-norepeat-crash-expected.txt:
+        * fast/css/background-norepeat-crash.html:
+
 2010-11-08  Noam Rosenthal  <noam.rosenthal at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/LayoutTests/fast/css/background-norepeat-crash-expected.txt b/LayoutTests/fast/css/background-norepeat-crash-expected.txt
index e535fd4..988ca5d 100644
--- a/LayoutTests/fast/css/background-norepeat-crash-expected.txt
+++ b/LayoutTests/fast/css/background-norepeat-crash-expected.txt
@@ -1,9 +1 @@
-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 784x36
-        RenderText {#text} at (0,0) size 686x36
-          text run at (0,0) width 686: "Test for crash when retrieving the implicit \"background\" property value with \"background-repeat: no-repeat\""
-          text run at (0,18) width 565: "(https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed."
+Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
diff --git a/LayoutTests/fast/css/background-norepeat-crash.html b/LayoutTests/fast/css/background-norepeat-crash.html
index f10132a..1ba2c5a 100644
--- a/LayoutTests/fast/css/background-norepeat-crash.html
+++ b/LayoutTests/fast/css/background-norepeat-crash.html
@@ -1,6 +1,15 @@
+<html>
+<head>
+    <title></title>
+    <script>
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
+    </script>
+</head>
 <body style="background:url(),url(); background-repeat:no-repeat;">
-<script>document.body.style.getPropertyValue("background")</script>
-<p>
-    Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
-</p>
+    <script>document.body.style.getPropertyValue("background")</script>
+    <p>
+        Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
+    </p>
 </body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list