Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / dimension-properties-unrendered-expected.txt
blobbe74b98eff71d155d53fd92ae6c01c8cec187501
1 This test checks the scroll, client and offset dimension properties return "0" instead of undefined for an unrendered element.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testDiv.offsetLeft is 0
7 PASS testDiv.offsetTop is 0
8 PASS testDiv.offsetWidth is 0
9 PASS testDiv.offsetHeight is 0
10 PASS testDiv.clientWidth is 0
11 PASS testDiv.clientHeight is 0
12 PASS testDiv.scrollLeft is 0
13 PASS testDiv.scrollTop is 0
14 PASS testDiv.scrollWidth is 0
15 PASS testDiv.scrollHeight is 0
16 PASS successfullyParsed is true
18 TEST COMPLETE