Bug 89182 - Use testRunner instead of layoutTestController in layout test resources
Summary: Use testRunner instead of layoutTestController in layout test resources
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: Ryosuke Niwa
URL:
Keywords:
Depends on: 88210
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-15 00:42 PDT by Ryosuke Niwa
Modified: 2012-06-15 07:07 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.64 KB, patch)
2012-06-15 00:43 PDT, Ryosuke Niwa
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-06-15 00:42:00 PDT
Use testRunner instead of layoutTestController in layout test resources
Comment 1 Ryosuke Niwa 2012-06-15 00:43:06 PDT
Created attachment 147762 [details]
Patch
Comment 2 Kent Tamura 2012-06-15 02:05:38 PDT
Comment on attachment 147762 [details]
Patch

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

> LayoutTests/resources/testharnessreport.js:75
> -});
>  \ No newline at end of file
> +});

looks unrelated. But it's ok.
Comment 3 Ryosuke Niwa 2012-06-15 07:07:26 PDT
Committed r120450: <http://trac.webkit.org/changeset/120450>