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

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:39:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d5b33b514f2c844f7a2b77688aae652be85ad102
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 18:19:34 2010 +0000

    Reset results for an incorrect test after my previous checkin.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66116 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/doctypes/003.html b/LayoutTests/fast/doctypes/003.html
index d52b578..07e9d60 100644
--- a/LayoutTests/fast/doctypes/003.html
+++ b/LayoutTests/fast/doctypes/003.html
@@ -1,11 +1,11 @@
-<!DOCTYPE HTML PUBLIC "who cares" [strictmodebaby]>
+<!DOCTYPE HTML PUBLIC "who cares" [quirksmodebaby]>
 <div style="position:absolute; left:10; top:10; width:80px; height:80px;background-color:green"></div>
 
 <div style="height:100px"></div>
 
-This file has a doc type with no public identifier.  We should be in strict mode.
+This file has a doc type with an internal subset.  We should be in quirks mode.
 
 <ul>
-<li><ul><li>Both bullets should be on the same line.
+<li><ul><li>Both bullets should be on separate lines.
 </li>
 </ul>
diff --git a/LayoutTests/platform/mac/fast/doctypes/003-expected.txt b/LayoutTests/platform/mac/fast/doctypes/003-expected.txt
index e92494c..7616f9a 100644
--- a/LayoutTests/platform/mac/fast/doctypes/003-expected.txt
+++ b/LayoutTests/platform/mac/fast/doctypes/003-expected.txt
@@ -1,20 +1,21 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x176
-  RenderBlock {HTML} at (0,0) size 800x176
-    RenderBody {BODY} at (8,8) size 784x152
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
       RenderBlock {DIV} at (0,0) size 784x100
       RenderBlock (anonymous) at (0,100) size 784x18
-        RenderText {#text} at (0,0) size 489x18
-          text run at (0,0) width 309: "This file has a doc type with no public identifier. "
-          text run at (309,0) width 180: "We should be in strict mode."
-      RenderBlock {UL} at (0,134) size 784x18
-        RenderListItem {LI} at (40,0) size 744x18
-          RenderBlock {UL} at (0,0) size 744x18
+        RenderText {#text} at (0,0) size 488x18
+          text run at (0,0) width 299: "This file has a doc type with an internal subset. "
+          text run at (299,0) width 189: "We should be in quirks mode."
+      RenderBlock {UL} at (0,134) size 784x36
+        RenderListItem {LI} at (40,0) size 744x36
+          RenderBlock (anonymous) at (0,0) size 744x18
+            RenderListMarker at (-17,0) size 7x18: bullet
+          RenderBlock {UL} at (0,18) size 744x18
             RenderListItem {LI} at (40,0) size 704x18
-              RenderListMarker at (-57,0) size 7x18: bullet
               RenderListMarker at (-17,0) size 7x18: white bullet
-              RenderText {#text} at (0,0) size 251x18
-                text run at (0,0) width 251: "Both bullets should be on the same line."
+              RenderText {#text} at (0,0) size 253x18
+                text run at (0,0) width 253: "Both bullets should be on separate lines."
 layer at (10,10) size 80x80
   RenderBlock (positioned) {DIV} at (10,10) size 80x80 [bgcolor=#008000]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list