diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-28 20:37:49 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-28 20:37:49 +0000 |
commit | 56fa10366e3f214bcba90d4115616b1eb0a837e5 (patch) | |
tree | bb09016b547f2308b5f57d4fe26a4d1b1dfee282 /webkit | |
parent | 68592b9b551acc83c232e92d7adb7ca10c4501af (diff) | |
download | chromium_src-56fa10366e3f214bcba90d4115616b1eb0a837e5.zip chromium_src-56fa10366e3f214bcba90d4115616b1eb0a837e5.tar.gz chromium_src-56fa10366e3f214bcba90d4115616b1eb0a837e5.tar.bz2 |
Forgotten a rebaselined testcase.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/testcase-9507-expected.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/testcase-9507-expected.txt b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/testcase-9507-expected.txt new file mode 100644 index 0000000..a03d89c --- /dev/null +++ b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/testcase-9507-expected.txt @@ -0,0 +1,29 @@ +EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document +EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification +EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification +EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 3 of #text > DIV > DIV > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted +EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification +EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 3 of #text > DIV > DIV > DIV > DIV > BODY > HTML > #document to 3 of #text > DIV > DIV > DIV > 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 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 + RenderBlock (anonymous) at (0,0) size 784x40 + RenderText {#text} at (0,0) size 749x39 + text run at (0,0) width 749: "When copying some text, under certain circumstances, empty style (or font) tags are created. This test checks that there is no" + text run at (0,20) width 268: "empty <font> tag after 'foo' and before 'bar'." + RenderBlock {DIV} at (0,40) size 784x60 + RenderBlock {DIV} at (0,0) size 784x60 [border: (2px solid #FF0000)] + RenderBlock (anonymous) at (2,2) size 780x28 + RenderText {#text} at (0,0) size 32x27 + text run at (0,0) width 32: "foo" + RenderBlock {DIV} at (2,30) size 780x28 [color=#FF0000] + RenderBlock {DIV} at (0,0) size 780x28 + RenderText {#text} at (0,0) size 31x27 + text run at (0,0) width 31: "bar" + RenderBlock (anonymous) at (2,58) size 780x0 + RenderBlock {DIV} at (2,58) size 780x0 [color=#FF0000] +caret: position 3 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 1 {DIV} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document |