[Webkit-unassigned] [Bug 87890] [Win] Many editing tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 14:05:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87890





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-30 14:05:59 PST ---
(In reply to comment #0)
> --- /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/deleting/delete-start-block-expected.txt    2012-05-30 12:01:55.501993100 -0700
> +++ /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/deleting/delete-
start-block-actual.txt    2012-05-30 12:01:55.500993100 -0700
> @@ -1,5 +1,25 @@
>  This tests removing the start block. WebKit should not crash.
> +| <progress>
> +|   <script>
> +|     src="../../resources/dump-as-markup.js"
> +|   <script>
> +|     "
> +
> +if (window.layoutTestController)
> +    layoutTestController.dumpAsText();
> +
> +document.designMode="on";
> +document.execCommand("selectall");
> +document.execCommand("justifycenter",false);
> +document.body.removeChild(document.body.firstElementChild);
> +document.execCommand("insertparagraph");
> +
> +Markup.description("This tests removing the start block. WebKit should not crash.");
> +Markup.dump(document.body);
> +
> +"
>  | <div>
>  |   <br>
> -| <br>
> -| <br>
> +| <div>
> +|   <#selection-caret>
> +|   <br>

This definitely looks like a regression :(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list