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 / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marcos ChavarrÃa Teijeiro (irc: chavaone)
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
This tests just needs to be rebaselined.
Martin Robinson
Rebaselined here: http://trac.webkit.org/changeset/183876