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