Bug 101000 - There should be a way to test selection painting in text only tests
Summary: There should be a way to test selection painting in text only tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-01 16:47 PDT by Ryosuke Niwa
Modified: 2017-07-18 08:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-11-01 16:47:19 PDT
Right now, the only way to test selection rendering & painting is to use pixel tests. We should have a way to do this in non-pixel tests.
Comment 1 Tony Chang 2012-11-01 16:50:29 PDT
Seems like we could add an internals method that returns a string describing all the selection rects (or just prints them to stdout).