Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / min-max-width-expected.txt
blobdaf99100a858c3e23c8fbbd5308baa38ca777eca
1 Tests offsetWidth using min-width and max-width
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testWidth("max-width:150px") is 100
7 PASS testWidth("max-width:50px") is 50
8 PASS testWidth("min-width:150px") is 150
9 PASS testWidth("min-width:50px") is 100
10 PASS successfullyParsed is true
12 TEST COMPLETE