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

Side by Side Diff: LayoutTests/fast/canvas/draw-focus-if-needed-with-path2d-expected.txt

Issue 238863002: Implement drawFocusIfNeeded with Path2D parameter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 PASS canvas.drawFocusIfNeeded(undefined); threw exception TypeError: Failed to e xecute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
2 PASS canvas.drawFocusIfNeeded(undefined, undefined); threw exception TypeError: Failed to execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
3 PASS canvas.drawFocusIfNeeded(null); threw exception TypeError: Failed to execut e 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
4 PASS canvas.drawFocusIfNeeded(null, null); threw exception TypeError: Failed to execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
5 PASS canvas.drawFocusIfNeeded(); threw exception TypeError: Failed to execute 'd rawFocusIfNeeded' on 'CanvasRenderingContext2D': 1 argument required, but only 0 present..
6 PASS canvas.drawFocusIfNeeded(null); threw exception TypeError: Failed to execut e 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
7 PASS canvas.drawFocusIfNeeded(null, null); threw exception TypeError: Failed to execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
8 PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true
9 PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/draw-focus-if-needed-with-path2d.html ('k') | Source/core/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698