| Index: LayoutTests/fast/html/imports/import-events-inline.html
|
| diff --git a/LayoutTests/fast/html/imports/import-events-inline.html b/LayoutTests/fast/html/imports/import-events-inline.html
|
| index 0e515acc28a55b4d2fe981961c9e7eff0bed7d27..959473fce5b7640df2ef8de17b649b7b941d4342 100644
|
| --- a/LayoutTests/fast/html/imports/import-events-inline.html
|
| +++ b/LayoutTests/fast/html/imports/import-events-inline.html
|
| @@ -9,7 +9,7 @@ function handle(event)
|
| list.push(event.type + '@' + event.target.id);
|
| if (list.length < 3)
|
| return;
|
| - expected = ['load@shouldLoad', 'error@shouldError', 'click@toClick'];
|
| + expected = ['click@toClick', 'load@shouldLoad', 'error@shouldError'];
|
| shouldBe('window.list', 'expected');
|
| finishJSTest();
|
| }
|
|
|