| OLD | NEW |
| (Empty) |
| 1 PASS window.getComputedStyle(ltrElement).top is '5px' | |
| 2 PASS window.getComputedStyle(ltrElement).right is '-5px' | |
| 3 PASS window.getComputedStyle(ltrElement).bottom is '-5px' | |
| 4 PASS window.getComputedStyle(ltrElement).left is '5px' | |
| 5 PASS window.getComputedStyle(rtlElement).top is '5px' | |
| 6 PASS window.getComputedStyle(rtlElement).right is '-5px' | |
| 7 PASS window.getComputedStyle(rtlElement).bottom is '-5px' | |
| 8 PASS window.getComputedStyle(rtlElement).left is '5px' | |
| 9 PASS successfullyParsed is true | |
| 10 | |
| 11 TEST COMPLETE | |
| 12 getComputedStyle should return minus the value of left as right when right is au
to. | |
| 13 | |
| 14 If direction of containing block is ltr, bottom and right should be negative | |
| 15 bottom and right should be negative | |
| 16 If direction of containing block is rtl, bottom and right should be negative | |
| 17 bottom and right should be negative | |
| OLD | NEW |