Bug 179294

Summary: [GTK] webkit_web_view_get_snapshot() wrong behaviour with FULL_DOCUMENT
Product: WebKit Reporter: Cédric Bellegarde <cedric.bellegarde>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Cédric Bellegarde 2017-11-05 05:37:58 PST
When using WebKit2.SnapshotRegionget_snapshot() to get WebKit2.SnapshotRegion.FULL_DOCUMENT, it should not be related to current scroll position.

Current behaviour: Snapshot is created with top as WebKit2.SnapshotRegion.VISIBLE

Wanted behaviour: Snapshot is created with real web page top.