Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt
blobe2eae2e5349808160c24d0ce1d807e05d2be1018
1 Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=11355. When a container having overflow:auto has a horizontal scrollbar, the scrollbar is to be placed between the inner border edge and the outer padding edge. Thus the content height of a child inside the container must not include the height of the horizontal scollbars.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 The height of the inner element box should be 100% of the containers height minus the height of horizontal scrollbar. There should be no vertical scrollable content in the container
8 PASS document.getElementById("container").scrollHeight == document.getElementById("container").clientHeight is true
9 Container height = Inner Box height + scrollbar height
10 PASS document.getElementById("container").offsetHeight > document.getElementById("innerBox").offsetHeight is true
11 PASS successfullyParsed is true
13 TEST COMPLETE