Chromium Code Reviews| Index: LayoutTests/webaudio/audionode-expected.txt |
| diff --git a/LayoutTests/webaudio/audionode-expected.txt b/LayoutTests/webaudio/audionode-expected.txt |
| index 8358c73ab6fc06e0df0e537dcfd30eb31ff3666d..120bc3ccab5a116c7192e2cca81cbb598c87ed54 100644 |
| --- a/LayoutTests/webaudio/audionode-expected.txt |
| +++ b/LayoutTests/webaudio/audionode-expected.txt |
| @@ -16,6 +16,7 @@ PASS connect() exception thrown for illegal input index. |
| PASS audioNode.connect(context.destination) succeeded. |
| PASS exception thrown when connecting to other context's node. |
| PASS exception thrown when creating audio context with not enough arguments. |
| +PASS Audio Node is an EventTarget |
|
Chris Rogers
2013/04/16 21:03:03
nit: I'd spell as AudioNode like the other tests
|
| PASS successfullyParsed is true |
| TEST COMPLETE |