69 | | * `Slow` means that we expect the test to run slowly and will use a longer, port-specific timeout. A given line cannot have both `Slow` and `Timeout` |
70 | | * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in |
71 | | * If no expectations are specified we default to Skip for compatibility with the Skipped files |
| 69 | * `Slow` means that we expect the test to run slowly and will use a longer, port-specific timeout. A given line cannot have both `Slow` and `Timeout`. |
| 70 | * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in. |
| 71 | * If no expectation keyword is specified, then the Skip keyword is implied for compatibility with the (now obsolete) Skipped files. |