RESOLVED FIXED Bug 89176
Use testRunner instead of layoutTestController in ietestcenter, inspector, java, jquery, loader, mathml, media, and mhtml tests
https://bugs.webkit.org/show_bug.cgi?id=89176
Summary Use testRunner instead of layoutTestController in ietestcenter, inspector, ja...
Ryosuke Niwa
Reported 2012-06-14 23:29:21 PDT
Use testRunner instead of layoutTestController in ietestcenter tests
Attachments
Patch (51.15 KB, patch)
2012-06-14 23:31 PDT, Ryosuke Niwa
no flags
Patch (722.20 KB, patch)
2012-06-14 23:51 PDT, Ryosuke Niwa
tkent: review-
Reverted the errornous changes (262.95 KB, patch)
2012-06-15 00:05 PDT, Ryosuke Niwa
no flags
Reverted more unrelated changes (261.81 KB, patch)
2012-06-15 00:16 PDT, Ryosuke Niwa
tkent: review+
Ryosuke Niwa
Comment 1 2012-06-14 23:31:22 PDT
Ryosuke Niwa
Comment 2 2012-06-14 23:51:41 PDT
Kent Tamura
Comment 3 2012-06-15 00:01:42 PDT
Comment on attachment 147746 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=147746&action=review > LayoutTests/ChangeLog:162 > + * mhtml/check_domain.mht: > + * mhtml/frame_4.html_original: > + * mhtml/multi_frames.html_original: > + * mhtml/multi_frames_binary.mht: > + * mhtml/multi_frames_ie.mht: > + * mhtml/multi_frames_unmht.mht: > + * mhtml/page_with_css_and_js_ie.mht: > + * mhtml/page_with_css_and_js_unmht.mht: > + * mhtml/page_with_image.html_original: > + * mhtml/page_with_image_ie.mht: > + * mhtml/page_with_image_unmht.mht: > + * mhtml/simple_page.html_original: > + * mhtml/simple_page_ie.mht: > + * mhtml/simple_page_unmht.mht: Do you need to update them? > LayoutTests/ChangeLog:166 > + * platform/chromium/media/resources/frame_size_change.webm: Do you need to update webm!? > LayoutTests/media/resources/foreignobject-media.svg:14 > -</svg> > \ No newline at end of file > +</svg> Looks unrelated. > LayoutTests/media/track/track-webvtt-tc001-utf8.html:76 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc004-magic-header.html:77 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc005-header-comment.html:60 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc006-cue-identifiers.html:76 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc007-cue-no-id.html:76 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc008-timings-no-hours.html:75 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc011-blank-lines.html:75 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc013-settings.html:85 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc014-alignment.html:70 > -</html> > \ No newline at end of file > +</html> ditto. > LayoutTests/media/track/track-webvtt-tc015-positioning.html:70 > -</html> > \ No newline at end of file > +</html> ditto.
Kentaro Hara
Comment 4 2012-06-15 00:03:47 PDT
Comment on attachment 147746 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=147746&action=review >> LayoutTests/media/resources/foreignobject-media.svg:14 >> +</svg> > > Looks unrelated. I think this is just automatically inserted by bugzilla. The patch would not include this change.
Ryosuke Niwa
Comment 5 2012-06-15 00:05:11 PDT
(In reply to comment #4) > (From update of attachment 147746 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=147746&action=review > > >> LayoutTests/media/resources/foreignobject-media.svg:14 > >> +</svg> > > > > Looks unrelated. > > I think this is just automatically inserted by bugzilla. The patch would not include this change. This is a side effect of sed. It automatically inserts a new line at the end :(
Ryosuke Niwa
Comment 6 2012-06-15 00:05:22 PDT
Created attachment 147750 [details] Reverted the errornous changes
Kent Tamura
Comment 7 2012-06-15 00:10:46 PDT
Comment on attachment 147750 [details] Reverted the errornous changes View in context: https://bugs.webkit.org/attachment.cgi?id=147750&action=review > LayoutTests/inspector/audits/resources/audits-style1.css:4 > -} > \ No newline at end of file > +} This is unrelated. > LayoutTests/media/remove-from-document-before-load.html:12 > -</body> > \ No newline at end of file > +</body> This part is unrelated to the bug, but it might be acceptable. > LayoutTests/media/video-canvas.html-disabled:86 > -</html> > \ No newline at end of file > +</html> unrelated change > LayoutTests/media/resources/foreignobject-media.svg:14 > -</svg> > \ No newline at end of file > +</svg> unrelated change
Ryosuke Niwa
Comment 8 2012-06-15 00:16:43 PDT
Created attachment 147753 [details] Reverted more unrelated changes
Kent Tamura
Comment 9 2012-06-15 00:23:17 PDT
Comment on attachment 147753 [details] Reverted more unrelated changes probably ok
Ryosuke Niwa
Comment 10 2012-06-15 00:33:34 PDT
Note You need to log in before you can comment on or make changes to this bug.