Title: [118964] trunk/LayoutTests
Revision
118964
Author
[email protected]
Date
2012-05-30 13:52:58 -0700 (Wed, 30 May 2012)

Log Message

[Win] Many editing tests failing
https://bugs.webkit.org/show_bug.cgi?id=87890

Add/updated expected (failing?) results for Windows editing tests.

* platform/win/editing/deleting/delete-start-block-expected.txt: Added.
* platform/win/editing/deleting/regional-indicators-expected.txt: Added.
* platform/win/editing/input: Added.
* platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
* platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
* platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
* platform/win/editing/selection/caret-ltr-right-expected.txt:
* platform/win/editing/selection/caret-rtl-2-left-expected.txt:
* platform/win/editing/selection/caret-rtl-right-expected.txt:
* platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/win/editing/selection/transformed-selection-rects-expected.txt:
* platform/win/editing/spelling/grammar-paste-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-queue-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118963 => 118964)


--- trunk/LayoutTests/ChangeLog	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/ChangeLog	2012-05-30 20:52:58 UTC (rev 118964)
@@ -1,3 +1,26 @@
+2012-05-30  Jessie Berlin  <[email protected]>
+
+        [Win] Many editing tests failing
+        https://bugs.webkit.org/show_bug.cgi?id=87890
+
+        Add/updated expected (failing?) results for Windows editing tests.
+
+        * platform/win/editing/deleting/delete-start-block-expected.txt: Added.
+        * platform/win/editing/deleting/regional-indicators-expected.txt: Added.
+        * platform/win/editing/input: Added.
+        * platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
+        * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
+        * platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
+        * platform/win/editing/selection/caret-ltr-right-expected.txt:
+        * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
+        * platform/win/editing/selection/caret-rtl-right-expected.txt:
+        * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/win/editing/selection/transformed-selection-rects-expected.txt:
+        * platform/win/editing/spelling/grammar-paste-expected.txt: Added.
+        * platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added.
+        * platform/win/editing/spelling/spellcheck-queue-expected.txt: Added.
+        * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added.
+
 2012-05-29  Adrienne Walker  <[email protected]>
 
         Transformed fixed position layers have an incorrect overlap map entry

Added: trunk/LayoutTests/platform/win/editing/deleting/delete-start-block-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/deleting/delete-start-block-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/deleting/delete-start-block-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,25 @@
+This tests removing the start block. WebKit should not crash.
+| <progress>
+|   <script>
+|     src=""
+|   <script>
+|     "
+
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+
+document.designMode="on";
+document.execCommand("selectall");
+document.execCommand("justifycenter",false);
+document.body.removeChild(document.body.firstElementChild);
+document.execCommand("insertparagraph");
+
+Markup.description("This tests removing the start block. WebKit should not crash.");
+Markup.dump(document.body);
+
+"
+| <div>
+|   <br>
+| <div>
+|   <#selection-caret>
+|   <br>

Added: trunk/LayoutTests/platform/win/editing/deleting/regional-indicators-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/deleting/regional-indicators-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/deleting/regional-indicators-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,5 @@
+This test checks how backspacing works with regional indicator characters.
+
+a
+1. Delete a flag: FAIL
+2. Delete a lone regional indicator character: PASS

Added: trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,104 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x216
+  RenderBlock {HTML} at (0,0) size 800x216
+    RenderBody {BODY} at (8,8) size 784x200
+      RenderBlock {DIV} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 595x18
+          text run at (0,0) width 595: "When the caret is scrolled out, on starting typing it must be brought to the center of the control."
+layer at (8,26) size 784x182 clip at (9,27) size 767x165 scrollY 251 scrollHeight 558
+  RenderBlock {DIV} at (0,18) size 784x182 [border: (1px solid #000000)]
+    RenderText {#text} at (1,1) size 16x18
+      text run at (1,1) width 16: "00"
+    RenderBR {BR} at (17,1) size 0x18
+    RenderText {#text} at (1,19) size 16x18
+      text run at (1,19) width 16: "01"
+    RenderBR {BR} at (17,19) size 0x18
+    RenderText {#text} at (1,37) size 16x18
+      text run at (1,37) width 16: "02"
+    RenderBR {BR} at (17,37) size 0x18
+    RenderText {#text} at (1,55) size 16x18
+      text run at (1,55) width 16: "03"
+    RenderBR {BR} at (17,55) size 0x18
+    RenderText {#text} at (1,73) size 16x18
+      text run at (1,73) width 16: "04"
+    RenderBR {BR} at (17,73) size 0x18
+    RenderText {#text} at (1,91) size 16x18
+      text run at (1,91) width 16: "05"
+    RenderBR {BR} at (17,91) size 0x18
+    RenderText {#text} at (1,109) size 16x18
+      text run at (1,109) width 16: "06"
+    RenderBR {BR} at (17,109) size 0x18
+    RenderText {#text} at (1,127) size 16x18
+      text run at (1,127) width 16: "07"
+    RenderBR {BR} at (17,127) size 0x18
+    RenderText {#text} at (1,145) size 16x18
+      text run at (1,145) width 16: "08"
+    RenderBR {BR} at (17,145) size 0x18
+    RenderText {#text} at (1,163) size 16x18
+      text run at (1,163) width 16: "09"
+    RenderBR {BR} at (17,163) size 0x18
+    RenderText {#text} at (1,181) size 16x18
+      text run at (1,181) width 16: "10"
+    RenderBR {BR} at (17,181) size 0x18
+    RenderText {#text} at (1,199) size 16x18
+      text run at (1,199) width 16: "11"
+    RenderBR {BR} at (17,199) size 0x18
+    RenderText {#text} at (1,217) size 16x18
+      text run at (1,217) width 16: "12"
+    RenderBR {BR} at (17,217) size 0x18
+    RenderText {#text} at (1,235) size 16x18
+      text run at (1,235) width 16: "13"
+    RenderBR {BR} at (17,235) size 0x18
+    RenderText {#text} at (1,253) size 16x18
+      text run at (1,253) width 16: "14"
+    RenderBR {BR} at (17,253) size 0x18
+    RenderText {#text} at (1,271) size 16x18
+      text run at (1,271) width 16: "15"
+    RenderBR {BR} at (17,271) size 0x18
+    RenderText {#text} at (1,289) size 16x18
+      text run at (1,289) width 16: "16"
+    RenderBR {BR} at (17,289) size 0x18
+    RenderText {#text} at (1,307) size 16x18
+      text run at (1,307) width 16: "17"
+    RenderBR {BR} at (17,307) size 0x18
+    RenderText {#text} at (1,325) size 20x18
+      text run at (1,325) width 20: ".18"
+    RenderBR {BR} at (21,325) size 0x18
+    RenderText {#text} at (1,343) size 16x18
+      text run at (1,343) width 16: "19"
+    RenderBR {BR} at (17,343) size 0x18
+    RenderText {#text} at (1,361) size 16x18
+      text run at (1,361) width 16: "20"
+    RenderBR {BR} at (17,361) size 0x18
+    RenderText {#text} at (1,379) size 16x18
+      text run at (1,379) width 16: "21"
+    RenderBR {BR} at (17,379) size 0x18
+    RenderText {#text} at (1,397) size 16x18
+      text run at (1,397) width 16: "22"
+    RenderBR {BR} at (17,397) size 0x18
+    RenderText {#text} at (1,415) size 16x18
+      text run at (1,415) width 16: "23"
+    RenderBR {BR} at (17,415) size 0x18
+    RenderText {#text} at (1,433) size 16x18
+      text run at (1,433) width 16: "24"
+    RenderBR {BR} at (17,433) size 0x18
+    RenderText {#text} at (1,451) size 16x18
+      text run at (1,451) width 16: "25"
+    RenderBR {BR} at (17,451) size 0x18
+    RenderText {#text} at (1,469) size 16x18
+      text run at (1,469) width 16: "26"
+    RenderBR {BR} at (17,469) size 0x18
+    RenderText {#text} at (1,487) size 16x18
+      text run at (1,487) width 16: "27"
+    RenderBR {BR} at (17,487) size 0x18
+    RenderText {#text} at (1,505) size 16x18
+      text run at (1,505) width 16: "28"
+    RenderBR {BR} at (17,505) size 0x18
+    RenderText {#text} at (1,523) size 16x18
+      text run at (1,523) width 16: "29"
+    RenderBR {BR} at (17,523) size 0x18
+    RenderText {#text} at (1,541) size 16x18
+      text run at (1,541) width 16: "30"
+    RenderBR {BR} at (17,541) size 0x18
+caret: position 1 of child 36 {#text} of child 5 {DIV} of body

Added: trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,79 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x178
+  RenderBlock {HTML} at (0,0) size 800x178
+    RenderBody {BODY} at (8,8) size 784x162
+      RenderBlock {DIV} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 595x18
+          text run at (0,0) width 595: "When the caret is scrolled out, on starting typing it must be brought to the center of the control."
+      RenderBlock (anonymous) at (0,18) size 784x144
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,28) size 91x136 clip at (11,29) size 74x134 scrollY 98 scrollHeight 420
+  RenderTextControl {TEXTAREA} at (2,2) size 91x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 70x416
+      RenderText {#text} at (0,0) size 18x403
+        text run at (0,0) width 14: "00"
+        text run at (13,0) width 1: " "
+        text run at (0,13) width 14: "01"
+        text run at (13,13) width 1: " "
+        text run at (0,26) width 14: "02"
+        text run at (13,26) width 1: " "
+        text run at (0,39) width 14: "03"
+        text run at (13,39) width 1: " "
+        text run at (0,52) width 14: "04"
+        text run at (13,52) width 1: " "
+        text run at (0,65) width 14: "05"
+        text run at (13,65) width 1: " "
+        text run at (0,78) width 14: "06"
+        text run at (13,78) width 1: " "
+        text run at (0,91) width 14: "07"
+        text run at (13,91) width 1: " "
+        text run at (0,104) width 14: "08"
+        text run at (13,104) width 1: " "
+        text run at (0,117) width 14: "09"
+        text run at (13,117) width 1: " "
+        text run at (0,130) width 14: "10"
+        text run at (13,130) width 1: " "
+        text run at (0,143) width 14: "11"
+        text run at (13,143) width 1: " "
+        text run at (0,156) width 18: ".12"
+        text run at (17,156) width 1: " "
+        text run at (0,169) width 14: "13"
+        text run at (13,169) width 1: " "
+        text run at (0,182) width 14: "14"
+        text run at (13,182) width 1: " "
+        text run at (0,195) width 14: "15"
+        text run at (13,195) width 1: " "
+        text run at (0,208) width 14: "16"
+        text run at (13,208) width 1: " "
+        text run at (0,221) width 14: "17"
+        text run at (13,221) width 1: " "
+        text run at (0,234) width 14: "18"
+        text run at (13,234) width 1: " "
+        text run at (0,247) width 14: "19"
+        text run at (13,247) width 1: " "
+        text run at (0,260) width 14: "20"
+        text run at (13,260) width 1: " "
+        text run at (0,273) width 14: "21"
+        text run at (13,273) width 1: " "
+        text run at (0,286) width 14: "22"
+        text run at (13,286) width 1: " "
+        text run at (0,299) width 14: "23"
+        text run at (13,299) width 1: " "
+        text run at (0,312) width 14: "24"
+        text run at (13,312) width 1: " "
+        text run at (0,325) width 14: "25"
+        text run at (13,325) width 1: " "
+        text run at (0,338) width 14: "26"
+        text run at (13,338) width 1: " "
+        text run at (0,351) width 14: "27"
+        text run at (13,351) width 1: " "
+        text run at (0,364) width 14: "28"
+        text run at (13,364) width 1: " "
+        text run at (0,377) width 14: "29"
+        text run at (13,377) width 1: " "
+        text run at (0,390) width 14: "30"
+        text run at (13,390) width 1: " "
+      RenderBR {BR} at (0,403) size 0x13
+caret: position 37 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 3 {TEXTAREA} of body

Added: trunk/LayoutTests/platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,2 @@
+When the caret is scrolled out and resides at the end of the contenteditable, on pressing "Ctrl+Return" it must be scrolled to the bottom of the view, not to the center to avoid undesirable content view jumping.
+PASS

Modified: trunk/LayoutTests/platform/win/editing/selection/caret-ltr-right-expected.txt (118963 => 118964)


--- trunk/LayoutTests/platform/win/editing/selection/caret-ltr-right-expected.txt	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/platform/win/editing/selection/caret-ltr-right-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -14,5 +14,6 @@
         RenderText {#text} at (0,0) size 186x18
           text run at (0,0) width 186: "FAIL: selection not collapsed"
         RenderBR {BR} at (186,0) size 0x18
+        RenderText {#text} at (0,0) size 0x0
 selection start: position 0 of child 0 {#text} of child 3 {DIV} of body
 selection end:   position 7 of child 0 {#text} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/win/editing/selection/caret-rtl-2-left-expected.txt (118963 => 118964)


--- trunk/LayoutTests/platform/win/editing/selection/caret-rtl-2-left-expected.txt	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/platform/win/editing/selection/caret-rtl-2-left-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -14,5 +14,6 @@
         RenderText {#text} at (0,0) size 186x18
           text run at (0,0) width 186: "FAIL: selection not collapsed"
         RenderBR {BR} at (186,0) size 0x18
+        RenderText {#text} at (0,0) size 0x0
 selection start: position 0 of child 0 {#text} of child 3 {DIV} of body
 selection end:   position 3 of child 0 {#text} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/win/editing/selection/caret-rtl-right-expected.txt (118963 => 118964)


--- trunk/LayoutTests/platform/win/editing/selection/caret-rtl-right-expected.txt	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/platform/win/editing/selection/caret-rtl-right-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -14,4 +14,5 @@
         RenderText {#text} at (0,0) size 39x18
           text run at (0,0) width 39: "PASS"
         RenderBR {BR} at (39,0) size 0x18
+        RenderText {#text} at (0,0) size 0x0
 caret: position 0 of child 0 {#text} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.txt (118963 => 118964)


--- trunk/LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.txt	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -23,16 +23,16 @@
           text run at (0,18) width 732: "non nisi molestie accumsan. Etiam tellus urna, laoreet ac, laoreet non, suscipit sed, sapien. Phasellus vehicula, sem at"
           text run at (0,36) width 541: "posuere vehicula, augue nibh molestie nisl, nec ullamcorper lacus ante vulputate pede."
       RenderBlock (anonymous) at (0,140) size 784x92
-        RenderTextControl {INPUT} at (20,20) size 282x52 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTextControl {INPUT} at (20,20) size 280x52 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,248) size 784x54
         RenderText {#text} at (0,0) size 769x54
           text run at (0,0) width 754: "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris viverra augue vitae purus."
           text run at (0,18) width 769: "Morbi sed sem. Donec dui nisi, ultrices non, pretium quis, hendrerit non, est. Donec tellus. Donec eget dui id eros pharetra"
           text run at (0,36) width 733: "rutrum. Suspendisse sodales lectus sit amet nulla. Morbi tortor arcu, convallis blandit, elementum eu, aliquet a, tellus."
-layer at (40,180) size 258x28
-  RenderBlock {DIV} at (12,12) size 258x28
-    RenderText {#text} at (1,0) size 222x28
-      text run at (1,0) width 222: "Lorem ipsum dolor"
+layer at (40,180) size 256x28
+  RenderBlock {DIV} at (12,12) size 256x28
+    RenderText {#text} at (0,0) size 222x28
+      text run at (0,0) width 222: "Lorem ipsum dolor"
 selection start: position 6 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 7 {INPUT} of body
-selection end:   position 11 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 7 {INPUT} of body
+selection end:   position 17 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 7 {INPUT} of body

Modified: trunk/LayoutTests/platform/win/editing/selection/transformed-selection-rects-expected.txt (118963 => 118964)


--- trunk/LayoutTests/platform/win/editing/selection/transformed-selection-rects-expected.txt	2012-05-30 20:50:31 UTC (rev 118963)
+++ trunk/LayoutTests/platform/win/editing/selection/transformed-selection-rects-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -1,22 +1,20 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 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 784x572
-      RenderBlock {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 709x19
-          text run at (0,0) width 709: "Tests that selection rects take transforms into account. The red box should be the bounds of the transformed selection."
-layer at (28,48) size 622x98
-  RenderBlock {DIV} at (20,40) size 622x98 [border: (1px solid #000000)]
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 738x18
+          text run at (0,0) width 738: "Tests that selection rects take transforms into account. The red box should be the bounds of the transformed selection."
+layer at (28,46) size 622x98
+  RenderBlock {DIV} at (20,38) size 622x98 [border: (1px solid #000000)]
     RenderBlock {P} at (11,35) size 600x28
-      RenderText {#text} at (0,0) size 133x27
-        text run at (0,0) width 133: "Lorem ipsum "
-      RenderInline {SPAN} at (0,0) size 388x26
-        RenderText {#text} at (133,0) size 388x26
-          text run at (133,0) width 388: "dolor sit amet, consectetur adipisicing"
-      RenderText {#text} at (521,0) size 42x27
-        text run at (521,0) width 42: " elit."
+      RenderText {#text} at (0,0) size 136x28
+        text run at (0,0) width 136: "Lorem ipsum "
+      RenderInline {SPAN} at (0,0) size 389x28
+        RenderText {#text} at (136,0) size 389x28
+          text run at (136,0) width 389: "dolor sit amet, consectetur adipisicing"
+      RenderText {#text} at (525,0) size 44x28
+        text run at (525,0) width 44: " elit."
 selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 1 {P} of child 3 {DIV} of body
 selection end:   position 5 of child 0 {#text} of child 1 {SPAN} of child 1 {P} of child 3 {DIV} of body

Added: trunk/LayoutTests/platform/win/editing/spelling/grammar-paste-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/spelling/grammar-paste-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/spelling/grammar-paste-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,22 @@
+FAIL: Timed out waiting for notifyDone to be called
+
+I have an grape. I have an muscat. I don't know.
+You has the right.
+I have an kiwi. I have no idea.
+I have an grape. I have an muscat. I don't know.
+Grammar checking for pasted text.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+FAIL DIV should have a marker on for 'You has the right.'
+FAIL DIV should have a marker on for 'I have a<b>n ki</b>wi. I have no idea.'
+FAIL DIV should have a marker on for 'I have an grape. I have an muscat. I don't know.'
+FAIL INPUT should have a marker on for 'You has the right.'
+FAIL INPUT should have a marker on for 'I have a<b>n ki</b>wi. I have no idea.'
+FAIL INPUT should have a marker on for 'I have an grape. I have an muscat. I don't know.'
+FAIL TEXTAREA should have a marker on for 'You has the right.'
+

Added: trunk/LayoutTests/platform/win/editing/spelling/spellcheck-async-mutation-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/spelling/spellcheck-async-mutation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/spelling/spellcheck-async-mutation-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,45 @@
+Test for asynchronous spellchecking in case DOM mutation happens. This test checks crash won't happen if DOM mutations happened.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test Start: 1
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+
+Test Start: 2
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+FAIL Request has been processed but we detected unexpected marker location.
+
+Test Start: 3
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+
+Test Start: 4
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+
+Test Start: 5
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+FAIL Request has been processed but we detected unexpected marker location.
+
+Test Start: 6
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+
+Test Start: 7
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+
+Test Start: 8
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+FAIL Request has been processed but we detected unexpected marker location.
+
+Test Start: 9
+FAIL requestId should be >= lastRequestId + 1. Was 0 (of type number).
+PASS Request has been processed.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+zz zz zz
+

Added: trunk/LayoutTests/platform/win/editing/spelling/spellcheck-queue-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/spelling/spellcheck-queue-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/spelling/spellcheck-queue-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,18 @@
+For Bug 72939: Asynchronous SpellChecker should consider multiple requests.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+FAIL INPUT should have a marker on for 'zz apple orange'
+FAIL TEXTAREA should have a marker on for 'zz apple orange'
+FAIL DIV should have a marker on for 'zz apple orange'
+FAIL INPUT should have a marker on for 'zz apple orange'
+FAIL TEXTAREA should have a marker on for 'zz apple orange'
+FAIL DIV should have a marker on for 'zz apple orange'
+FAIL INPUT should have a marker on for 'zz apple orange'
+FAIL TEXTAREA should have a marker on for 'zz apple orange'
+FAIL DIV should have a marker on for 'zz apple orange'
+

Added: trunk/LayoutTests/platform/win/editing/spelling/spellcheck-sequencenum-expected.txt (0 => 118964)


--- trunk/LayoutTests/platform/win/editing/spelling/spellcheck-sequencenum-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/spelling/spellcheck-sequencenum-expected.txt	2012-05-30 20:52:58 UTC (rev 118964)
@@ -0,0 +1,12 @@
+For Bug 73511: Internals should have a method to return the max sequence number of spellcheck request.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS SpellCheck sequence seems working correctly.
+PASS SpellCheck sequence seems working correctly.
+PASS SpellCheck sequence seems working correctly.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to