Title: [86777] trunk/LayoutTests
Revision
86777
Author
[email protected]
Date
2011-05-18 11:15:17 -0700 (Wed, 18 May 2011)

Log Message

2011-05-18  Chang Shu  <[email protected]>

        Reviewed by Csaba Osztrogonác.

        editing/style/apply-through-end-of-document.html is supposed to be dumpAsText
        https://bugs.webkit.org/show_bug.cgi?id=61077

        * editing/style/apply-through-end-of-document-expected.txt:
        * editing/style/apply-through-end-of-document.html:
        * platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png: Removed.
        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.png: Removed.
        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: Removed.
        * platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Removed.
        * platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png: Removed.
        * platform/mac/editing/style/apply-through-end-of-document-expected.png: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (86776 => 86777)


--- trunk/LayoutTests/ChangeLog	2011-05-18 17:47:25 UTC (rev 86776)
+++ trunk/LayoutTests/ChangeLog	2011-05-18 18:15:17 UTC (rev 86777)
@@ -1,3 +1,19 @@
+2011-05-18  Chang Shu  <[email protected]>
+
+        Reviewed by Csaba Osztrogonác.
+
+        editing/style/apply-through-end-of-document.html is supposed to be dumpAsText
+        https://bugs.webkit.org/show_bug.cgi?id=61077
+
+        * editing/style/apply-through-end-of-document-expected.txt:
+        * editing/style/apply-through-end-of-document.html:
+        * platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png: Removed.
+        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.png: Removed.
+        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: Removed.
+        * platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Removed.
+        * platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png: Removed.
+        * platform/mac/editing/style/apply-through-end-of-document-expected.png: Removed.
+
 2011-05-18  Erik Arvidsson  <[email protected]>
 
         Reviewed by Ojan Vafai.

Modified: trunk/LayoutTests/editing/style/apply-through-end-of-document-expected.txt (86776 => 86777)


--- trunk/LayoutTests/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 17:47:25 UTC (rev 86776)
+++ trunk/LayoutTests/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 18:15:17 UTC (rev 86777)
@@ -1,28 +1,7 @@
-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 784x579
-      RenderBlock {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 53x18
-          text run at (0,0) width 53: "Test for "
-        RenderInline {I} at (0,0) size 747x36
-          RenderInline {A} at (0,0) size 154x18 [color=#0000EE]
-            RenderText {#text} at (53,0) size 154x18
-              text run at (53,0) width 154: "rdar://problem/6864786"
-          RenderText {#text} at (207,0) size 747x36
-            text run at (207,0) width 540: ": REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when"
-            text run at (0,18) width 185: "reviewing a patch in Bugzilla"
-        RenderText {#text} at (185,18) size 4x18
-          text run at (185,18) width 4: "."
-      RenderBlock {P} at (0,52) size 784x18
-        RenderText {#text} at (0,0) size 217x18
-          text run at (0,0) width 217: "The test passes if it does not crash."
-      RenderBlock {DIV} at (0,86) size 784x41
-        RenderText {#text} at (0,0) size 563x41
-          text run at (0,0) width 563: "Copy the second word in this sentence."
-      RenderBlock {PRE} at (0,140) size 784x15
-        RenderText {#text} at (0,0) size 24x15
-          text run at (0,0) width 24: "the"
-        RenderBR {BR} at (24,12) size 0x0
-caret: position 3 of child 0 {#text} of child 7 {PRE} of body
+Test for rdar://problem/6864786: REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in Bugzilla.
+
+The test passes if it does not crash.
+
+Copy the second word in this sentence.
+the
+

Modified: trunk/LayoutTests/editing/style/apply-through-end-of-document.html (86776 => 86777)


--- trunk/LayoutTests/editing/style/apply-through-end-of-document.html	2011-05-18 17:47:25 UTC (rev 86776)
+++ trunk/LayoutTests/editing/style/apply-through-end-of-document.html	2011-05-18 18:15:17 UTC (rev 86777)
@@ -3,7 +3,7 @@
     <script>
         function test()
         {
-            if (window.layoutTextController)
+            if (window.layoutTestController)
                 layoutTestController.dumpAsText();
 
             var edit = document.getElementById("edit");

Deleted: trunk/LayoutTests/platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/editing/style/apply-through-end-of-document-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt (86776 => 86777)


--- trunk/LayoutTests/platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 17:47:25 UTC (rev 86776)
+++ trunk/LayoutTests/platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 18:15:17 UTC (rev 86777)
@@ -1,28 +0,0 @@
-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 784x579
-      RenderBlock {P} at (0,0) size 784x40
-        RenderText {#text} at (0,0) size 51x19
-          text run at (0,0) width 51: "Test for "
-        RenderInline {I} at (0,0) size 743x39
-          RenderInline {A} at (0,0) size 154x19 [color=#0000EE]
-            RenderText {#text} at (51,0) size 154x19
-              text run at (51,0) width 154: "rdar://problem/6864786"
-          RenderText {#text} at (205,0) size 743x39
-            text run at (205,0) width 538: ": REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when"
-            text run at (0,20) width 186: "reviewing a patch in Bugzilla"
-        RenderText {#text} at (186,20) size 4x19
-          text run at (186,20) width 4: "."
-      RenderBlock {P} at (0,56) size 784x20
-        RenderText {#text} at (0,0) size 210x19
-          text run at (0,0) width 210: "The test passes if it does not crash."
-      RenderBlock {DIV} at (0,92) size 784x43
-        RenderText {#text} at (0,1) size 552x41
-          text run at (0,1) width 552: "Copy the second word in this sentence."
-      RenderBlock {PRE} at (0,148) size 784x16
-        RenderText {#text} at (0,0) size 24x16
-          text run at (0,0) width 24: "the"
-        RenderBR {BR} at (24,12) size 0x0
-caret: position 3 of child 0 {#text} of child 7 {PRE} of body

Deleted: trunk/LayoutTests/platform/gtk/editing/style/apply-through-end-of-document-expected.txt (86776 => 86777)


--- trunk/LayoutTests/platform/gtk/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 17:47:25 UTC (rev 86776)
+++ trunk/LayoutTests/platform/gtk/editing/style/apply-through-end-of-document-expected.txt	2011-05-18 18:15:17 UTC (rev 86777)
@@ -1,28 +0,0 @@
-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 784x579
-      RenderBlock {P} at (0,0) size 784x38
-        RenderText {#text} at (0,0) size 53x19
-          text run at (0,0) width 53: "Test for "
-        RenderInline {I} at (0,0) size 747x38
-          RenderInline {A} at (0,0) size 154x19 [color=#0000EE]
-            RenderText {#text} at (53,0) size 154x19
-              text run at (53,0) width 154: "rdar://problem/6864786"
-          RenderText {#text} at (207,0) size 747x38
-            text run at (207,0) width 540: ": REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when"
-            text run at (0,19) width 185: "reviewing a patch in Bugzilla"
-        RenderText {#text} at (185,19) size 4x19
-          text run at (185,19) width 4: "."
-      RenderBlock {P} at (0,54) size 784x19
-        RenderText {#text} at (0,0) size 217x19
-          text run at (0,0) width 217: "The test passes if it does not crash."
-      RenderBlock {DIV} at (0,89) size 784x41
-        RenderText {#text} at (0,0) size 563x41
-          text run at (0,0) width 563: "Copy the second word in this sentence."
-      RenderBlock {PRE} at (0,143) size 784x15
-        RenderText {#text} at (0,0) size 24x15
-          text run at (0,0) width 24: "the"
-        RenderBR {BR} at (24,11) size 0x0
-caret: position 3 of child 0 {#text} of child 7 {PRE} of body

Deleted: trunk/LayoutTests/platform/mac/editing/style/apply-through-end-of-document-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to