rniwa@webkit.org | 5088c1d | 2013-07-23 23:42:16 +0000 | [diff] [blame] | 1 | Test calling getPropertyValue on computed margin styles. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | PASS getComputedStyle(testElement).marginTop is "1.5px" |
| 7 | PASS getComputedStyle(testElement).marginRight is "2.5px" |
| 8 | PASS getComputedStyle(testElement).marginBottom is "3.5px" |
| 9 | PASS getComputedStyle(testElement).marginLeft is "4.5px" |
| 10 | PASS getComputedStyle(testElement).margin is "1.5px 2.5px 3.5px 4.5px" |
| 11 | PASS getComputedStyle(testElement).paddingTop is "5.5px" |
| 12 | PASS getComputedStyle(testElement).paddingRight is "6.5px" |
| 13 | PASS getComputedStyle(testElement).paddingBottom is "7.5px" |
| 14 | PASS getComputedStyle(testElement).paddingLeft is "8.5px" |
| 15 | PASS getComputedStyle(testElement).padding is "5.5px 6.5px 7.5px 8.5px" |
| 16 | PASS successfullyParsed is true |
| 17 | |
| 18 | TEST COMPLETE |
| 19 | |