Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: LayoutTests/fast/html/imports/import-events-inline.html

Issue 141143006: [import] Cleanup: get rid of ad-hoc state machine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-shared-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 64e6e0d3e0b7335227f24000f8df63d1267919f5..0e515acc28a55b4d2fe981961c9e7eff0bed7d27 100644
--- a/LayoutTests/fast/html/imports/import-events-inline.html
+++ b/LayoutTests/fast/html/imports/import-events-inline.html
@@ -9,8 +9,7 @@ function handle(event)
list.push(event.type + '@' + event.target.id);
if (list.length < 3)
return;
- // FIXME(crbug.com/336113): error event should be dispatched synchronously.
- expected = ['load@shouldLoad', 'click@toClick', 'error@shouldError'];
+ expected = ['load@shouldLoad', 'error@shouldError', 'click@toClick'];
shouldBe('window.list', 'expected');
finishJSTest();
}
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-shared-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698