| Index: third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
|
| index 5cbd31604727f7d460aacdc363de3862d429c387..fd13b618dc530a1ed1b3f0bafba7e9721bd77bcf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
|
| @@ -22,7 +22,13 @@ function emitExpectedResult(path, expected)
|
| || path[0] == 'clientInformation' // Just an alias for navigator.
|
| || path[0] == 'testRunner' // Skip testRunner since they are only for testing.
|
| || path[0] == 'layoutTestController' // Just an alias for testRunner.
|
| - || path[0] == 'eventSender') { // Skip eventSender since they are only for testing.
|
| + || path[0] == 'eventSender' // Skip eventSender since they are only for testing.
|
| + // Skip variables related to js-test.js since they are only for testing.
|
| + || path[0] == 'isJsTest'
|
| + || path[0] == 'jsTestIsAsync'
|
| + || path[0] == 'successfullyParsed'
|
| + || path[0] == 'wasFinishJSTestCalled'
|
| + || path[0] == 'wasPostTestScriptParsed') {
|
| return;
|
| }
|
|
|
|
|