commit | af4fa4153203d0953b78891101b45e022fc33589 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <[email protected]> | Mon May 14 21:26:52 2018 |
committer | Xianzhu Wang <[email protected]> | Mon May 14 21:26:52 2018 |
tree | e209c937e18cc7c072b0aa320d0f89241592908f | |
parent | 4c0b8a1e41b38b7930d30baeb33789d7303d741a [diff] [blame] |
[CI] Remove "window." prefix in layout tests for test_shell injected global names This doesn't include those in 'if' statements. Bug: 703768 TBR: already agreed in blink-dev; too many files. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I499b91695e177d2a498d96cf20537ee146e22d06 Reviewed-on: https://chromium-review.googlesource.com/1057947 Reviewed-by: Xianzhu Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#558467}
diff --git a/third_party/WebKit/LayoutTests/scrollbars/scrollevent-iframe-no-scrolling.html b/third_party/WebKit/LayoutTests/scrollbars/scrollevent-iframe-no-scrolling.html index 1577634..4dbcd0d 100644 --- a/third_party/WebKit/LayoutTests/scrollbars/scrollevent-iframe-no-scrolling.html +++ b/third_party/WebKit/LayoutTests/scrollbars/scrollevent-iframe-no-scrolling.html
@@ -9,13 +9,13 @@ { document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): FAILED"; if (window.testRunner) - window.testRunner.notifyDone(); + testRunner.notifyDone(); } function scrollEventFired() { document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): PASS"; if (window.testRunner) - window.testRunner.notifyDone(); + testRunner.notifyDone(); } function runTest() {