| PASS document.getElementById('test1').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "upright" |
| PASS document.getElementById('test2').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "upright" |
| PASS document.getElementById('test3').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "upright" |
| PASS document.getElementById('test4').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "mixed" |
| PASS document.getElementById('test5').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "mixed" |
| PASS document.getElementById('test1').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "upright" |
| PASS document.getElementById('test2').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "upright" |
| PASS document.getElementById('test3').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "upright" |
| PASS document.getElementById('test4').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "mixed" |
| PASS document.getElementById('test5').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "mixed" |
| PASS document.getElementById('test6').sheet.cssRules[0].style.getPropertyValue('-webkit-text-orientation') is "sideways" |
| PASS document.getElementById('test6').sheet.cssRules[0].style.getPropertyValue('text-orientation') is "sideways" |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |