RESOLVED FIXED 77732
Speech input: fix fast/speech/bubble-position.html
https://bugs.webkit.org/show_bug.cgi?id=77732
Summary Speech input: fix fast/speech/bubble-position.html
Hans Wennborg
Reported 2012-02-03 06:25:01 PST
Speech input: fix fast/speech/bubble-position.html
Attachments
Patch (4.09 KB, patch)
2012-02-03 06:39 PST, Hans Wennborg
no flags
Patch (4.02 KB, patch)
2012-02-06 02:38 PST, Hans Wennborg
tonyg: review+
tonyg: commit-queue-
Hans Wennborg
Comment 1 2012-02-03 06:26:50 PST
(See Bug 77641)
Hans Wennborg
Comment 2 2012-02-03 06:39:27 PST
Satish Sampath
Comment 3 2012-02-03 12:03:38 PST
Comment on attachment 125318 [details] Patch > var x = rect[0]; should we use parseInt(rect[0]) to be sure the calculations are done as an int?
Hans Wennborg
Comment 4 2012-02-06 02:37:36 PST
(In reply to comment #3) > (From update of attachment 125318 [details]) > > var x = rect[0]; > should we use parseInt(rect[0]) to be sure the calculations are done as an int? Done.
Hans Wennborg
Comment 5 2012-02-06 02:38:01 PST
Satish Sampath
Comment 6 2012-02-06 02:42:12 PST
looks good to me
Tony Gentilcore
Comment 7 2012-02-06 04:14:47 PST
Comment on attachment 125604 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125604&action=review > LayoutTests/fast/speech/bubble-position.html:19 > + debug("rect is inside the iframe"); Better to use testPassed/testFailed instead of debug. testPassed("rect is inside the iframe"); > LayoutTests/fast/speech/bubble-position.html:23 > + debug("rect.y: " + y); testFailed("rect was outside the iframe. Actual rect.x: " + x + ", rect.y: " + y);
Hans Wennborg
Comment 8 2012-02-06 05:14:36 PST
Thanks Tony! (In reply to comment #7) > (From update of attachment 125604 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=125604&action=review > > > LayoutTests/fast/speech/bubble-position.html:19 > > + debug("rect is inside the iframe"); > > Better to use testPassed/testFailed instead of debug. Done. > > testPassed("rect is inside the iframe"); > > > LayoutTests/fast/speech/bubble-position.html:23 > > + debug("rect.y: " + y); > > testFailed("rect was outside the iframe. Actual rect.x: " + x + ", rect.y: " + y); Done.
Hans Wennborg
Comment 9 2012-02-06 05:24:46 PST
Note You need to log in before you can comment on or make changes to this bug.