WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259313
Only special-case document element outermost <svg> embedded via a frame
https://bugs.webkit.org/show_bug.cgi?id=259313
Summary
Only special-case document element outermost <svg> embedded via a frame
Ahmad Saleem
Reported
2023-07-18 12:42:16 PDT
Hi Team, This is just merge of Blink commit: Commit:
https://chromium-review.googlesource.com/c/chromium/src/+/4681730
It is to modify following:
https://github.com/WebKit/WebKit/blob/3dfb58beb2151d8039d5e56f6ddccddc9cd9d1ce/Source/WebCore/rendering/svg/LegacyRenderSVGRoot.cpp#L127
Change: if (!frame().ownerRenderer()) to if (!frame().ownerRenderer() || !isDocumentElementRenderer()) ______ Similar in LBSE to fix both in one go. It compiles and work. _____ Just raising to fix it. Thanks!
Attachments
Add attachment
proposed patch, testcase, etc.
EWS
Comment 1
2023-07-24 09:37:09 PDT
Committed
266251@main
(4d88a0a85b71): <
https://commits.webkit.org/266251@main
> Reviewed commits have been landed. Closing PR #16012 and removing active labels.
Radar WebKit Bug Importer
Comment 2
2023-07-24 09:39:44 PDT
<
rdar://problem/112779569
>
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