OLD | NEW |
(Empty) | |
| 1 Tests the computed style of quotes property. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 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 |
| 11 |
| 12 TEST COMPLETE |
| 13 Before q1-text q2-text q1-text after. |
| 14 |
| 15 Before q1-text q2-text q1-text after. |
OLD | NEW |