RESOLVED FIXED Bug 88755
Use testRunner in accessibility tests instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88755
Summary Use testRunner in accessibility tests instead of layoutTestController
Ryosuke Niwa
Reported 2012-06-10 22:58:37 PDT
Use testRunner in accessibility tests instead of layoutTestController
Attachments
Patch (349.25 KB, patch)
2012-06-10 23:01 PDT, Ryosuke Niwa
tony: review+
Ryosuke Niwa
Comment 1 2012-06-10 23:01:55 PDT
Ryosuke Niwa
Comment 2 2012-06-10 23:16:12 PDT
I just ran the following shell command on my Mac: find LayoutTests/accessibility LayoutTests/platform/*/accessibility -type f -not -iwholename "*.svn*" | xargs sed -i -e "s/layoutTestController/testRunner/g"
Tony Chang
Comment 3 2012-06-11 10:05:23 PDT
Why are there binary file changes?
Ryosuke Niwa
Comment 4 2012-06-11 10:08:20 PDT
(In reply to comment #3) > Why are there binary file changes? Those changes should be reverted when I land. I should have excluded .png files :(
Tony Chang
Comment 5 2012-06-11 11:05:07 PDT
Comment on attachment 146788 [details] Patch OK. A swf file also snuck in. Please exclude when landing.
Ryosuke Niwa
Comment 6 2012-06-12 13:37:23 PDT
Note You need to log in before you can comment on or make changes to this bug.