diff options
Diffstat (limited to 'webkit/data')
2 files changed, 38 insertions, 0 deletions
diff --git a/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/README b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/README index 4c2a8ad..39e9fb3 100644 --- a/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/README +++ b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/README @@ -10,3 +10,9 @@ subframe-dragndrop-1-expected.txt --------------------------------- This test uses double click to select a word and drag it to a new location. We follow Windows convention and include the trailing space on double click. + +copy-standalone-image-expected.txt +---------------------------------- +Rebaselined to account for subtle pixel differences in the test where pixels +are not the main subject and to remove the extra P node that only applies to +Safari/Mac. diff --git a/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/copy-standalone-image-expected.txt b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/copy-standalone-image-expected.txt new file mode 100644 index 0000000..357305e --- /dev/null +++ b/webkit/data/layout_test_results/common/LayoutTests/editing/pasteboard/copy-standalone-image-expected.txt @@ -0,0 +1,32 @@ +EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document +EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification +EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification +EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted +EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of DIV > BODY > HTML > #document to 1 of 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 {P} at (0,0) size 784x20 + RenderText {#text} at (0,0) size 334x19 + text run at (0,0) width 334: "This is an automatic test of copying an image document." + RenderBlock {P} at (0,36) size 784x40 + RenderText {#text} at (0,0) size 780x39 + text run at (0,0) width 780: "To perform this test manually, click once in the image frame, choose Edit -> Copy then click in the red box and paste the image. If" + text run at (0,20) width 283: "the image pastes successfully the test is passed." + RenderBlock (anonymous) at (0,92) size 784x154 + RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px solid #0000FF)] + layer at (0,0) size 300x150 + RenderView at (0,0) size 300x150 + layer at (0,0) size 300x150 + RenderBlock {HTML} at (0,0) size 300x150 + RenderBody {BODY} at (0,0) size 300x150 + RenderImage {IMG} at (0,0) size 76x103 + RenderText {#text} at (0,0) size 0x0 + RenderBlock {DIV} at (0,246) size 784x131 [border: (2px solid #FF0000)] + RenderImage {IMG} at (14,14) size 76x103 + RenderText {#text} at (0,0) size 0x0 +caret: position 1 of child 0 {IMG} of child 7 {DIV} of child 1 {BODY} of child 0 {HTML} of document |