Diff
Modified: trunk/LayoutTests/ChangeLog (147895 => 147896)
--- trunk/LayoutTests/ChangeLog 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/ChangeLog 2013-04-08 06:53:14 UTC (rev 147896)
@@ -1,3 +1,33 @@
+2013-04-07 Christophe Dumez <[email protected]>
+
+ Regression(r147893) Caused several editing tests to fail
+ https://bugs.webkit.org/show_bug.cgi?id=114143
+
+ Reviewed by Benjamin Poulain.
+
+ r147893 removed some Android code from WebCore but failed to update the
+ layout tests accordingly. This patch remove Android-specific tests from
+ several editing layout tests.
+
+ * editing/deleting/paragraph-in-preserveNewline-expected.txt:
+ * editing/deleting/paragraph-in-preserveNewline.html:
+ * editing/deleting/whitespace-pre-1-expected.txt:
+ * editing/deleting/whitespace-pre-1.html:
+ * editing/execCommand/script-tests/toggle-compound-styles.js:
+ * editing/execCommand/toggle-compound-styles-expected.txt:
+ * editing/selection/5354455-1-expected.txt:
+ * editing/selection/5354455-1.html:
+ * editing/selection/click-in-margins-inside-editable-div-expected.txt:
+ * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
+ * editing/selection/extend-after-mouse-selection-expected.txt:
+ * editing/selection/extend-after-mouse-selection.html:
+ * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
+ * editing/selection/programmatic-selection-on-mac-is-directionless.html:
+ * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
+ * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
+ * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
+ * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
+
2013-04-07 Benjamin Poulain <[email protected]>
Remove the android part of editing/selection/rtl-move-selection-right-left.html
Modified: trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -34,17 +34,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of PRE > DIV > BODY > HTML > #document to 0 of PRE > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > PRE > DIV > BODY > HTML > #document to 3 of #text > PRE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > PRE > DIV > BODY > HTML > #document to 3 of #text > PRE > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of PRE > DIV > BODY > HTML > #document to 0 of PRE > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > PRE > DIV > BODY > HTML > #document to 3 of #text > PRE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
This tests for a bug where deleting a paragraph in preserveNewline text would introduce an extra line. You should see '\nbar' below.
@@ -82,13 +71,3 @@
| <pre>
| "<#selection-anchor>foo<#selection-focus>
bar"
-
-on android:
-| <pre>
-| "<#selection-caret>
-bar"
-
-after undo on android:
-| <pre>
-| "<#selection-anchor>foo<#selection-focus>
-bar"
Modified: trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline.html (147895 => 147896)
--- trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/deleting/paragraph-in-preserveNewline.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -31,7 +31,6 @@
runTestsOn("mac");
runTestsOn("win");
runTestsOn("unix");
-runTestsOn("android");
</script>
</body>
</html>
Modified: trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -28,15 +28,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 69 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 69 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 69 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
This tests for a bug in endOfLine.
@@ -74,13 +65,3 @@
| "<#selection-anchor>You should not see this paragraph unless the command has been undone.<#selection-focus>
There should be three paragraphs in this editable region.
The first one should be empty."
-
-on android:
-| "<#selection-caret>
-There should be three paragraphs in this editable region.
-The first one should be empty."
-
-after undo on android:
-| "<#selection-anchor>You should not see this paragraph unless the command has been undone.<#selection-focus>
-There should be three paragraphs in this editable region.
-The first one should be empty."
Modified: trunk/LayoutTests/editing/deleting/whitespace-pre-1.html (147895 => 147896)
--- trunk/LayoutTests/editing/deleting/whitespace-pre-1.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/deleting/whitespace-pre-1.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -28,5 +28,4 @@
runTestsOn("mac");
runTestsOn("win");
runTestsOn("unix");
-runTestsOn("android");
</script>
Modified: trunk/LayoutTests/editing/execCommand/script-tests/toggle-compound-styles.js (147895 => 147896)
--- trunk/LayoutTests/editing/execCommand/script-tests/toggle-compound-styles.js 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/execCommand/script-tests/toggle-compound-styles.js 2013-04-08 06:53:14 UTC (rev 147896)
@@ -16,7 +16,7 @@
testFailed(action + '", expected "' + expectedContents + '"');
}
-platforms = ['mac', 'win', 'unix', 'android'];
+platforms = ['mac', 'win', 'unix'];
for (var i = 0; i < platforms.length; i++) {
platform = platforms[i];
Modified: trunk/LayoutTests/editing/execCommand/toggle-compound-styles-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/execCommand/toggle-compound-styles-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/execCommand/toggle-compound-styles-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -45,20 +45,6 @@
PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
-Platform: android
-PASS one bold command converted "<u><b>hello</b> world</u>" to "<u><b>hello world</b></u>
-PASS one bold command converted "<b>hello </b>world" to "<b>hello world</b>
-PASS one bold command converted "<u><b>hello </b></u>world" to "<b><u>hello </u>world</b>
-PASS one italic command converted "<i>hello</i> <img>" to "<i>hello <img></i>
-PASS one bold command converted "<u><span id='test'><b>hello</b></span><b>world</b></u>" to "<u><span id="test">hello</span>world</u>
-PASS one bold command converted "<span id='test' style='font-weight:normal;'><b>hello</b></span>" to "<span id="test">hello</span>
-PASS one bold command converted "<div><b>hello</b><br><br><b>world</b></div>" to "<div>hello<br><br>world</div>
-PASS one italic command converted "<i>hello </i><img>" to "hello <img>
-PASS one italic command converted "<i><b>hello</b>world</i>" to "<b>hello</b>world
-PASS one italic command converted "<span style='font-style: normal;'> <i> hello </i> </span>" to " hello
-PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
-PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
-
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/editing/selection/5354455-1-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/5354455-1-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/5354455-1-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -7,5 +7,3 @@
Win: Caret
Unix: Caret
-
-Android: Caret
Modified: trunk/LayoutTests/editing/selection/5354455-1.html (147895 => 147896)
--- trunk/LayoutTests/editing/selection/5354455-1.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/5354455-1.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -6,7 +6,6 @@
<p>Mac: <span id="resultmac">RUNNING</span></p>
<p>Win: <span id="resultwin">RUNNING</span></p>
<p>Unix: <span id="resultunix">RUNNING</span></p>
-<p>Android: <span id="resultandroid">RUNNING</span></p>
<script>
function test(platform, result) {
@@ -34,7 +33,6 @@
test('mac', 'resultmac');
test('win', 'resultwin');
test('unix', 'resultunix');
- test('android', 'resultandroid');
}
</script>
Modified: trunk/LayoutTests/editing/selection/click-in-margins-inside-editable-div-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/click-in-margins-inside-editable-div-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/click-in-margins-inside-editable-div-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -31,20 +31,6 @@
PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 0 focusNode: [object Text](YY) focusOffset: 0 isCollapsed: true]
PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 1 focusNode: [object Text](YY) focusOffset: 1 isCollapsed: true]
PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 2 focusNode: [object Text](YY) focusOffset: 2 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 0 focusNode: [object Text](XX) focusOffset: 0 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 1 focusNode: [object Text](XX) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 2 focusNode: [object Text](XX) focusOffset: 2 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 0 focusNode: [object Text](XX) focusOffset: 0 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 2 focusNode: [object Text](XX) focusOffset: 2 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 0 focusNode: [object Text](XX) focusOffset: 0 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 1 focusNode: [object Text](XX) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](XX) anchorOffset: 2 focusNode: [object Text](XX) focusOffset: 2 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 0 focusNode: [object Text](YY) focusOffset: 0 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 1 focusNode: [object Text](YY) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 2 focusNode: [object Text](YY) focusOffset: 2 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 0 focusNode: [object Text](YY) focusOffset: 0 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 1 focusNode: [object Text](YY) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](YY) anchorOffset: 2 focusNode: [object Text](YY) focusOffset: 2 isCollapsed: true]
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -7,8 +7,6 @@
PASS Selection is [anchorNode: [object Text](BAR) anchorOffset: 3 focusNode: [object Text](BAR) focusOffset: 3 isCollapsed: true]
PASS Selection is [anchorNode: [object Text](FOO) anchorOffset: 1 focusNode: [object Text](FOO) focusOffset: 1 isCollapsed: true]
PASS Selection is [anchorNode: [object Text](FOO) anchorOffset: 1 focusNode: [object Text](FOO) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](FOO) anchorOffset: 1 focusNode: [object Text](FOO) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](FOO) anchorOffset: 1 focusNode: [object Text](FOO) focusOffset: 1 isCollapsed: true]
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/editing/selection/extend-after-mouse-selection-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/extend-after-mouse-selection-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/extend-after-mouse-selection-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -16,11 +16,6 @@
PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 2 isCollapsed: false]
PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text]( ) focusOffset: 1 isCollapsed: false]
PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object HTMLSpanElement](null) focusOffset: 4 isCollapsed: false]
-PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 2 isCollapsed: false]
-PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 1 isCollapsed: false]
-PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 2 isCollapsed: false]
-PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text]( ) focusOffset: 1 isCollapsed: false]
-PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object HTMLSpanElement](null) focusOffset: 4 isCollapsed: false]
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/editing/selection/extend-after-mouse-selection.html (147895 => 147896)
--- trunk/LayoutTests/editing/selection/extend-after-mouse-selection.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/extend-after-mouse-selection.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -77,7 +77,6 @@
editingTest("mac");
editingTest("win");
editingTest("unix");
-editingTest("android");
</script>
<script src=""
Modified: trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -294,103 +294,6 @@
PASS right by line in text-input, after undoing cut
PASS right by line in text-input, after undoing bold
PASS right by line in text-input, after undoing insertText
-android:
-PASS left by character in regular-div
-PASS left by character in regular-div, after undoing delete
-PASS left by character in regular-div, after undoing forwardDelete
-PASS left by character in regular-div, after undoing cut
-PASS left by character in regular-div, after undoing bold
-PASS left by character in regular-div, after undoing insertText
-PASS right by character in regular-div
-PASS right by character in regular-div, after undoing delete
-PASS right by character in regular-div, after undoing forwardDelete
-PASS right by character in regular-div, after undoing cut
-PASS right by character in regular-div, after undoing bold
-PASS right by character in regular-div, after undoing insertText
-PASS left by line in regular-div
-PASS left by line in regular-div, after undoing delete
-PASS left by line in regular-div, after undoing forwardDelete
-PASS left by line in regular-div, after undoing cut
-PASS left by line in regular-div, after undoing bold
-PASS left by line in regular-div, after undoing insertText
-PASS right by line in regular-div
-PASS right by line in regular-div, after undoing delete
-PASS right by line in regular-div, after undoing forwardDelete
-PASS right by line in regular-div, after undoing cut
-PASS right by line in regular-div, after undoing bold
-PASS right by line in regular-div, after undoing insertText
-PASS left by character in editable-div
-PASS left by character in editable-div, after undoing delete
-PASS left by character in editable-div, after undoing forwardDelete
-PASS left by character in editable-div, after undoing cut
-PASS left by character in editable-div, after undoing bold
-PASS left by character in editable-div, after undoing insertText
-PASS right by character in editable-div
-PASS right by character in editable-div, after undoing delete
-PASS right by character in editable-div, after undoing forwardDelete
-PASS right by character in editable-div, after undoing cut
-PASS right by character in editable-div, after undoing bold
-PASS right by character in editable-div, after undoing insertText
-PASS left by line in editable-div
-PASS left by line in editable-div, after undoing delete
-PASS left by line in editable-div, after undoing forwardDelete
-PASS left by line in editable-div, after undoing cut
-PASS left by line in editable-div, after undoing bold
-PASS left by line in editable-div, after undoing insertText
-PASS right by line in editable-div
-PASS right by line in editable-div, after undoing delete
-PASS right by line in editable-div, after undoing forwardDelete
-PASS right by line in editable-div, after undoing cut
-PASS right by line in editable-div, after undoing bold
-PASS right by line in editable-div, after undoing insertText
-PASS left by character in text-area
-PASS left by character in text-area, after undoing delete
-PASS left by character in text-area, after undoing forwardDelete
-PASS left by character in text-area, after undoing cut
-PASS left by character in text-area, after undoing bold
-PASS left by character in text-area, after undoing insertText
-PASS right by character in text-area
-PASS right by character in text-area, after undoing delete
-PASS right by character in text-area, after undoing forwardDelete
-PASS right by character in text-area, after undoing cut
-PASS right by character in text-area, after undoing bold
-PASS right by character in text-area, after undoing insertText
-PASS left by line in text-area
-PASS left by line in text-area, after undoing delete
-PASS left by line in text-area, after undoing forwardDelete
-PASS left by line in text-area, after undoing cut
-PASS left by line in text-area, after undoing bold
-PASS left by line in text-area, after undoing insertText
-PASS right by line in text-area
-PASS right by line in text-area, after undoing delete
-PASS right by line in text-area, after undoing forwardDelete
-PASS right by line in text-area, after undoing cut
-PASS right by line in text-area, after undoing bold
-PASS right by line in text-area, after undoing insertText
-PASS left by character in text-input
-PASS left by character in text-input, after undoing delete
-PASS left by character in text-input, after undoing forwardDelete
-PASS left by character in text-input, after undoing cut
-PASS left by character in text-input, after undoing bold
-PASS left by character in text-input, after undoing insertText
-PASS right by character in text-input
-PASS right by character in text-input, after undoing delete
-PASS right by character in text-input, after undoing forwardDelete
-PASS right by character in text-input, after undoing cut
-PASS right by character in text-input, after undoing bold
-PASS right by character in text-input, after undoing insertText
-PASS left by line in text-input
-PASS left by line in text-input, after undoing delete
-PASS left by line in text-input, after undoing forwardDelete
-PASS left by line in text-input, after undoing cut
-PASS left by line in text-input, after undoing bold
-PASS left by line in text-input, after undoing insertText
-PASS right by line in text-input
-PASS right by line in text-input, after undoing delete
-PASS right by line in text-input, after undoing forwardDelete
-PASS right by line in text-input, after undoing cut
-PASS right by line in text-input, after undoing bold
-PASS right by line in text-input, after undoing insertText
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless.html (147895 => 147896)
--- trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/programmatic-selection-on-mac-is-directionless.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -135,7 +135,6 @@
runTestsFor('mac');
runTestsFor('win');
runTestsFor('unix');
- runTestsFor('android');
document.getElementById('test').innerHTML = '';
}
Modified: trunk/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js (147895 => 147896)
--- trunk/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js 2013-04-08 06:53:14 UTC (rev 147896)
@@ -95,7 +95,6 @@
editingTest("mac");
editingTest("win");
-editingTest("android");
// Clean up after ourselves if we're not being run in the browser
if (window.eventSender) {
Modified: trunk/LayoutTests/editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js (147895 => 147896)
--- trunk/LayoutTests/editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js 2013-04-08 06:53:14 UTC (rev 147896)
@@ -69,7 +69,6 @@
editingTest("mac");
editingTest("win");
-editingTest("android");
// Clean up after ourselves if we're not being run in the browser
if (window.eventSender) {
Modified: trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt (147895 => 147896)
--- trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt 2013-04-08 06:53:14 UTC (rev 147896)
@@ -21,11 +21,4 @@
Extend forward and then backward by line: PASS
Extend backward and then forward by paragraph: PASS
Extend forward and then backward by paragraph: PASS
-android:
-Extend backward and then forward by word: PASS
-Extend forward and then backward by word: PASS
-Extend backward and then forward by line: PASS
-Extend forward and then backward by line: PASS
-Extend backward and then forward by paragraph: PASS
-Extend forward and then backward by paragraph: PASS
Modified: trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac.html (147895 => 147896)
--- trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac.html 2013-04-08 06:31:04 UTC (rev 147895)
+++ trunk/LayoutTests/editing/selection/selection-extend-should-not-move-across-caret-on-mac.html 2013-04-08 06:53:14 UTC (rev 147896)
@@ -59,7 +59,6 @@
editingTest("mac");
editingTest("win");
editingTest("unix");
-editingTest("android");
var node = document.getElementById("test-div");
node.parentNode.removeChild(node);