[Webkit-unassigned] [Bug 47083] Web Inspector: regular crashes in WebCore::RenderStyle::hasPseudoStyle(WebCore::PseudoId)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 21:46:45 PDT 2010


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





--- Comment #2 from Philippe Wittenbergh <phiw at l-c-n.com>  2010-10-04 21:46:44 PST ---
(In reply to comment #1)
> Reliable steps to reproduce would be very helpful.

Yeah, I realise that :-).
Unfortunately, I still haven't managed to create a minimal testcase.

I have this in my stylesheet:
li {
  /* some stuff*/
  background-color: rgb(234,233,229);
  background-image: something.png;
  /* some other stuff */
}

li:hover {
  background-color: rgb(234,226,199);
}

If I take out the background-image, the crash goes away.

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