Bug 142899 - [Content Filtering] Give contentfiltering tests a JavaScript harness
Summary: [Content Filtering] Give contentfiltering tests a JavaScript harness
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andy Estes
URL:
Keywords:
Depends on:
Blocks: 128858
  Show dependency treegraph
 
Reported: 2015-03-19 22:42 PDT by Andy Estes
Modified: 2015-03-19 22:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.20 KB, patch)
2015-03-19 22:47 PDT, Andy Estes
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2015-03-19 22:42:14 PDT
[Content Filtering] Give contentfiltering tests a JavaScript harness
Comment 1 Andy Estes 2015-03-19 22:47:16 PDT
Created attachment 249087 [details]
Patch
Comment 2 Andreas Kling 2015-03-19 22:56:30 PDT
Comment on attachment 249087 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249087&action=review

Delightful! r=me

> LayoutTests/ChangeLog:9
> +        Create a JavaScript function to run the contentfiltering/ tests. This consolodates shared logic and will make
> +        it easier to write new tests.

Typo, consolidates.
Comment 3 Andy Estes 2015-03-19 22:59:18 PDT
Committed r181783: <http://trac.webkit.org/changeset/181783>