Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-radius-shorthand-expected.txt
blobf25ba2a1f36ad9f4ef91ce91dd333c1fca0b4ed6
1 Tests that the border-radius shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-radius') is '64px'
7 PASS computedStyle.getPropertyValue('border-radius') is '32px 16px 64px / 8px 48px'
8 PASS computedStyle.getPropertyValue('border-radius') is '64px'
9 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px'
10 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px'
11 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px'
12 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px'
13 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px'
14 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px 7px'
15 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px 7px 8px'
16 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 15px 25px 35px 45px'
17 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 25px 35px 45px'
18 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 20px 35px 45px'
19 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 20px 30px 45px'
20 PASS successfullyParsed is true
22 TEST COMPLETE