Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / replaced-child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt
blobaee26618537fb94ceaab07dd8aa1be6171154ebe
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 replaced 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 replaced element height + scrollbar height
10 PASS document.getElementById("container").offsetHeight > document.getElementById("replacedElement").offsetHeight is true
11 PASS successfullyParsed is true
13 TEST COMPLETE