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

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

Issue 214513011: HTMLLinkElement should not run script inside ::insertedInto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Source/core/html/HTMLLinkElement.cpp » ('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 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();
}
« no previous file with comments | « no previous file | Source/core/html/HTMLLinkElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698