Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / html-element-client-rect-excludes-scrollbars-expected.txt
blob1fdf8c2f6181841ec17c91831e915fac7e889dcf
1 Tests that the html element excludes scrollbars when reporting clientWidth and clientHeight, and that it implements scroll() by scrolling the frame.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS htmlElement.clientWidth is innerWidth - 20
7 PASS htmlElement.clientHeight is innerHeight - 20
8 PASS scrollX is 10
9 PASS scrollY is 10
10 PASS successfullyParsed is true
12 TEST COMPLETE