| Index: LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/canvas-direction-expected.txt b/LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0c1412db07324e6d20ff45323d4f3ec5898c7685
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Tests that canvas 2d context supports 'direction' attribute: PASS
|
| +Tests that context.direction is 'ltr' with parent element having unspecified direction: PASS
|
| +Tests that context.direction is 'rtl' with parent element having direction as rtl: PASS
|
| +Tests that context.direction is overridden by 'rtl' with parent element having unspecified direction: PASS
|
| +Tests that context.direction is overridden by 'ltr' with parent element having direction as rtl: PASS
|
| +Tests that context.direction is overridden by 'inherit' with parent element having unspecified direction: PASS
|
| +Tests that context.direction is overridden by 'inherit' with parent element having direction as rtl: PASS
|
| +Tests that context.reset() sets the context.direction to ltr: PASS
|
| +Tests that context.reset() sets the context.direction to rtl: PASS
|
| +Tests that invalid direction value RTL has no effect on the context.direction: PASS
|
| +Tests that invalid direction value LTR has no effect on the context.direction: PASS
|
| +Tests that invalid direction value INHERIT has no effect on the context.direction: PASS
|
| +
|
|
|