| Index: LayoutTests/fast/canvas/draw-custom-focus-ring-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/draw-custom-focus-ring-expected.txt b/LayoutTests/fast/canvas/draw-custom-focus-ring-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7249252ab708c9e15dd7e00d28f87c8bf0197581
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/canvas/draw-custom-focus-ring-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +PASS canvas.drawCustomFocusRing(button1) is false
|
| +PASS canvas.drawCustomFocusRing(button2) is false
|
| +PASS button1.focus(); canvas.drawCustomFocusRing(button1) is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|