Title: [92336] trunk/LayoutTests
- Revision
- 92336
- Author
- rn...@webkit.org
- Date
- 2011-08-03 17:16:43 -0700 (Wed, 03 Aug 2011)
Log Message
Chromium Windows and Linux rebaselines after r92330.
* platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Removed.
* platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Removed.
* platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (92335 => 92336)
--- trunk/LayoutTests/ChangeLog 2011-08-03 23:57:41 UTC (rev 92335)
+++ trunk/LayoutTests/ChangeLog 2011-08-04 00:16:43 UTC (rev 92336)
@@ -1,5 +1,13 @@
2011-08-03 Ryosuke Niwa <rn...@webkit.org>
+ Chromium Windows and Linux rebaselines after r92330.
+
+ * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
+
+2011-08-03 Ryosuke Niwa <rn...@webkit.org>
+
select-all, copy, paste of specialAncestorElements (e.g. pre, h1, etc) nests the element inside itself
https://bugs.webkit.org/show_bug.cgi?id=26483
Deleted: trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt (92335 => 92336)
--- trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt 2011-08-03 23:57:41 UTC (rev 92335)
+++ trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt 2011-08-04 00:16:43 UTC (rev 92336)
@@ -1,10 +0,0 @@
-Tests:
-Copying and pasting content inside of a PRE tag. This test was created after fixing 3918056.
-Expected Results:
-The PRE tag and the formatting of the text inside of the PRE should be maintained. Should see this content in the red box below:
-foo
-bar
-foo
-bar
-execCutCommand: <div id="test" class="editing"> <pre><br></pre> </div>
-execPasteCommand: <div id="test" class="editing"> <pre><span class="Apple-style-span" style="font-family: 'times new roman'; white-space: normal; "><pre>foo bar</pre></span></pre> </div>
Deleted: trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt (92335 => 92336)
--- trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt 2011-08-03 23:57:41 UTC (rev 92335)
+++ trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt 2011-08-04 00:16:43 UTC (rev 92336)
@@ -1,5 +0,0 @@
-This is a layout test for rdar://problem/4370209 "Reproducible crash when pasting over whitespace:pre text". The text below is selected, copied, and pasted over itself. You'll see foo/nbar if successful.
-foo
-bar
-execCopyCommand: <div id="test" class="editing"> <pre>foo bar</pre> </div>
-execPasteCommand: <div id="test" class="editing"> <pre><span class="Apple-style-span" style="font-family: 'times new roman'; white-space: normal; "><pre>foo bar</pre></span></pre> </div>
Deleted: trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt (92335 => 92336)
--- trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt 2011-08-03 23:57:41 UTC (rev 92335)
+++ trunk/LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt 2011-08-04 00:16:43 UTC (rev 92336)
@@ -1,49 +0,0 @@
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of P > BODY > HTML > #document to 0 of P > BODY > HTML > #document toDOMRange:range from 0 of #text > B > FONT > P > BODY > HTML > #document to 5 of #text > B > FONT > P > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 5 of #text > B > FONT > P > BODY > HTML > #document to 5 of #text > B > FONT > P > BODY > HTML > #document toDOMRange:range from 0 of P > BODY > HTML > #document to 0 of P > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of P > BODY > HTML > #document to 0 of P > BODY > HTML > #document givenAction:WebViewInsertActionPasted
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 5 of #text > B > FONT > P > SPAN > B > FONT > P > BODY > HTML > #document to 5 of #text > B > FONT > P > SPAN > B > FONT > P > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-There was a bug when pasting at the end of the block.
-The content was inserted at the start of the block instead of the end. This tests the insert-at-end case.
-| "
-"
-| <p>
-| <font>
-| face="Monaco"
-| <b>
-| "hello"
-| "
-"
-| <p>
-| <font>
-| face="Monaco"
-| <b>
-| "there"
-| <p>
-| <font>
-| face="Monaco"
-| <b>
-| <span>
-| class="Apple-style-span"
-| style="font-family: 'times new roman'; font-weight: normal; "
-| <p>
-| <font>
-| face="Monaco"
-| <b>
-| "hello"
-| <p>
-| <font>
-| face="Monaco"
-| <b>
-| "there<#selection-caret>"
-| "
-
-
-"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes