WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
44187
Extend the layoutTestController to support dumping HostWindow methods to log invalidations
https://bugs.webkit.org/show_bug.cgi?id=44187
Summary
Extend the layoutTestController to support dumping HostWindow methods to log ...
Darin Fisher (:fishd, Google)
Reported
2010-08-18 10:53:04 PDT
Following on from
bug 42949
, there should be a way to write a layout test that can verify that the correct invalidation is generated after scrolling a page containing fixed position elements. The repaint test framework is not a great option since the actual repainting done is fairly platform specific. For example, some platforms will coalesce invalidations into a smaller set of invalidations. Or, if scrolling overlaps with invalidation, some platforms may combine those operations in distinct ways. Instead, it seems like it would be useful to have a way to log HostWindow methods like invalidateContentsAndWindow, invalidateContentsForSlowScroll, and scroll.
Attachments
Add attachment
proposed patch, testcase, etc.
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