Bug 155580

Summary: ASSERTION FAILED: rendererMappedResult == result in RenderGeometryMap::mapToContainer
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Layout and RenderingAssignee: 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
Reported 2016-03-17 01:32:08 PDT
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
Said Abou-Hallawa
Comment 1 2016-03-18 11:11:19 PDT
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 ***
Note You need to log in before you can comment on or make changes to this bug.