Bug 175114 - Memory is leaked if the page has an <img> element with css content data and src url
Summary: Memory is leaked if the page has an <img> element with css content data and s...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 174874
Blocks:
  Show dependency treegraph
 
Reported: 2017-08-02 21:20 PDT by Said Abou-Hallawa
Modified: 2017-08-02 22:24 PDT (History)
2 users (show)

See Also:


Attachments
image-element-image-content-data.html (496 bytes, text/html)
2017-08-02 21:20 PDT, Said Abou-Hallawa
no flags Details
leak_results (199.11 KB, text/plain)
2017-08-02 21:21 PDT, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2017-08-02 21:20:39 PDT
Created attachment 317086 [details]
image-element-image-content-data.html

1. Download the attached test page
2. run the command 'Tools/Scripts/run-webkit-tests --child-processes=1  --leak LayoutTests/fast/images/image-element-image-content-data.html --repeat-each=10 -1'

Result: the DumpRenderTree leaking file is attached.
Comment 1 Said Abou-Hallawa 2017-08-02 21:21:20 PDT
Created attachment 317088 [details]
leak_results
Comment 2 Said Abou-Hallawa 2017-08-02 21:31:55 PDT
The attached test case will crash without the fix of https://bugs.webkit.org/show_bug.cgi?id=174874