| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-direction-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| deleted file mode 100644
|
| index 1c53dfc18aa7e303b7dc105add29468849419820..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-direction-expected.txt
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -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 change in element's dir attribute is reflected in context.direction as rtl: PASS
|
| -Tests that change in element's dir attribute is reflected in context.direction as ltr: PASS
|
| -Tests that context.direction reflects the valid direction after save/restore context operations: 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
|
| -
|
|
|