Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: LayoutTests/fast/canvas/canvas-direction-expected.txt

Issue 468483003: Implement canvas2d direction attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..1c53dfc18aa7e303b7dc105add29468849419820
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-direction-expected.txt
@@ -0,0 +1,16 @@
+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
+

Powered by Google App Engine
This is Rietveld 408576698