| OLD | NEW |
| 1 This test checks the overflow equality in case of SVG. | 1 This test checks the overflow equality in case of SVG. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS computedStyle1.getPropertyValue('overflow-x') is computedStyle1.getProperty
Value('overflow-y') | 6 PASS computedStyle1.getPropertyValue('overflow-x') is computedStyle1.getProperty
Value('overflow-y') |
| 7 PASS computedStyle2.getPropertyValue('overflow-x') is computedStyle2.getProperty
Value('overflow-y') | 7 PASS computedStyle2.getPropertyValue('overflow-x') is computedStyle2.getProperty
Value('overflow-y') |
| 8 PASS computedStyle3.getPropertyValue('overflow-x') is computedStyle3.getProperty
Value('overflow-y') | 8 PASS computedStyle3.getPropertyValue('overflow-x') is computedStyle3.getProperty
Value('overflow-y') |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |