Diff
Modified: trunk/LayoutTests/ChangeLog (88732 => 88733)
--- trunk/LayoutTests/ChangeLog 2011-06-13 23:49:02 UTC (rev 88732)
+++ trunk/LayoutTests/ChangeLog 2011-06-13 23:51:21 UTC (rev 88733)
@@ -1,3 +1,10 @@
+2011-06-13 Ryosuke Niwa <[email protected]>
+
+ Mac, GTK, and Qt rebaselines after r88717.
+
+ * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
+ * platform/mac/editing/pasteboard/paste-xml-expected.txt:
+
2011-06-13 Jeffrey Pfau <[email protected]>
Reviewed by Darin Adler.
Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt (88732 => 88733)
--- trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:49:02 UTC (rev 88732)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:51:21 UTC (rev 88733)
@@ -15,18 +15,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > span > div > body > html > #document to 1 of #text > span > div > body > html > #document toDOMRange:range from 3 of #text > span > div > body > html > #document to 3 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x72
- RenderBlock {html} at (0,0) size 800x72
- RenderBody {body} at (8,8) size 784x56
- RenderBlock {div} at (0,0) size 784x56 [border: (2px solid #FF0000)]
- RenderInline {span} at (0,0) size 140x28
- RenderText {#text} at (14,14) size 69x28
- text run at (14,14) width 69: "foo bar"
- RenderText {#text} at (83,14) size 31x28
- text run at (83,14) width 31: "bar"
- RenderText {#text} at (114,14) size 40x28
- text run at (114,14) width 40: " baz"
- RenderText {#text} at (0,0) size 0x0
-caret: position 3 of child 1 {#text} of child 1 {span} of child 1 {div} of body
+foo barbar baz
+execCopyCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo bar baz</span>
+execPasteCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo barbar baz</span>
Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/paste-xml-expected.txt (88732 => 88733)
--- trunk/LayoutTests/platform/mac/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:49:02 UTC (rev 88732)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:51:21 UTC (rev 88733)
@@ -14,14 +14,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document toDOMRange:range from 10 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x72
- RenderBlock {html} at (0,0) size 800x72
- RenderBody {body} at (8,8) size 784x56
- RenderBlock {div} at (0,0) size 784x56 [border: (2px solid #FF0000)]
- RenderInline {span} at (0,0) size 140x28
- RenderText {#text} at (14,14) size 140x28
- text run at (14,14) width 140: "foo barbar baz"
- RenderText {#text} at (0,0) size 0x0
-caret: position 10 of child 0 {#text} of child 1 {span} of child 1 {div} of body
+foo barbar baz
+execCopyCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo bar baz</span>
+execPasteCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo barbar baz</span>
Modified: trunk/LayoutTests/platform/qt/editing/pasteboard/paste-xml-expected.txt (88732 => 88733)
--- trunk/LayoutTests/platform/qt/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:49:02 UTC (rev 88732)
+++ trunk/LayoutTests/platform/qt/editing/pasteboard/paste-xml-expected.txt 2011-06-13 23:51:21 UTC (rev 88733)
@@ -13,14 +13,6 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > span > div > body > html > #document to 7 of #text > span > div > body > html > #document toDOMRange:range from 10 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x72
- RenderBlock {html} at (0,0) size 800x72
- RenderBody {body} at (8,8) size 784x56
- RenderBlock {div} at (0,0) size 784x56 [border: (2px solid #FF0000)]
- RenderInline {span} at (0,0) size 140x28
- RenderText {#text} at (14,14) size 140x28
- text run at (14,14) width 140: "foo barbar baz"
- RenderText {#text} at (0,0) size 0x0
-caret: position 10 of child 0 {#text} of child 1 {span} of child 1 {div} of body
+foo barbar baz
+execCopyCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo bar baz</span>
+execPasteCommand: <span xmlns="http://www.w3.org/1999/xhtml" id="test">foo barbar baz</span>