Title: [147898] trunk/LayoutTests
- Revision
- 147898
- Author
- [email protected]
- Date
- 2013-04-08 01:26:32 -0700 (Mon, 08 Apr 2013)
Log Message
Regression(r147893) Caused several editing tests to fail
https://bugs.webkit.org/show_bug.cgi?id=114143
Unreviewed.
* editing/deleting/delete-ligature-003-expected.txt:
* editing/deleting/delete-ligature-003.html:
* editing/selection/context-menu-text-selection-expected.txt:
* editing/selection/context-menu-text-selection.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (147897 => 147898)
--- trunk/LayoutTests/ChangeLog 2013-04-08 07:25:12 UTC (rev 147897)
+++ trunk/LayoutTests/ChangeLog 2013-04-08 08:26:32 UTC (rev 147898)
@@ -1,3 +1,15 @@
+2013-04-08 Benjamin Poulain <[email protected]>
+
+ Regression(r147893) Caused several editing tests to fail
+ https://bugs.webkit.org/show_bug.cgi?id=114143
+
+ Unreviewed.
+
+ * editing/deleting/delete-ligature-003-expected.txt:
+ * editing/deleting/delete-ligature-003.html:
+ * editing/selection/context-menu-text-selection-expected.txt:
+ * editing/selection/context-menu-text-selection.html:
+
2013-04-07 Christophe Dumez <[email protected]>
Regression(r147893) Caused several editing tests to fail
Modified: trunk/LayoutTests/editing/deleting/delete-ligature-003-expected.txt (147897 => 147898)
--- trunk/LayoutTests/editing/deleting/delete-ligature-003-expected.txt 2013-04-08 07:25:12 UTC (rev 147897)
+++ trunk/LayoutTests/editing/deleting/delete-ligature-003-expected.txt 2013-04-08 08:26:32 UTC (rev 147898)
@@ -25,14 +25,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
This test tests whether the undo command works when the BackSpace key deletes the last character of a ligature "วั".
If this test succeeds, you can see "วั" (U+0E27,U+0E31) and a string "succeeded" for each platform below.
@@ -41,4 +33,3 @@
Succeeded for mac
Succeeded for win
Succeeded for unix
-Succeeded for android
Modified: trunk/LayoutTests/editing/deleting/delete-ligature-003.html (147897 => 147898)
--- trunk/LayoutTests/editing/deleting/delete-ligature-003.html 2013-04-08 07:25:12 UTC (rev 147897)
+++ trunk/LayoutTests/editing/deleting/delete-ligature-003.html 2013-04-08 08:26:32 UTC (rev 147898)
@@ -33,7 +33,6 @@
runTestOn("mac");
runTestOn("win");
runTestOn("unix");
- runTestOn("android");
}
</script>
<title>Editing Test (Undo deleting a ligature)</title>
Modified: trunk/LayoutTests/editing/selection/context-menu-text-selection-expected.txt (147897 => 147898)
--- trunk/LayoutTests/editing/selection/context-menu-text-selection-expected.txt 2013-04-08 07:25:12 UTC (rev 147897)
+++ trunk/LayoutTests/editing/selection/context-menu-text-selection-expected.txt 2013-04-08 08:26:32 UTC (rev 147898)
@@ -4,4 +4,3 @@
SUCCESS
SUCCESS
SUCCESS
-SUCCESS
Modified: trunk/LayoutTests/editing/selection/context-menu-text-selection.html (147897 => 147898)
--- trunk/LayoutTests/editing/selection/context-menu-text-selection.html 2013-04-08 07:25:12 UTC (rev 147897)
+++ trunk/LayoutTests/editing/selection/context-menu-text-selection.html 2013-04-08 08:26:32 UTC (rev 147898)
@@ -4,7 +4,6 @@
<div id="resultmac">RUNNING</div>
<div id="resultwin">RUNNING</div>
<div id="resultunix">RUNNING</div>
-<div id="resultandroid">RUNNING</div>
</body>
<script>
function test(platform, selectionExpected, result)
@@ -49,6 +48,5 @@
test('mac', true, 'resultmac');
test('win', false, 'resultwin');
test('unix', false, 'resultunix');
- test('android', false, 'resultandroid');
}
</script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes