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

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: Added a test 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
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..f55e702b55467921065534d59859b3f96901dab8 100644
--- a/LayoutTests/fast/html/imports/import-events-inline.html
+++ b/LayoutTests/fast/html/imports/import-events-inline.html
@@ -9,8 +9,8 @@ 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'];
+ // FIXME(crbug.com/336113): load and error event should be dispatched synchronously.
+ expected = ['click@toClick', 'load@shouldLoad', 'error@shouldError'];
shouldBe('window.list', 'expected');
finishJSTest();
}
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-shared-crash.html » ('j') | Source/core/html/HTMLImport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698