RESOLVED WORKSFORME68566
ASSERT(m_stack.isEmpty()) when painting control tints
https://bugs.webkit.org/show_bug.cgi?id=68566
Summary ASSERT(m_stack.isEmpty()) when painting control tints
Julien Chaffraix
Reported 2011-09-21 13:20:23 PDT
The ASSERT is in GraphicsContext::~GraphicsContext(). There is a mismatch between the number of calls in save() / restore() [one missing from my limited testing]. I haven't found the origin of the mismatch. This happens on Mac but not on Chromium (testing Linux and Mac).
Attachments
Simon Fraser (smfr)
Comment 1 2012-09-19 13:57:04 PDT
Two tests are skipped because of this: fast/css/webkit-mask-crash-fieldset-legend.html fast/css/webkit-mask-crash-table.html
Simon Fraser (smfr)
Comment 2 2012-09-19 13:58:46 PDT
I unskipped the tests, as they don't assert any more.
Note You need to log in before you can comment on or make changes to this bug.