Update web-platform-tests to revision 5e3ea8f49fee68c327388bfd1dd1375a8ce12a0e.

This commit is contained in:
Ms2ger 2015-07-09 14:05:01 +02:00
parent 12195a5c4a
commit bfb96b9448
1166 changed files with 35123 additions and 900 deletions

View file

@ -7,8 +7,7 @@ Each template is given in two forms, one minimal and one including
by CSS tests and optional for other tests.
Templates for filenames are also given. In this case `{}` is used to
delimit text to be replaced `#` represents a digit and `ext` is a
filename extension.
delimit text to be replaced and `#` represents a digit.
## Reftests
@ -27,7 +26,7 @@ filename extension.
</body>
```
Filename: `{test-topic}-###.ext`
Filename: `{test-topic}-###.html`
### Reftest Including Metadata
@ -48,7 +47,7 @@ Filename: `{test-topic}-###.ext`
</body>
```
Filename: `{test-topic}-###.ext`
Filename: `{test-topic}-###.html`
### Minimal Reftest Reference:
@ -64,7 +63,7 @@ Filename: `{test-topic}-###.ext`
</body>
```
Filename: `{description}.ext` or `{test-topic}-###-ref.ext`
Filename: `{description}.html` or `{test-topic}-###-ref.html`
### Reference Including Metadata
@ -81,7 +80,7 @@ Filename: `{description}.ext` or `{test-topic}-###-ref.ext`
</body>
```
Filename: `{description}.ext` or `{test-topic}-###-ref.ext`
Filename: `{description}.html` or `{test-topic}-###-ref.html`
## testharness.js tests
@ -98,7 +97,7 @@ ${2:Test body}
</script>
```
Filename: `{test-topic}-###.ext`
Filename: `{test-topic}-###.html`
### Script Test With Metadata
@ -117,7 +116,7 @@ ${7:Test body}
</script>
```
Filename: `{test-topic}-###.ext`
Filename: `{test-topic}-###.html`
### Manual Test
@ -133,4 +132,4 @@ ${2:Test body}
</script>
```
Filename: `{test-topic}-###-manual.ext`
Filename: `{test-topic}-###-manual.html`