Add comment and test about preferred height quirksmode special-case
A webview's preferred content height is typically the minimum height required to display the main document without scrollbars. This is not true for quirksmode documents (documents without <!doctype html>) where the height will always fill the viewport at a minimum. This is not obvious so a comment and test have been added. Change-Id: Id39755a81f2d258d4b078501f37c425f8dc2d8ba Reviewed-on: https://chromium-review.googlesource.com/c/1259041 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#596369}
Showing
Please register or sign in to comment