WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
118024
RenderSVGViewportContainer::calcViewport should check the attribute value
https://bugs.webkit.org/show_bug.cgi?id=118024
Summary
RenderSVGViewportContainer::calcViewport should check the attribute value
Ryosuke Niwa
Reported
2013-06-25 21:08:44 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/2c4fdb3d735d5d6519fe8fec97ff078ea5ec6371
Replace hasAttribute with the check for actual value This change replaces the use of hasAttribute() by a better and correct approach, to check if the actual value is greater than or equal to zero. This patch also includes a Ref Test which demonstrates the setting of attribute within a 'use' tag to test the changed code path.
Attachments
Add attachment
proposed patch, testcase, etc.
Philip Rogers
Comment 1
2013-06-25 21:09:53 PDT
You don't want this change; it ended up getting rolled out.
Ryosuke Niwa
Comment 2
2013-06-26 00:01:07 PDT
Reverted in
https://chromium.googlesource.com/chromium/blink/+/fd53db85168a5383cdc08b25e8913215bd8754f2
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug