| Index: LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt b/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt
|
| index 2a5eb81d5db91065f903767b1064e92198d74aaa..1ba4296176407ab0c265b39831989c4e4e96e086 100644
|
| --- a/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt
|
| +++ b/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt
|
| @@ -1,3 +1,6 @@
|
| +PASS canvas.drawSystemFocusRing(null); did not throw exception.
|
| +PASS canvas.drawSystemFocusRing(); threw exception TypeError: Failed to execute 'drawSystemFocusRing' on 'CanvasRenderingContext2D': 1 argument required, but only 0 present..
|
| +PASS canvas.drawSystemFocusRing(null); did not throw exception.
|
| PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true
|
| PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true
|
| PASS successfullyParsed is true
|
|
|