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; |
} |