From 39a5dc0324417636a1dfa5692850152ff8b45c21 Mon Sep 17 00:00:00 2001 From: "timothy_horton@apple.com" Date: Tue, 3 Mar 2015 22:12:49 +0000 Subject: [PATCH] label can get very wide, doesn't wrap/truncate https://bugs.webkit.org/show_bug.cgi?id=142214 * platform/mac-mavericks/fast/attachment: Added. * platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added. Add a Mavericks result because text metrics differ. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@180955 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 10 ++++++++++ .../attachment-label-highlight-expected.txt | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 LayoutTests/platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 87d3d4d10e46..695ad1245cdf 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2015-03-03 Timothy Horton + + label can get very wide, doesn't wrap/truncate + https://bugs.webkit.org/show_bug.cgi?id=142214 + + + * platform/mac-mavericks/fast/attachment: Added. + * platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added. + Add a Mavericks result because text metrics differ. + 2015-03-03 Darin Adler Test legacy event handler attributes (ones with names like "onclick") diff --git a/LayoutTests/platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt b/LayoutTests/platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt new file mode 100644 index 000000000000..01da1177fdbd --- /dev/null +++ b/LayoutTests/platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt @@ -0,0 +1,14 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x108 + RenderBlock {HTML} at (0,0) size 800x108 + RenderBody {BODY} at (8,8) size 784x92 + RenderAttachment {ATTACHMENT} at (0,0) size 60x77 + RenderAttachment {ATTACHMENT} at (60,0) size 92x92 + RenderAttachment {ATTACHMENT} at (152,0) size 92x92 + RenderAttachment {ATTACHMENT} at (244,0) size 96x92 + RenderAttachment {ATTACHMENT} at (340,0) size 104x92 + RenderAttachment {ATTACHMENT} at (444,0) size 104x92 + RenderText {#text} at (0,0) size 0x0 +selection start: position 0 of child 2 {ATTACHMENT} of body +selection end: position 1 of child 7 {ATTACHMENT} of body -- 2.36.0