Skip 'eventSender' at collecting properties

BUG=331301

Review URL: https://codereview.chromium.org/212333002

git-svn-id: svn://svn.chromium.org/blink/trunk@170032 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent fd0f67ee
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment