WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 66219
67474
heightMediaFeatureEval NULL ptr
https://bugs.webkit.org/show_bug.cgi?id=67474
Summary
heightMediaFeatureEval NULL ptr
Berend-Jan Wever
Reported
2011-09-02 04:50:44 PDT
Created
attachment 106116
[details]
Repro static bool heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) { FrameView* view = frame->view(); RenderStyle* rootStyle = frame->document()->documentElement()->renderStyle(); // KaB00m <<<snip>>> Repro.html: <script> oWin=open('bad.svg'); // Wait for bad svg to load an error message HTML to be generated. setTimeout(function() { var oBody = oWin.document.body; var oHtml = oWin.document.documentElement; oBody.parentElement.removeChild(oBody); oBody.insertBefore(oHtml); }, 100); </script> bad.svg: <?xml version="1.0" standalone="no"?> <?xml-stylesheet type="text/css" href="repro.css" ?> <svg [this triggers an error] repro.css: @media (height:0) { @page { * { } } }
Attachments
Repro
(645 bytes, application/x-zip-compressed)
2011-09-02 04:50 PDT
,
Berend-Jan Wever
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Berend-Jan Wever
Comment 1
2011-09-02 04:53:46 PDT
Chromium:
https://code.google.com/p/chromium/issues/detail?id=95185
Berend-Jan Wever
Comment 2
2011-09-02 04:55:37 PDT
*** This bug has been marked as a duplicate of
bug 66219
***
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