1 Tests the computed style of quotes property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(child1).quotes is "none"
7 PASS getComputedStyle(child1).getPropertyValue('quotes') is "none"
8 PASS getComputedStyle(child2).quotes is "\"<<\" \">>\" \"<\" \">\""
9 PASS getComputedStyle(child2).getPropertyValue('quotes') is "\"<<\" \">>\" \"<\" \">\""
10 PASS successfullyParsed is true
13 Before q1-text q2-text q1-text after.
15 Before q1-text q2-text q1-text after.