Factor UA-specific behavior out of css/css-flexbox/overflow-auto-006.html
... back to chromium web_test. The way how 'overflow:auto' elements contribute their scrollbar thickness to their intrinsic size is UA-specific [1]. This CL factors such checks out of css/css-flexbox/overflow-auto-006.html, back into blink specific web_test directory. The new test is t_p/blink/web_tests/css3/flexbox/overflow-auto-intrinsic-size.html Note: The test originated from web_tests/css3/flexbox/flexbox-height-with-overflow-auto.html, and was moved to wpt/css/css-flexbox/flexbox-overflow-auto-002.html in https://crrev.com/c/2120544 and then renamed to overflow-auto-006.html. [1] https://www.w3.org/TR/CSS22/visufx.html#overflow Issue=22580 BUG=1063749 R=robertma@chromium.org Change-Id: Ief1c2861e39a7eb66de3786e399774f647527a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135707Reviewed-by:Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#756292}
Showing
Please register or sign in to comment