Bug 67474

Summary: heightMediaFeatureEval NULL ptr
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
Repro none

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
Berend-Jan Wever
Comment 1 2011-09-02 04:53:46 PDT
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.