[webkit-dev] Layout test failure

Rui Jiang ruijiang2000 at hotmail.com
Wed Dec 12 11:22:24 PST 2007


Hi all,

Pardon me for this newbie problem. I just followed instructions on 
webkit.org, got a clean svn checkout yesterday, did a build and all 
successful. However, when I ran the layout test, they all failed.

I could run safari, it works mostly when browsing webpages, however, 
whenever I type in the address bar, it crashes.

I build and run on WinXP SP2. I tried to make it work numerous times before 
but still couldn't get it right...

I have put sample output below, and attached diffs of first 3 tests in 
css1/basic.

Thanks and I appreciate your help!
Rui


Sample output:

$ run-webkit-tests css1/basic
Building results into: /cygdrive/c/code/webkit/WebKit/WebKitBuild
WEBKITOUTPUTDIR is set to: c:\code\webkit\WebKit\WebKitBuild
WEBKITLIBRARIESDIR is set to: c:\code\webkit\WebKit\WebKitLibraries\win
/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/devenv.com 
DumpRenderTree.sln /build Release

Microsoft (R) Visual Studio Version 8.0.50727.762.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
========== Build: 0 succeeded, 0 failed, 4 up-to-date, 0 skipped ==========
Running tests from /cygdrive/c/code/webkit/WebKit/LayoutTests
Testing 6 test cases.
css1/basic .
css1/basic/class_as_selector.html -> failed
.
css1/basic/comments.html -> failed
.
css1/basic/containment.html -> failed
.
css1/basic/grouping.html -> failed
.
css1/basic/id_as_selector.html -> failed
.
css1/basic/inheritance.html -> failed

1.42s total testing time

