Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / canvas / canvas-direction-expected.txt
1 Tests that canvas 2d context supports 'direction' attribute: PASS
2 Tests that context.direction is 'ltr' with parent element having unspecified direction: PASS
3 Tests that context.direction is 'rtl' with parent element having direction as rtl: PASS
4 Tests that context.direction is overridden by 'rtl' with parent element having unspecified direction: PASS
5 Tests that context.direction is overridden by 'ltr' with parent element having direction as rtl: PASS
6 Tests that context.direction is overridden by 'inherit' with parent element having unspecified direction: PASS
7 Tests that context.direction is overridden by 'inherit' with parent element having direction as rtl: PASS
8 Tests that change in element's dir attribute is reflected in context.direction as rtl: PASS
9 Tests that change in element's dir attribute is reflected in context.direction as ltr: PASS
10 Tests that context.direction reflects the valid direction after save/restore context operations: PASS
11 Tests that context.reset() sets the context.direction to ltr: PASS
12 Tests that context.reset() sets the context.direction to rtl: PASS
13 Tests that invalid direction value RTL has no effect on the context.direction: PASS
14 Tests that invalid direction value LTR has no effect on the context.direction: PASS
15 Tests that invalid direction value INHERIT has no effect on the context.direction: PASS
16