Bug 105396 - Layout Test accessibility/svg-bounds.html is failing
Summary: Layout Test accessibility/svg-bounds.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dominic Mazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 23:33 PST by Ilya Tikhonovsky
Modified: 2012-12-20 10:01 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-12-18 23:33:57 PST
The following layout test is failing on all debug bots

accessibility/svg-bounds.html

Probable cause:

22:52:15.571 20262 worker/6 accessibility/svg-bounds.html crashed, (stderr lines):
22:52:15.571 20262   ASSERTION FAILED: mode & UseTransforms
22:52:15.571 20262   third_party/WebKit/Source/WebCore/rendering/svg/RenderSVGRoot.cpp(407) : virtual void WebCore::RenderSVGRoot::mapLocalToContainer(const WebCore::RenderLayerModelObject*, WebCore::TransformState&, WebCore::MapCoordinatesFlags, bool*) const
22:52:15.571 20262   1   0x7fd5c993d789
22:52:15.571 20262   2   0x7fd5c9845f55
22:52:15.571 20262   3   0x7fd5c98413f4
22:52:15.571 20262   4   0x7fd5c8fcda38
22:52:15.571 20262   5   0x7fd5c8fcdd4e
22:52:15.571 20262   6   0x7fd5c8fc3013
22:52:15.571 20262   7   0x7fd5c8fcde55
22:52:15.571 20262   8   0x7fd5c7cdc7fe WebKit::WebAccessibilityObject::clickPoint() const
22:52:15.571 20262   9   0x4d15e6
22:52:15.571 20262   10  0x4d3cee
22:52:15.571 20262   11  0x4aa0fa
22:52:15.571 20262   12  0x4aac73
22:52:15.572 20262   13  0x4aa253
22:52:15.572 20262   14  0x7fd5c903e90c
22:52:15.572 20262   15  0x7fd5c903ed86
22:52:15.572 20262   16  0x7fd5c5e0ca60
22:52:15.572 20262   17  0x7fd5c5de60fe
22:52:15.572 20262   18  0x7fd5c5de59db
22:52:15.572 20262   19  0x7fd5c5d692f1
22:52:15.572 20262   20  0x7fd5c5d6ea78
22:52:15.572 20262   21  0x2b09c750654e
22:52:15.572 20262   Received signal 11
22:52:15.572 20262   	base::debug::StackTrace::StackTrace() [0x7fd5c57ae9c6]
22:52:15.572 20262   	base::debug::(anonymous namespace)::StackDumpSignalHandler() [0x7fd5c57ae67b]
22:52:15.572 20262   	<unknown> [0x7fd5bf190af0]
22:52:15.572 20262   	WebCore::RenderSVGRoot::mapLocalToContainer() [0x7fd5c993d793]
22:52:15.572 20262   	WebCore::RenderObject::localToAbsolute() [0x7fd5c9845f55]
22:52:15.572 20262   	WebCore::RenderObject::absoluteFocusRingQuads() [0x7fd5c98413f4]
22:52:15.572 20262   	WebCore::AccessibilityRenderObject::boundingBoxRect() [0x7fd5c8fcda38]
22:52:15.572 20262   	WebCore::AccessibilityRenderObject::elementRect() [0x7fd5c8fcdd4e]
22:52:15.572 20262   	WebCore::AccessibilityObject::clickPoint() [0x7fd5c8fc3013]
22:52:15.572 20262   	WebCore::AccessibilityRenderObject::clickPoint() [0x7fd5c8fcde55]
22:52:15.572 20262   	WebKit::WebAccessibilityObject::clickPoint() [0x7fd5c7cdc7fe]
22:52:15.573 20262   	WebTestRunner::AccessibilityUIElement::clickPointXGetterCallback() [0x4d15e6]
22:52:15.573 20262   	WebTestRunner::CppBoundClass::MemberGetterCallback<>::run() [0x4d3cee]
22:52:15.573 20262   	WebTestRunner::(anonymous namespace)::GetterPropertyCallback::getValue() [0x4aa0fa]
22:52:15.573 20262   	WebTestRunner::CppBoundClass::getProperty() [0x4aac73]
22:52:15.573 20262   	WebTestRunner::CppNPObject::getProperty() [0x4aa253]
22:52:15.573 20262   	WebCore::npObjectGetProperty() [0x7fd5c903e90c]
22:52:15.573 20262   	WebCore::npObjectNamedPropertyGetter() [0x7fd5c903ed86]
22:52:15.573 20262   	v8::internal::JSObject::GetPropertyWithInterceptor() [0x7fd5c5e0ca60]
22:52:15.573 20262   	v8::internal::Object::GetProperty() [0x7fd5c5de60fe]
22:52:15.573 20262   	v8::internal::Object::GetProperty() [0x7fd5c5de59db]
22:52:15.573 20262   	v8::internal::LoadIC::Load() [0x7fd5c5d692f1]
22:52:15.573 20262   	v8::internal::LoadIC_Miss() [0x7fd5c5d6ea78]
22:52:15.573 20262   	<unknown> [0x2b09c750654e]
22:52:15.577 20213 [819/26914] accessibility/svg-bounds.html failed unexpectedly (DumpRenderTree crashed [pid=20279])
2
Comment 1 Dominic Mazzoni 2012-12-20 10:01:20 PST
This was caused by https://bugs.webkit.org/show_bug.cgi?id=97359, which was reverted and then re-landed in r138260 without this problem.