Re: [infra-tests][webvtt-tests] WebVTT file parsing tests (#5032)

Firefox result for /webvtt/parsing/file-parsing/tests/settings-line.html


|     Subtest      | Results |                                     Messages                                    |
|------------------|---------|---------------------------------------------------------------------------------|
|                  | OK      |                                                                                 |
| `settings, line` | FAIL    | `assert_equals: Failed with cue 28 expected (string) "auto" but got (number) 5` |

That cue is

```
00:00:00.000 --> 00:00:01.000 line:5.
invalid
```

(Tracking down the failing cue by index is slightly annoying. Maybe the cue text could be `invalid setting: line:5.` and include that in the message?)

Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1343794

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5032#issuecomment-283592515

Received on Thursday, 2 March 2017 08:46:44 UTC