Bug 163185 - REGRESSION(r205909): Layout test editing/pasteboard/image-in-iframe.html is failing
Summary: REGRESSION(r205909): Layout test editing/pasteboard/image-in-iframe.html is f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ms2ger (he/him; ⌚ UTC+1/+2)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-09 13:31 PDT by Michael Catanzaro
Modified: 2017-08-01 09:16 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2017-08-01 06:39 PDT, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-10-09 13:31:51 PDT
Layout test editing/pasteboard/image-in-iframe.html is failing since r205909 "[GTK][Wayland] Implement clipboard support":

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/image-in-iframe-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/image-in-iframe-actual.txt
@@ -4,7 +4,10 @@
   RenderBlock {HTML} at (0,0) size 800x275
     RenderBody {BODY} at (8,8) size 784x259
       RenderBlock {DIV} at (0,0) size 502x102 [border: (1px solid #FF0000)]
-        RenderImage {IMG} at (1,1) size 76x103
+        RenderInline {A} at (0,0) size 309x34 [color=#0000EE]
+          RenderText {#text} at (1,1) size 309x34
+            text run at (1,1) width 309: "file:///home/slave/webkitgtk/gtk-linux-64-release-"
+            text run at (1,18) width 309: "tests/build/LayoutTests/editing/resources/abe.png"
       RenderBlock (anonymous) at (0,102) size 784x157
         RenderIFrame {IFRAME} at (0,0) size 304x154 [border: (2px inset #000000)]
           layer at (0,0) size 300x150
@@ -15,4 +18,4 @@
                 RenderImage {IMG} at (0,0) size 76x103
         RenderText {#text} at (0,0) size 0x0
         RenderText {#text} at (0,0) size 0x0
-caret: position 1 of child 0 {IMG} of child 1 {DIV} of body
+caret: position 99 of child 0 {#text} of child 0 {A} of child 1 {DIV} of body
Comment 1 Michael Catanzaro 2016-10-09 13:48:11 PDT
(Updated expectations accordingly.)
Comment 2 Ms2ger (he/him; ⌚ UTC+1/+2) 2017-08-01 06:39:17 PDT
Created attachment 316850 [details]
Patch
Comment 3 WebKit Commit Bot 2017-08-01 09:16:30 PDT
Comment on attachment 316850 [details]
Patch

Clearing flags on attachment: 316850

Committed r220099: <http://trac.webkit.org/changeset/220099>
Comment 4 WebKit Commit Bot 2017-08-01 09:16:31 PDT
All reviewed patches have been landed.  Closing bug.