blob: 05ec1d092af2de0e71dbb2ddaa42c51272ddc33b [file] [log] [blame]
Testing placard has 'direction: rtl' set for RTL languages.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Waiting for placard to appear
PASS !!shadowRoot.querySelector('.placard') became true
Default layout direction is LTR
PASS getComputedStyle(shadowRoot.querySelector('.placard')).direction became "ltr"
Setting layout direction to RTL
PASS getComputedStyle(shadowRoot.querySelector('.placard')).direction became "rtl"
PASS successfullyParsed is true
TEST COMPLETE