Title: [147819] trunk/LayoutTests
Revision
147819
Author
benja...@webkit.org
Date
2013-04-05 17:06:09 -0700 (Fri, 05 Apr 2013)

Log Message

Change css1/basic/comments-expected.html to be a ref-test
https://bugs.webkit.org/show_bug.cgi?id=113996

Patch by Benjamin Poulain <bpoul...@apple.com> on 2013-04-05
Reviewed by Jer Noble.

The test css1/basic/comments.html verifies the handling
of comments inside a CSS declaration.

The test is changed to a ref-test by simply defining the style
directly on each element on the reference.

* css1/basic/comments-expected.html: Added.
* platform/efl/css1/basic/comments-expected.png: Removed.
* platform/efl/css1/basic/comments-expected.txt: Removed.
* platform/gtk/css1/basic/comments-expected.txt: Removed.
* platform/mac/css1/basic/comments-expected.png: Removed.
* platform/mac/css1/basic/comments-expected.txt: Removed.
* platform/qt/css1/basic/comments-expected.png: Removed.
* platform/qt/css1/basic/comments-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147818 => 147819)


--- trunk/LayoutTests/ChangeLog	2013-04-05 23:53:12 UTC (rev 147818)
+++ trunk/LayoutTests/ChangeLog	2013-04-06 00:06:09 UTC (rev 147819)
@@ -1,3 +1,25 @@
+2013-04-05  Benjamin Poulain  <bpoul...@apple.com>
+
+        Change css1/basic/comments-expected.html to be a ref-test
+        https://bugs.webkit.org/show_bug.cgi?id=113996
+
+        Reviewed by Jer Noble.
+
+        The test css1/basic/comments.html verifies the handling
+        of comments inside a CSS declaration.
+
+        The test is changed to a ref-test by simply defining the style
+        directly on each element on the reference.
+
+        * css1/basic/comments-expected.html: Added.
+        * platform/efl/css1/basic/comments-expected.png: Removed.
+        * platform/efl/css1/basic/comments-expected.txt: Removed.
+        * platform/gtk/css1/basic/comments-expected.txt: Removed.
+        * platform/mac/css1/basic/comments-expected.png: Removed.
+        * platform/mac/css1/basic/comments-expected.txt: Removed.
+        * platform/qt/css1/basic/comments-expected.png: Removed.
+        * platform/qt/css1/basic/comments-expected.txt: Removed.
+
 2013-04-05  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         tryCacheGetByID sets StructureStubInfo accessType to an incorrect value

Added: trunk/LayoutTests/css1/basic/comments-expected.html (0 => 147819)


--- trunk/LayoutTests/css1/basic/comments-expected.html	                        (rev 0)
+++ trunk/LayoutTests/css1/basic/comments-expected.html	2013-04-06 00:06:09 UTC (rev 147819)
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<body background=""
+<p>The style declarations which apply to the text below are:</p>
+<pre>/* This is a CSS1 comment. */
+.one {color: green;} /* Another comment */
+/* The following should not be used:
+.two {color: red;} */
+.three {color: green; /* color: red; */}
+/**
+.four {color: red;} */
+.five {color: green;}
+/**/
+.six {color: green;}
+/*********/
+.seven {color: green;}
+/* a comment **/
+.eight {color: green;}
+
+</pre>
+<hr>
+<p style="color:green">This sentence should be green.</p>
+<p>This sentence should be black.</p>
+<p style="color:green">This sentence should be green.</p>
+<p>This sentence should be black.</p>
+<p style="color:green">This sentence should be green.</p>
+<p style="color:green">This sentence should be green.</p>
+<p style="color:green">This sentence should be green.</p>
+<p style="color:green">This sentence should be green.</p>
+
+<table border cellspacing="0" cellpadding="3" class="tabletest">
+    <tr>
+        <td colspan="2" bgcolor="silver"><strong>TABLE Testing Section</strong></td>
+    </tr>
+    <tr>
+        <td bgcolor="silver">&nbsp;</td>
+        <td><p style="color:green">This sentence should be green.</p>
+            <p>This sentence should be black.</p>
+            <p style="color:green">This sentence should be green.</p>
+            <p>This sentence should be black.</p>
+            <p>This sentence should be green.</p>
+            <p>This sentence should be green.</p>
+            <p style="color:green">This sentence should be green.</p>
+            <p style="color:green">This sentence should be green.</p>
+        </td>
+    </tr>
+</table>
+</body>
+</html>

Deleted: trunk/LayoutTests/platform/efl/css1/basic/comments-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/css1/basic/comments-expected.txt (147818 => 147819)


--- trunk/LayoutTests/platform/efl/css1/basic/comments-expected.txt	2013-04-05 23:53:12 UTC (rev 147818)
+++ trunk/LayoutTests/platform/efl/css1/basic/comments-expected.txt	2013-04-06 00:06:09 UTC (rev 147819)
@@ -1,100 +0,0 @@
-layer at (0,0) size 785x870
-  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 355x17
-          text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) 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: " "
-          text run at (0,15) width 336: ".one {color: green;} /* Another comment */"
-          text run at (336,15) width 0: " "
-          text run at (0,30) width 288: "/* The following should not be used:"
-          text run at (288,30) width 0: " "
-          text run at (0,45) width 168: ".two {color: red;} */"
-          text run at (168,45) width 0: " "
-          text run at (0,60) width 320: ".three {color: green; /* color: red; */}"
-          text run at (320,60) width 0: " "
-          text run at (0,75) width 24: "/**"
-          text run at (24,75) width 0: " "
-          text run at (0,90) width 176: ".four {color: red;} */"
-          text run at (176,90) width 0: " "
-          text run at (0,105) width 168: ".five {color: green;}"
-          text run at (168,105) width 0: " "
-          text run at (0,120) width 32: "/**/"
-          text run at (32,120) width 0: " "
-          text run at (0,135) width 160: ".six {color: green;}"
-          text run at (160,135) width 0: " "
-          text run at (0,150) width 88: "/*********/"
-          text run at (88,150) width 0: " "
-          text run at (0,165) width 176: ".seven {color: green;}"
-          text run at (176,165) width 0: " "
-          text run at (0,180) width 128: "/* a comment **/"
-          text run at (128,180) width 0: " "
-          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 194x17
-          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 193x17
-          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 194x17
-          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 193x17
-          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 194x17
-          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 194x17
-          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 194x17
-          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 194x17
-          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 163x17
-                RenderText {#text} at (4,4) size 163x17
-                  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 4x17
-                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 194x17
-                  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 193x17
-                  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 194x17
-                  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 193x17
-                  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 194x17
-                  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 194x17
-                  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 194x17
-                  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 194x17
-                  text run at (0,0) width 194: "This sentence should be green."

Deleted: trunk/LayoutTests/platform/gtk/css1/basic/comments-expected.txt (147818 => 147819)


--- trunk/LayoutTests/platform/gtk/css1/basic/comments-expected.txt	2013-04-05 23:53:12 UTC (rev 147818)
+++ trunk/LayoutTests/platform/gtk/css1/basic/comments-expected.txt	2013-04-06 00:06:09 UTC (rev 147819)
@@ -1,100 +0,0 @@
-layer at (0,0) size 785x870
-  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 355x19
-          text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) 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: " "
-          text run at (0,15) width 336: ".one {color: green;} /* Another comment */"
-          text run at (336,15) width 0: " "
-          text run at (0,30) width 288: "/* The following should not be used:"
-          text run at (288,30) width 0: " "
-          text run at (0,45) width 168: ".two {color: red;} */"
-          text run at (168,45) width 0: " "
-          text run at (0,60) width 320: ".three {color: green; /* color: red; */}"
-          text run at (320,60) width 0: " "
-          text run at (0,75) width 24: "/**"
-          text run at (24,75) width 0: " "
-          text run at (0,90) width 176: ".four {color: red;} */"
-          text run at (176,90) width 0: " "
-          text run at (0,105) width 168: ".five {color: green;}"
-          text run at (168,105) width 0: " "
-          text run at (0,120) width 32: "/**/"
-          text run at (32,120) width 0: " "
-          text run at (0,135) width 160: ".six {color: green;}"
-          text run at (160,135) width 0: " "
-          text run at (0,150) width 88: "/*********/"
-          text run at (88,150) width 0: " "
-          text run at (0,165) width 176: ".seven {color: green;}"
-          text run at (176,165) width 0: " "
-          text run at (0,180) width 128: "/* a comment **/"
-          text run at (128,180) width 0: " "
-          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 194x19
-          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 193x19
-          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 194x19
-          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 193x19
-          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 194x19
-          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 194x19
-          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 194x19
-          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 194x19
-          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 163x19
-                RenderText {#text} at (4,4) size 163x19
-                  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 4x19
-                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 194x19
-                  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 193x19
-                  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 194x19
-                  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 193x19
-                  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 194x19
-                  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 194x19
-                  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 194x19
-                  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 194x19
-                  text run at (0,0) width 194: "This sentence should be green."

Deleted: trunk/LayoutTests/platform/mac/css1/basic/comments-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/css1/basic/comments-expected.txt (147818 => 147819)


--- trunk/LayoutTests/platform/mac/css1/basic/comments-expected.txt	2013-04-05 23:53:12 UTC (rev 147818)
+++ trunk/LayoutTests/platform/mac/css1/basic/comments-expected.txt	2013-04-06 00:06:09 UTC (rev 147819)
@@ -1,100 +0,0 @@
-layer at (0,0) size 785x870
-  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
-          text run at (0,0) width 355: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,34) 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: " "
-          text run at (0,15) width 336: ".one {color: green;} /* Another comment */"
-          text run at (336,15) width 0: " "
-          text run at (0,30) width 288: "/* The following should not be used:"
-          text run at (288,30) width 0: " "
-          text run at (0,45) width 168: ".two {color: red;} */"
-          text run at (168,45) width 0: " "
-          text run at (0,60) width 320: ".three {color: green; /* color: red; */}"
-          text run at (320,60) width 0: " "
-          text run at (0,75) width 24: "/**"
-          text run at (24,75) width 0: " "
-          text run at (0,90) width 176: ".four {color: red;} */"
-          text run at (176,90) width 0: " "
-          text run at (0,105) width 168: ".five {color: green;}"
-          text run at (168,105) width 0: " "
-          text run at (0,120) width 32: "/**/"
-          text run at (32,120) width 0: " "
-          text run at (0,135) width 160: ".six {color: green;}"
-          text run at (160,135) width 0: " "
-          text run at (0,150) width 88: "/*********/"
-          text run at (88,150) width 0: " "
-          text run at (0,165) width 176: ".seven {color: green;}"
-          text run at (176,165) width 0: " "
-          text run at (0,180) width 128: "/* a comment **/"
-          text run at (128,180) width 0: " "
-          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
-          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
-          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
-          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
-          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
-          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
-          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
-          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
-                  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
-                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
-                  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
-                  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
-                  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
-                  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
-                  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
-                  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
-                  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
-                  text run at (0,0) width 194: "This sentence should be green."

Deleted: trunk/LayoutTests/platform/qt/css1/basic/comments-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/qt/css1/basic/comments-expected.txt (147818 => 147819)


--- trunk/LayoutTests/platform/qt/css1/basic/comments-expected.txt	2013-04-05 23:53:12 UTC (rev 147818)
+++ trunk/LayoutTests/platform/qt/css1/basic/comments-expected.txt	2013-04-06 00:06:09 UTC (rev 147819)
@@ -1,100 +0,0 @@
-layer at (0,0) size 785x888
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x888
-  RenderBlock {HTML} at (0,0) size 785x888
-    RenderBody {BODY} at (8,8) size 769x872 [bgcolor=#CCCCCC]
-      RenderBlock {P} at (0,0) size 769x19
-        RenderText {#text} at (0,0) size 337x19
-          text run at (0,0) width 337: "The style declarations which apply to the text below are:"
-      RenderBlock {PRE} at (0,35) 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: " "
-          text run at (0,15) width 336: ".one {color: green;} /* Another comment */"
-          text run at (336,15) width 0: " "
-          text run at (0,30) width 288: "/* The following should not be used:"
-          text run at (288,30) width 0: " "
-          text run at (0,45) width 168: ".two {color: red;} */"
-          text run at (168,45) width 0: " "
-          text run at (0,60) width 320: ".three {color: green; /* color: red; */}"
-          text run at (320,60) width 0: " "
-          text run at (0,75) width 24: "/**"
-          text run at (24,75) width 0: " "
-          text run at (0,90) width 176: ".four {color: red;} */"
-          text run at (176,90) width 0: " "
-          text run at (0,105) width 168: ".five {color: green;}"
-          text run at (168,105) width 0: " "
-          text run at (0,120) width 32: "/**/"
-          text run at (32,120) width 0: " "
-          text run at (0,135) width 160: ".six {color: green;}"
-          text run at (160,135) width 0: " "
-          text run at (0,150) width 88: "/*********/"
-          text run at (88,150) width 0: " "
-          text run at (0,165) width 176: ".seven {color: green;}"
-          text run at (176,165) width 0: " "
-          text run at (0,180) width 128: "/* a comment **/"
-          text run at (128,180) width 0: " "
-          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,273) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,291) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderBlock {P} at (0,326) size 769x19
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be black."
-      RenderBlock {P} at (0,361) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderBlock {P} at (0,396) size 769x19
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be black."
-      RenderBlock {P} at (0,431) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderBlock {P} at (0,466) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderBlock {P} at (0,501) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderBlock {P} at (0,536) size 769x19 [color=#008000]
-        RenderText {#text} at (0,0) size 184x19
-          text run at (0,0) width 184: "This sentence should be green."
-      RenderTable {TABLE} at (0,571) size 206x301 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 204x299
-          RenderTableRow {TR} at (0,0) size 204x27
-            RenderTableCell {TD} at (0,0) size 204x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
-              RenderInline {STRONG} at (0,0) size 159x19
-                RenderText {#text} at (4,4) size 159x19
-                  text run at (4,4) width 159: "TABLE Testing Section"
-          RenderTableRow {TR} at (0,27) size 204x272
-            RenderTableCell {TD} at (0,149) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x19
-                text run at (4,4) width 4: " "
-            RenderTableCell {TD} at (12,27) size 192x272 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
-              RenderBlock {P} at (4,39) size 184x19
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be black."
-              RenderBlock {P} at (4,74) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
-              RenderBlock {P} at (4,109) size 184x19
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be black."
-              RenderBlock {P} at (4,144) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
-              RenderBlock {P} at (4,179) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
-              RenderBlock {P} at (4,214) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
-              RenderBlock {P} at (4,249) size 184x19 [color=#008000]
-                RenderText {#text} at (0,0) size 184x19
-                  text run at (0,0) width 184: "This sentence should be green."
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to