commit | adde4881f377c8c4bc5d39c527daf30ad47fdaa4 | [log] [tgz] |
---|---|---|
author | John Chen <johnchen@chromium.org> | Tue Dec 03 16:58:16 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 03 16:58:16 2019 |
tree | 9f9e21bc1c180c9b8cc3d8c5094e738002e9112b | |
parent | 094d246a3795336a126d9382a1e598b7e1bf335d [diff] |
[ChromeDriver] Workaround DevTools fullscreen issue Add some workaround code while setting browser window to fullscreen mode, to work around an issue in DevTools fullscreen command. In particular, call document.documentElement.requestFullscreen() to ensure that document.webkitIsFullScreen returns the correct values. All WPT tests related to fullscreen now pass. Also made an adjustment to WPT set_window_rect/set.py test_fully_exit_fullscreen, which was using a width below the minimum supported by Chrome. Bug: 982071 Change-Id: I0e50883c3f67a566df1bc4ffd331aeac0b0ef1e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947816 Reviewed-by: Lan Wei <lanwei@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#721019}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .