1 Test if the widths of RTL elements are the same as the widths of the LTR elements when they include absolutely-positioned children.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Verify the widths of the outer RTL element are the same as the widths of the outer LTR element.
7 PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true
8 PASS outerLTR.clientWidth == outerRTL.clientWidth is true
9 PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true
10 Verify the widths of the inner RTL element are the same as the widths of the inner LTR element.
11 PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true
12 PASS innerLTR.clientWidth == innerRTL.clientWidth is true
13 PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true
14 PASS successfullyParsed is true