Bug 157373 - [CoordinatedGraphics] Some layers do not get clipped properly for drawing when clip region is empty.
Summary: [CoordinatedGraphics] Some layers do not get clipped properly for drawing whe...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-05 08:36 PDT by Eunmi Lee
Modified: 2016-05-05 08:36 PDT (History)
1 user (show)

See Also:


Attachments
Test html. (572 bytes, text/html)
2016-05-05 08:36 PDT, Eunmi Lee
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eunmi Lee 2016-05-05 08:36:36 PDT
Created attachment 278166 [details]
Test html.

Some layers are drawn to the screen even though they have empty clip region because codes to check empty clip are missing.

Test html is attached.
- The red box should not be shown when scroll position is (0, 0).