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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-property-collector.js

Issue 212333002: Skip 'eventSender' at collecting properties (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/resources/window-property-collector.js
diff --git a/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
index 2e2f0a6a070d2c01ed9e7a7948616306e924a23f..67219975c643d4398471458766d9fce3a42ac152 100644
--- a/LayoutTests/fast/dom/Window/resources/window-property-collector.js
+++ b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
@@ -22,6 +22,7 @@ function emitExpectedResult(path, expected)
|| path[0] == 'clientInformation' // Just an alias for navigator.
// Skip testRunner since they are only for testing.
|| path[0] == 'testRunner'
+ || path[0] == 'eventSender' // Skip eventSender since they are only for testing.
|| path[0] == 'layoutTestController') { // Just an alias for testRunner.
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698