6 test cases (100%) had incorrect layout
-------------- next part --------------
--- /tmp/layout-test-results/css1/basic/class_as_selector-expected.txt	2007-12-12 11:11:50.520750000 -0800
+++ /tmp/layout-test-results/css1/basic/class_as_selector-actual.txt	2007-12-12 11:11:50.520750000 -0800
@@ -1,12 +1,12 @@
-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 [bgcolor=#CCCCCC]
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 355x18
+layer at (0,0) size 785x615
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x615
+  RenderBlock {HTML} at (0,0) size 785x615
+    RenderBody {BODY} at (8,8) size 769x599 [bgcolor=#CCCCCC]
+      RenderBlock {P} at (0,0) size 769x21
+        RenderText {#text} at (0,0) size 355x20
           text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) size 784x60
+      RenderBlock {PRE} at (0,37) size 769x60
         RenderText {#text} at (0,0) size 176x60
           text run at (0,0) width 160: ".one {color: green;}"
           text run at (160,0) width 0: " "
@@ -16,58 +16,58 @@
           text run at (152,30) width 0: " "
           text run at (0,45) width 176: "P.two {color: purple;}"
           text run at (176,45) width 0: " "
-      RenderBlock {HR} at (0,107) size 784x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,125) size 784x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {HR} at (0,110) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,128) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,159) size 784x18
-        RenderText {#text} at (0,0) size 559x18
+      RenderBlock {P} at (0,165) size 769x21
+        RenderText {#text} at (0,0) size 559x20
           text run at (0,0) width 559: "This sentence should be black, not red-- class selectors cannot begin with digits in CSS1."
-      RenderBlock {P} at (0,193) size 784x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {P} at (0,202) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,227) size 784x18 [color=#800080]
-        RenderText {#text} at (0,0) size 199x18
+      RenderBlock {P} at (0,239) size 769x21 [color=#800080]
+        RenderText {#text} at (0,0) size 199x20
           text run at (0,0) width 199: "This sentence should be purple."
-      RenderBlock {PRE} at (0,261) size 784x15
+      RenderBlock {PRE} at (0,276) size 769x15
         RenderText {#text} at (0,0) size 280x15
           text run at (0,0) width 280: "This sentence should NOT be purple."
           text run at (280,0) width 0: " "
-      RenderBlock {UL} at (0,292) size 784x18
-        RenderListItem {LI} at (40,0) size 744x18
-          RenderListMarker at (-17,0) size 7x18: bullet
-          RenderText {#text} at (0,0) size 237x18
+      RenderBlock {UL} at (0,307) size 769x21
+        RenderListItem {LI} at (40,0) size 729x21
+          RenderListMarker at (-19,0) size 8x20: bullet
+          RenderText {#text} at (0,0) size 237x20
             text run at (0,0) width 237: "This sentence should NOT be purple."
-      RenderTable {TABLE} at (0,326) size 581x237 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 579x235
-          RenderTableRow {TR} at (0,0) size 579x26
-            RenderTableCell {TD} at (0,0) size 579x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
-              RenderInline {STRONG} at (0,0) size 163x18
-                RenderText {#text} at (4,4) size 163x18
+      RenderTable {TABLE} at (0,344) size 581x255 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 579x253
+          RenderTableRow {TR} at (0,0) size 579x29
+            RenderTableCell {TD} at (0,0) size 579x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+              RenderInline {STRONG} at (0,0) size 163x20
+                RenderText {#text} at (4,4) size 163x20
                   text run at (4,4) width 163: "TABLE Testing Section"
-          RenderTableRow {TR} at (0,26) size 579x209
-            RenderTableCell {TD} at (0,117) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x18
+          RenderTableRow {TR} at (0,29) size 579x224
+            RenderTableCell {TD} at (0,126) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x20
                 text run at (4,4) width 4: " "
-            RenderTableCell {TD} at (12,26) size 567x209 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 559x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+            RenderTableCell {TD} at (12,29) size 567x224 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 559x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,38) size 559x18
-                RenderText {#text} at (0,0) size 559x18
+              RenderBlock {P} at (4,41) size 559x21
+                RenderText {#text} at (0,0) size 559x20
                   text run at (0,0) width 559: "This sentence should be black, not red-- class selectors cannot begin with digits in CSS1."
-              RenderBlock {P} at (4,72) size 559x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,78) size 559x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,106) size 559x18 [color=#800080]
-                RenderText {#text} at (0,0) size 199x18
+              RenderBlock {P} at (4,115) size 559x21 [color=#800080]
+                RenderText {#text} at (0,0) size 199x20
                   text run at (0,0) width 199: "This sentence should be purple."
-              RenderBlock {PRE} at (4,140) size 559x15
+              RenderBlock {PRE} at (4,152) size 559x15
                 RenderText {#text} at (0,0) size 280x15
                   text run at (0,0) width 280: "This sentence should NOT be purple."
                   text run at (280,0) width 0: " "
-              RenderBlock {UL} at (4,171) size 559x18
-                RenderListItem {LI} at (40,0) size 519x18
-                  RenderListMarker at (-17,0) size 7x18: bullet
-                  RenderText {#text} at (0,0) size 237x18
+              RenderBlock {UL} at (4,183) size 559x21
+                RenderListItem {LI} at (40,0) size 519x21
+                  RenderListMarker at (-19,0) size 8x20: bullet
+                  RenderText {#text} at (0,0) size 237x20
                     text run at (0,0) width 237: "This sentence should NOT be purple."
-------------- next part --------------
--- /tmp/layout-test-results/css1/basic/comments-expected.txt	2007-12-12 11:11:50.630125000 -0800
+++ /tmp/layout-test-results/css1/basic/comments-actual.txt	2007-12-12 11:11:50.630125000 -0800
@@ -1,12 +1,12 @@
-layer at (0,0) size 785x870
+layer at (0,0) size 785x924
   RenderView at (0,0) size 785x600
-layer at (0,0) size 785x870
-  RenderBlock {HTML} at (0,0) size 785x870
-    RenderBody {BODY} at (8,8) size 769x854 [bgcolor=#CCCCCC]
-      RenderBlock {P} at (0,0) size 769x18
-        RenderText {#text} at (0,0) size 355x18
+layer at (0,0) size 785x924
+  RenderBlock {HTML} at (0,0) size 785x924
+    RenderBody {BODY} at (8,8) size 769x908 [bgcolor=#CCCCCC]
+      RenderBlock {P} at (0,0) size 769x21
+        RenderText {#text} at (0,0) size 355x20
           text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) size 769x225
+      RenderBlock {PRE} at (0,37) size 769x225
         RenderText {#text} at (0,0) size 336x225
           text run at (0,0) width 232: "/* This is a CSS1 comment. */"
           text run at (232,0) width 0: " "
@@ -37,64 +37,64 @@
           text run at (0,195) width 176: ".eight {color: green;}"
           text run at (176,195) width 0: " "
           text run at (0,210) width 0: " "
-      RenderBlock {HR} at (0,272) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,290) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {HR} at (0,275) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,293) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,324) size 769x18
-        RenderText {#text} at (0,0) size 193x18
+      RenderBlock {P} at (0,330) size 769x21
+        RenderText {#text} at (0,0) size 193x20
           text run at (0,0) width 193: "This sentence should be black."
-      RenderBlock {P} at (0,358) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {P} at (0,367) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,392) size 769x18
-        RenderText {#text} at (0,0) size 193x18
+      RenderBlock {P} at (0,404) size 769x21
+        RenderText {#text} at (0,0) size 193x20
           text run at (0,0) width 193: "This sentence should be black."
-      RenderBlock {P} at (0,426) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {P} at (0,441) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,460) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {P} at (0,478) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,494) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
+      RenderBlock {P} at (0,515) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
           text run at (0,0) width 194: "This sentence should be green."
-      RenderBlock {P} at (0,528) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 194x18
-          text run at (0,0) width 194: "This sentence should be green."
-      RenderTable {TABLE} at (0,562) size 216x292 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 214x290
-          RenderTableRow {TR} at (0,0) size 214x26
-            RenderTableCell {TD} at (0,0) size 214x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
-              RenderInline {STRONG} at (0,0) size 163x18
-                RenderText {#text} at (4,4) size 163x18
+      RenderBlock {P} at (0,552) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 194x20
+          text run at (0,0) width 194: "This sentence should be green."
+      RenderTable {TABLE} at (0,589) size 216x319 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 214x317
+          RenderTableRow {TR} at (0,0) size 214x29
+            RenderTableCell {TD} at (0,0) size 214x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+              RenderInline {STRONG} at (0,0) size 163x20
+                RenderText {#text} at (4,4) size 163x20
                   text run at (4,4) width 163: "TABLE Testing Section"
-          RenderTableRow {TR} at (0,26) size 214x264
-            RenderTableCell {TD} at (0,145) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x18
+          RenderTableRow {TR} at (0,29) size 214x288
+            RenderTableCell {TD} at (0,158) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x20
                 text run at (4,4) width 4: " "
-            RenderTableCell {TD} at (12,26) size 202x264 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+            RenderTableCell {TD} at (12,29) size 202x288 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,38) size 194x18
-                RenderText {#text} at (0,0) size 193x18
+              RenderBlock {P} at (4,41) size 194x21
+                RenderText {#text} at (0,0) size 193x20
                   text run at (0,0) width 193: "This sentence should be black."
-              RenderBlock {P} at (4,72) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,78) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,106) size 194x18
-                RenderText {#text} at (0,0) size 193x18
+              RenderBlock {P} at (4,115) size 194x21
+                RenderText {#text} at (0,0) size 193x20
                   text run at (0,0) width 193: "This sentence should be black."
-              RenderBlock {P} at (4,140) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,152) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,174) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,189) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,208) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,226) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-              RenderBlock {P} at (4,242) size 194x18 [color=#008000]
-                RenderText {#text} at (0,0) size 194x18
+              RenderBlock {P} at (4,263) size 194x21 [color=#008000]
+                RenderText {#text} at (0,0) size 194x20
                   text run at (0,0) width 194: "This sentence should be green."
-------------- next part --------------
--- /tmp/layout-test-results/css1/basic/containment-expected.txt	2007-12-12 11:11:50.755125000 -0800
+++ /tmp/layout-test-results/css1/basic/containment-actual.txt	2007-12-12 11:11:50.739500000 -0800
@@ -1,12 +1,12 @@
-layer at (0,0) size 785x961
+layer at (0,0) size 785x1048
   RenderView at (0,0) size 785x600
-layer at (0,0) size 785x961
-  RenderBlock {HTML} at (0,0) size 785x961
-    RenderBody {BODY} at (8,8) size 769x945 [bgcolor=#CCCCCC]
-      RenderBlock {P} at (0,0) size 769x18
-        RenderText {#text} at (0,0) size 355x18
+layer at (0,0) size 785x1048
+  RenderBlock {HTML} at (0,0) size 785x1048
+    RenderBody {BODY} at (8,8) size 769x1032 [bgcolor=#CCCCCC]
+      RenderBlock {P} at (0,0) size 769x21
+        RenderText {#text} at (0,0) size 355x20
           text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) size 769x150
+      RenderBlock {PRE} at (0,37) size 769x150
         RenderText {#text} at (0,0) size 728x150
           text run at (0,0) width 624: "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"linktest.css\" title=\"Default SS\">"
           text run at (624,0) width 0: " "
@@ -28,183 +28,183 @@
           text run at (168,120) width 0: " "
           text run at (0,135) width 24: "-->"
           text run at (24,135) width 0: " "
-      RenderBlock {HR} at (0,197) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,215) size 769x18
-        RenderText {#text} at (0,0) size 404x18
+      RenderBlock {HR} at (0,200) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,218) size 769x21
+        RenderText {#text} at (0,0) size 404x20
           text run at (0,0) width 404: "This sentence should be underlined due to the linked style sheet "
         RenderInline {CODE} at (0,0) size 96x15
-          RenderText {#text} at (404,2) size 96x15
-            text run at (404,2) width 96: "linktest.css"
-        RenderText {#text} at (500,0) size 254x18
+          RenderText {#text} at (404,6) size 96x15
+            text run at (404,6) width 96: "linktest.css"
+        RenderText {#text} at (500,0) size 254x20
           text run at (500,0) width 254: ", the reference to which is shown above."
-      RenderBlock {P} at (0,249) size 769x36
-        RenderText {#text} at (0,0) size 442x18
+      RenderBlock {P} at (0,255) size 769x42
+        RenderText {#text} at (0,0) size 442x20
           text run at (0,0) width 442: "This sentence should NOT be underlined due to the linked style sheet "
         RenderInline {CODE} at (0,0) size 104x15
-          RenderText {#text} at (442,2) size 104x15
-            text run at (442,2) width 104: "linktest2.css"
-        RenderText {#text} at (546,0) size 8x18
+          RenderText {#text} at (442,6) size 104x15
+            text run at (442,6) width 104: "linktest2.css"
+        RenderText {#text} at (546,0) size 8x20
           text run at (546,0) width 8: ", "
-        RenderInline {STRONG} at (0,0) size 41x18
-          RenderText {#text} at (554,0) size 41x18
+        RenderInline {STRONG} at (0,0) size 41x20
+          RenderText {#text} at (554,0) size 41x20
             text run at (554,0) width 41: "unless"
-        RenderText {#text} at (595,0) size 741x36
+        RenderText {#text} at (595,0) size 741x41
           text run at (595,0) width 146: " the external style sheet"
-          text run at (0,18) width 325: "\"Alternate SS\" has been selected via the user agent."
-      RenderBlock {UL} at (0,301) size 769x54 [color=#FF0000]
-        RenderListItem {LI} at (40,0) size 729x18 [color=#008000]
-          RenderListMarker at (-17,0) size 7x18: bullet
-          RenderText {#text} at (0,0) size 390x18
+          text run at (0,21) width 325: "\"Alternate SS\" has been selected via the user agent."
+      RenderBlock {UL} at (0,313) size 769x63 [color=#FF0000]
+        RenderListItem {LI} at (40,0) size 729x21 [color=#008000]
+          RenderListMarker at (-19,0) size 8x20: bullet
+          RenderText {#text} at (0,0) size 390x20
             text run at (0,0) width 390: "This sentence should be green due to an imported style sheet ["
           RenderInline {CODE} at (0,0) size 208x15
-            RenderText {#text} at (390,2) size 208x15
-              text run at (390,2) width 208: "@import url(imptest1.css);"
-          RenderText {#text} at (598,0) size 9x18
+            RenderText {#text} at (390,6) size 208x15
+              text run at (390,6) width 208: "@import url(imptest1.css);"
+          RenderText {#text} at (598,0) size 9x20
             text run at (598,0) width 9: "]."
-        RenderListItem {LI} at (40,18) size 729x18 [color=#800080]
-          RenderListMarker at (-17,0) size 7x18: bullet
-          RenderText {#text} at (0,0) size 395x18
+        RenderListItem {LI} at (40,21) size 729x21 [color=#800080]
+          RenderListMarker at (-19,0) size 8x20: bullet
+          RenderText {#text} at (0,0) size 395x20
             text run at (0,0) width 395: "This sentence should be purple due to an imported style sheet ["
           RenderInline {CODE} at (0,0) size 184x15
-            RenderText {#text} at (395,2) size 184x15
-              text run at (395,2) width 184: "@import \"imptest1a.css\""
-          RenderText {#text} at (579,0) size 9x18
+            RenderText {#text} at (395,6) size 184x15
+              text run at (395,6) width 184: "@import \"imptest1a.css\""
+          RenderText {#text} at (579,0) size 9x20
             text run at (579,0) width 9: "]."
-        RenderListItem {LI} at (40,36) size 729x18 [color=#008000]
-          RenderListMarker at (-17,0) size 7x18: bullet
-          RenderText {#text} at (0,0) size 393x18
+        RenderListItem {LI} at (40,42) size 729x21 [color=#008000]
+          RenderListMarker at (-19,0) size 8x20: bullet
+          RenderText {#text} at (0,0) size 393x20
             text run at (0,0) width 393: "This sentence should be green thanks to the STYLE attribute ["
           RenderInline {CODE} at (0,0) size 168x15
-            RenderText {#text} at (393,2) size 168x15
-              text run at (393,2) width 168: "STYLE=\"color: green;\""
-          RenderText {#text} at (561,0) size 9x18
+            RenderText {#text} at (393,6) size 168x15
+              text run at (393,6) width 168: "STYLE=\"color: green;\""
+          RenderText {#text} at (561,0) size 9x20
             text run at (561,0) width 9: "]."
-      RenderBlock {P} at (0,371) size 769x18 [color=#800080]
-        RenderText {#text} at (0,0) size 500x18
+      RenderBlock {P} at (0,392) size 769x21 [color=#800080]
+        RenderText {#text} at (0,0) size 500x20
           text run at (0,0) width 500: "This sentence should be purple, and it doesn't have a terminating paragraph tag."
-      RenderBlock {OL} at (0,405) size 769x54
-        RenderListItem {LI} at (40,0) size 729x18
-          RenderListMarker at (-20,0) size 16x18: "1"
-          RenderText {#text} at (0,0) size 201x18
+      RenderBlock {OL} at (0,429) size 769x63
+        RenderListItem {LI} at (40,0) size 729x21
+          RenderListMarker at (-21,0) size 16x20: "1"
+          RenderText {#text} at (0,0) size 201x20
             text run at (0,0) width 201: "This list should NOT be purple."
-        RenderListItem {LI} at (40,18) size 729x18
-          RenderListMarker at (-20,0) size 16x18: "2"
-          RenderText {#text} at (0,0) size 172x18
+        RenderListItem {LI} at (40,21) size 729x21
+          RenderListMarker at (-21,0) size 16x20: "2"
+          RenderText {#text} at (0,0) size 172x20
             text run at (0,0) width 172: "It should, instead, be black."
-        RenderListItem {LI} at (40,36) size 729x18
-          RenderListMarker at (-20,0) size 16x18: "3"
-          RenderText {#text} at (0,0) size 501x18
+        RenderListItem {LI} at (40,42) size 729x21
+          RenderListMarker at (-21,0) size 16x20: "3"
+          RenderText {#text} at (0,0) size 501x20
             text run at (0,0) width 501: "If it IS purple, then the browser hasn't correctly parsed the preceding paragraph."
-      RenderBlock {P} at (0,475) size 769x36
-        RenderText {#text} at (0,0) size 697x18
+      RenderBlock {P} at (0,508) size 769x42
+        RenderText {#text} at (0,0) size 697x20
           text run at (0,0) width 197: "This sentence should be black. "
           text run at (197,0) width 500: "If it is red, then the browser has inappropriately imported the styles from the file"
         RenderInline {TT} at (0,0) size 96x15
-          RenderText {#text} at (0,20) size 96x15
-            text run at (0,20) width 96: "imptest2.css"
-        RenderText {#text} at (96,18) size 33x18
-          text run at (96,18) width 33: " (see "
-        RenderInline {A} at (0,0) size 68x18 [color=#0000FF]
-          RenderText {#text} at (129,18) size 68x18
-            text run at (129,18) width 68: "section 3.0"
-        RenderText {#text} at (197,18) size 275x18
-          text run at (197,18) width 275: " of the CSS1 specification for more details)."
-      RenderBlock {P} at (0,527) size 769x18 [color=#008000]
-        RenderText {#text} at (0,0) size 203x18
+          RenderText {#text} at (0,27) size 96x15
+            text run at (0,27) width 96: "imptest2.css"
+        RenderText {#text} at (96,21) size 33x20
+          text run at (96,21) width 33: " (see "
+        RenderInline {A} at (0,0) size 68x20 [color=#0000FF]
+          RenderText {#text} at (129,21) size 68x20
+            text run at (129,21) width 68: "section 3.0"
+        RenderText {#text} at (197,21) size 275x20
+          text run at (197,21) width 275: " of the CSS1 specification for more details)."
+      RenderBlock {P} at (0,566) size 769x21 [color=#008000]
+        RenderText {#text} at (0,0) size 203x20
           text run at (0,0) width 203: "This paragraph should be green."
-      RenderTable {TABLE} at (0,561) size 769x384 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 767x382
-          RenderTableRow {TR} at (0,0) size 767x26
-            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
-              RenderInline {STRONG} at (0,0) size 163x18
-                RenderText {#text} at (4,4) size 163x18
+      RenderTable {TABLE} at (0,603) size 769x429 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 767x427
+          RenderTableRow {TR} at (0,0) size 767x29
+            RenderTableCell {TD} at (0,0) size 767x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+              RenderInline {STRONG} at (0,0) size 163x20
+                RenderText {#text} at (4,4) size 163x20
                   text run at (4,4) width 163: "TABLE Testing Section"
-          RenderTableRow {TR} at (0,26) size 767x356
-            RenderTableCell {TD} at (0,191) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x18
+          RenderTableRow {TR} at (0,29) size 767x398
+            RenderTableCell {TD} at (0,213) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x20
                 text run at (4,4) width 4: " "
-            RenderTableCell {TD} at (12,26) size 755x356 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 747x36
-                RenderText {#text} at (0,0) size 404x18
+            RenderTableCell {TD} at (12,29) size 755x398 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 747x42
+                RenderText {#text} at (0,0) size 404x20
                   text run at (0,0) width 404: "This sentence should be underlined due to the linked style sheet "
                 RenderInline {CODE} at (0,0) size 96x15
-                  RenderText {#text} at (404,2) size 96x15
-                    text run at (404,2) width 96: "linktest.css"
-                RenderText {#text} at (500,0) size 708x36
+                  RenderText {#text} at (404,6) size 96x15
+                    text run at (404,6) width 96: "linktest.css"
+                RenderText {#text} at (500,0) size 708x41
                   text run at (500,0) width 208: ", the reference to which is shown"
-                  text run at (0,18) width 42: "above."
-              RenderBlock {P} at (4,56) size 747x36
-                RenderText {#text} at (0,0) size 442x18
+                  text run at (0,21) width 42: "above."
+              RenderBlock {P} at (4,62) size 747x42
+                RenderText {#text} at (0,0) size 442x20
                   text run at (0,0) width 442: "This sentence should NOT be underlined due to the linked style sheet "
                 RenderInline {CODE} at (0,0) size 104x15
-                  RenderText {#text} at (442,2) size 104x15
-                    text run at (442,2) width 104: "linktest2.css"
-                RenderText {#text} at (546,0) size 8x18
+                  RenderText {#text} at (442,6) size 104x15
+                    text run at (442,6) width 104: "linktest2.css"
+                RenderText {#text} at (546,0) size 8x20
                   text run at (546,0) width 8: ", "
-                RenderInline {STRONG} at (0,0) size 41x18
-                  RenderText {#text} at (554,0) size 41x18
+                RenderInline {STRONG} at (0,0) size 41x20
+                  RenderText {#text} at (554,0) size 41x20
                     text run at (554,0) width 41: "unless"
-                RenderText {#text} at (595,0) size 741x36
+                RenderText {#text} at (595,0) size 741x41
                   text run at (595,0) width 146: " the external style sheet"
-                  text run at (0,18) width 325: "\"Alternate SS\" has been selected via the user agent."
-              RenderBlock {UL} at (4,108) size 747x54 [color=#FF0000]
-                RenderListItem {LI} at (40,0) size 707x18 [color=#008000]
-                  RenderListMarker at (-17,0) size 7x18: bullet
-                  RenderText {#text} at (0,0) size 390x18
+                  text run at (0,21) width 325: "\"Alternate SS\" has been selected via the user agent."
+              RenderBlock {UL} at (4,120) size 747x63 [color=#FF0000]
+                RenderListItem {LI} at (40,0) size 707x21 [color=#008000]
+                  RenderListMarker at (-19,0) size 8x20: bullet
+                  RenderText {#text} at (0,0) size 390x20
                     text run at (0,0) width 390: "This sentence should be green due to an imported style sheet ["
                   RenderInline {CODE} at (0,0) size 208x15
-                    RenderText {#text} at (390,2) size 208x15
-                      text run at (390,2) width 208: "@import url(imptest1.css);"
-                  RenderText {#text} at (598,0) size 9x18
+                    RenderText {#text} at (390,6) size 208x15
+                      text run at (390,6) width 208: "@import url(imptest1.css);"
+                  RenderText {#text} at (598,0) size 9x20
                     text run at (598,0) width 9: "]."
-                RenderListItem {LI} at (40,18) size 707x18 [color=#800080]
-                  RenderListMarker at (-17,0) size 7x18: bullet
-                  RenderText {#text} at (0,0) size 395x18
+                RenderListItem {LI} at (40,21) size 707x21 [color=#800080]
+                  RenderListMarker at (-19,0) size 8x20: bullet
+                  RenderText {#text} at (0,0) size 395x20
                     text run at (0,0) width 395: "This sentence should be purple due to an imported style sheet ["
                   RenderInline {CODE} at (0,0) size 184x15
-                    RenderText {#text} at (395,2) size 184x15
-                      text run at (395,2) width 184: "@import \"imptest1a.css\""
-                  RenderText {#text} at (579,0) size 9x18
+                    RenderText {#text} at (395,6) size 184x15
+                      text run at (395,6) width 184: "@import \"imptest1a.css\""
+                  RenderText {#text} at (579,0) size 9x20
                     text run at (579,0) width 9: "]."
-                RenderListItem {LI} at (40,36) size 707x18 [color=#008000]
-                  RenderListMarker at (-17,0) size 7x18: bullet
-                  RenderText {#text} at (0,0) size 393x18
+                RenderListItem {LI} at (40,42) size 707x21 [color=#008000]
+                  RenderListMarker at (-19,0) size 8x20: bullet
+                  RenderText {#text} at (0,0) size 393x20
                     text run at (0,0) width 393: "This sentence should be green thanks to the STYLE attribute ["
                   RenderInline {CODE} at (0,0) size 168x15
-                    RenderText {#text} at (393,2) size 168x15
-                      text run at (393,2) width 168: "STYLE=\"color: green;\""
-                  RenderText {#text} at (561,0) size 9x18
+                    RenderText {#text} at (393,6) size 168x15
+                      text run at (393,6) width 168: "STYLE=\"color: green;\""
+                  RenderText {#text} at (561,0) size 9x20
                     text run at (561,0) width 9: "]."
-              RenderBlock {P} at (4,178) size 747x18 [color=#800080]
-                RenderText {#text} at (0,0) size 500x18
+              RenderBlock {P} at (4,199) size 747x21 [color=#800080]
+                RenderText {#text} at (0,0) size 500x20
                   text run at (0,0) width 500: "This sentence should be purple, and it doesn't have a terminating paragraph tag."
-              RenderBlock {OL} at (4,212) size 747x54
-                RenderListItem {LI} at (40,0) size 707x18
-                  RenderListMarker at (-20,0) size 16x18: "1"
-                  RenderText {#text} at (0,0) size 201x18
+              RenderBlock {OL} at (4,236) size 747x63
+                RenderListItem {LI} at (40,0) size 707x21
+                  RenderListMarker at (-21,0) size 16x20: "1"
+                  RenderText {#text} at (0,0) size 201x20
                     text run at (0,0) width 201: "This list should NOT be purple."
-                RenderListItem {LI} at (40,18) size 707x18
-                  RenderListMarker at (-20,0) size 16x18: "2"
-                  RenderText {#text} at (0,0) size 172x18
+                RenderListItem {LI} at (40,21) size 707x21
+                  RenderListMarker at (-21,0) size 16x20: "2"
+                  RenderText {#text} at (0,0) size 172x20
                     text run at (0,0) width 172: "It should, instead, be black."
-                RenderListItem {LI} at (40,36) size 707x18
-                  RenderListMarker at (-20,0) size 16x18: "3"
-                  RenderText {#text} at (0,0) size 501x18
+                RenderListItem {LI} at (40,42) size 707x21
+                  RenderListMarker at (-21,0) size 16x20: "3"
+                  RenderText {#text} at (0,0) size 501x20
                     text run at (0,0) width 501: "If it IS purple, then the browser hasn't correctly parsed the preceding paragraph."
-              RenderBlock {P} at (4,282) size 747x36
-                RenderText {#text} at (0,0) size 697x18
+              RenderBlock {P} at (4,315) size 747x42
+                RenderText {#text} at (0,0) size 697x20
                   text run at (0,0) width 197: "This sentence should be black. "
                   text run at (197,0) width 500: "If it is red, then the browser has inappropriately imported the styles from the file"
                 RenderInline {TT} at (0,0) size 96x15
-                  RenderText {#text} at (0,20) size 96x15
-                    text run at (0,20) width 96: "imptest2.css"
-                RenderText {#text} at (96,18) size 33x18
-                  text run at (96,18) width 33: " (see "
-                RenderInline {A} at (0,0) size 68x18 [color=#0000FF]
-                  RenderText {#text} at (129,18) size 68x18
-                    text run at (129,18) width 68: "section 3.0"
-                RenderText {#text} at (197,18) size 275x18
-                  text run at (197,18) width 275: " of the CSS1 specification for more details)."
-              RenderBlock {P} at (4,334) size 747x18 [color=#008000]
-                RenderText {#text} at (0,0) size 203x18
+                  RenderText {#text} at (0,27) size 96x15
+                    text run at (0,27) width 96: "imptest2.css"
+                RenderText {#text} at (96,21) size 33x20
+                  text run at (96,21) width 33: " (see "
+                RenderInline {A} at (0,0) size 68x20 [color=#0000FF]
+                  RenderText {#text} at (129,21) size 68x20
+                    text run at (129,21) width 68: "section 3.0"
+                RenderText {#text} at (197,21) size 275x20
+                  text run at (197,21) width 275: " of the CSS1 specification for more details)."
+              RenderBlock {P} at (4,373) size 747x21 [color=#008000]
+                RenderText {#text} at (0,0) size 203x20
                   text run at (0,0) width 203: "This paragraph should be green."


More information about the webkit-dev mailing list