blob: 99c3e458f770af8e5e9e7e052b12197d06ba96e6 [file] [log] [blame]
Test that directionality of an element with dir=auto is not affected by children that also have the dir attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('border-right-color') is 'rgb(255, 0, 0)'
PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('border-right-color') is 'rgb(0, 128, 0)'
PASS successfullyParsed is true
TEST COMPLETE