Bug 155580
| Summary: | ASSERTION FAILED: rendererMappedResult == result in RenderGeometryMap::mapToContainer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | achristensen, sabouhallawa, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=153576 | ||
Fujii Hironori
ASSERTION FAILED: rendererMappedResult == result in RenderGeometryMap::mapToContainer
Reported in Bug 153576 Comment 10:
> This assertion fails after logging in on drive.google.com. The values are
> close, but not equal.
A solution is suggested in Bug 153576 Comment 2:
> Maybe we can use something like:
>
> ASSERT((rendererMappedResult - result).lengthSquared() < some_epsilon);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
I am not sure why this bug was logged. The original bug https://bugs.webkit.org/show_bug.cgi?id=153576 should have been reopened since it did not fix the issue completely.
The bug https://bugs.webkit.org/show_bug.cgi?id=151030 is about the same issue; it is older but it did have a test case which repro the bug with http://trac.webkit.org/changeset/196052. So I am resolving this one as a dupe of https://bugs.webkit.org/show_bug.cgi?id=151030.
*** This bug has been marked as a duplicate of bug 151030 ***