[Webkit-unassigned] [Bug 47322] Crash on reload when CSS property 'content' has malformed URL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 09:10:45 PDT 2010


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70205|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #10 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-08 09:10:45 PST ---
(From update of attachment 70205)
View in context: https://bugs.webkit.org/attachment.cgi?id=70205&action=review

r=me but please fix the test.

> LayoutTests/fast/css-generated-content/malformed-url.html:3
> +<div style="content:url(//%);"></div>              <!-- Crashes Chromium -->
> +<div style="content:url(http://|server|/);"></div> <!-- Crashes debug WebKit -->

Please remove the comments, since once this bug is fixed, they will no longer be correct.

I don't like the strategy of navigating to another page to finish the test. Please change this to run the test in an iframe.

-- 
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