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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-direction-expected.txt

Issue 2674863003: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that canvas 2d context supports 'direction' attribute: PASS
2 Tests that context.direction is 'ltr' with parent element having unspecified dir ection: PASS
3 Tests that context.direction is 'rtl' with parent element having direction as rt l: PASS
4 Tests that context.direction is overridden by 'rtl' with parent element having u nspecified direction: PASS
5 Tests that context.direction is overridden by 'ltr' with parent element having d irection as rtl: PASS
6 Tests that context.direction is overridden by 'inherit' with parent element havi ng unspecified direction: PASS
7 Tests that context.direction is overridden by 'inherit' with parent element havi ng direction as rtl: PASS
8 Tests that change in element's dir attribute is reflected in context.direction a s rtl: PASS
9 Tests that change in element's dir attribute is reflected in context.direction a s ltr: PASS
10 Tests that context.direction reflects the valid direction after save/restore con text 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: P ASS
14 Tests that invalid direction value LTR has no effect on the context.direction: P ASS
15 Tests that invalid direction value INHERIT has no effect on the context.directio n: PASS
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698