Bug 144576

Summary: [GTK] Layout Test editing/execCommand/nsresponder-outdent.html is failing
Product: WebKit Reporter: Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-05-04 08:49:11 PDT
The editing/execCommand/nsresponder-outdent.html layout test is failing on GTK+ since revision r183683 (http://trac.webkit.org/changeset/183683)

The diff is the following:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/execCommand/nsresponder-outdent-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/execCommand/nsresponder-outdent-actual.txt
@@ -14,6 +14,7 @@
           text run at (0,0) width 196: "This tests the outdent: method. "
           text run at (196,0) width 257: "You should see an undented 'foo' below."
       RenderBlock {DIV} at (0,33) size 784x17
-        RenderText {#text} at (0,0) size 21x17
-          text run at (0,0) width 21: "foo"
+        RenderBlock (anonymous) at (0,0) size 784x17
+          RenderText {#text} at (0,0) size 21x17
+            text run at (0,0) width 21: "foo"
 caret: position 0 of child 0 {#text} of child 2 {DIV} of body
Comment 1 Martin Robinson 2015-05-06 10:42:21 PDT
This tests just needs to be rebaselined.
Comment 2 Martin Robinson 2015-05-06 10:49:14 PDT
Rebaselined here: http://trac.webkit.org/changeset/183876