X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fcanvas%2Fcanvas-path-context-stroke-expected.txt;h=1e1d9414318395eebda4d318118744d71040c41b;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=57c765b3a889a34f4602865ff6a0dfda15daf1f4;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt b/src/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt index 57c765b..1e1d941 100644 --- a/src/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt @@ -15,7 +15,7 @@ PASS pixelDataAtPoint()[0] is within 5 of 0 PASS pixelDataAtPoint()[1] is within 5 of 255 PASS pixelDataAtPoint()[2] is within 5 of 0 PASS pixelDataAtPoint()[3] is within 5 of 255 -PASS ctx.stroke(null) threw exception TypeMismatchError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': The 1st argument provided is either null, or an invalid Path object.. +PASS ctx.stroke(null) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': No function was found that matched the signature provided.. PASS ctx.stroke([]) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': No function was found that matched the signature provided.. PASS ctx.stroke({}) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': No function was found that matched the signature provided.. PASS successfullyParsed is true