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

Unified Diff: third_party/WebKit/LayoutTests/resources/testharnessreport.js

Issue 2842483002: Set relatedtarget for dragleave/enter events (Closed)
Patch Set: Add event sender input automation Created 3 years, 7 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: third_party/WebKit/LayoutTests/resources/testharnessreport.js
diff --git a/third_party/WebKit/LayoutTests/resources/testharnessreport.js b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
index 28559fd3e404f3be813d789a43bc1425f159a330..3c4fa6496f6e73c8d433ccbefa1c7b6f1757204b 100644
--- a/third_party/WebKit/LayoutTests/resources/testharnessreport.js
+++ b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
@@ -118,7 +118,8 @@
src = automationPath + '/fullscreen/auto-click.js';
} else if (pathAndBase.startsWith('/pointerevents/')
|| pathAndBase.startsWith('/uievents/')
- || pathAndBase.startsWith('/pointerlock/')) {
+ || pathAndBase.startsWith('/pointerlock/')
+ || pathAndBase.startsWith('/html/')) {
// Per-test automation scripts.
src = automationPath + pathAndBase + '-automation.js';
} else {

Powered by Google App Engine
This is Rietveld 408576698