| Index: LayoutTests/fast/events/resources/tabindex-focus-blur-all.js
|
| ===================================================================
|
| --- LayoutTests/fast/events/resources/tabindex-focus-blur-all.js (revision 32530)
|
| +++ LayoutTests/fast/events/resources/tabindex-focus-blur-all.js (working copy)
|
| @@ -49,7 +49,7 @@
|
| var homeBase = window.frames[1].document.getElementsByClassName('homebase');
|
| homeBase[0].focus();
|
|
|
| - var resultSummary = focusCount+" focus / "+blurCount+" blur events dispatched, and should be 329 / 329 ";
|
| + var resultSummary = focusCount+" focus / "+blurCount+" blur events dispatched, and should be 335 / 335 ";
|
| resultSummary += (focusCount==blurCount) ? "<span style='color:green'>PASSED</span><br>" : "<span style='color:red'>FAILED</span><br>";
|
| resultSummary += "Total of "+failedTestCount+" focus test(s) failed.";
|
| if (failedTestCount)
|
|
|