Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / getComputedStyle-border-radius-expected.txt
blob76ea8d18257876746ba1c488978fc318d0aaac57
1 Tests calling getPropertyValue on computed border radii involving CSS calc
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('border-top-left-radius') is "calc(10px + 25%) calc(20px + 25%)"
7 PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('border-top-right-radius') is "calc(10px + 25%)"
8 PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('border-bottom-right-radius') is "25%"
9 PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('border-bottom-left-radius') is "25px"
10 PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('border-radius') is "calc(10px + 25%) calc(10px + 25%) 25% 25px / calc(20px + 25%) calc(10px + 25%) 25% 25px"
11 PASS successfullyParsed is true
13 TEST COMPLETE