Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0

This commit is contained in:
Ms2ger 2016-09-09 09:40:35 +02:00
parent 1d40075f03
commit 079092dfea
2381 changed files with 90360 additions and 17722 deletions

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid href: port-999999</title>
<a href="http://f:999999/c"></a>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid href: port-999999</title>
<map name=foo><area href="http://f:999999/c" alt></map>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<audio src="http://f:999999/c"></audio>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>valid href: port-999999</title>
<title>invalid href: port-999999</title>
<base href="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: port-999999</title>
<blockquote cite="http://f:999999/c"></blockquote>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid formaction: port-999999</title>
<button formaction="http://f:999999/c"></button>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: port-999999</title>
<del cite="http://f:999999/c"></del>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<embed src="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid action: port-999999</title>
<form action="http://f:999999/c"></form>

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="http://f:999999/c">
<meta charset=utf-8>
<title>valid manifest: port-999999</title>
<title>invalid manifest: port-999999</title>
</html>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<iframe src="http://f:999999/c"></iframe>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<img src="http://f:999999/c" alt>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid formaction: port-999999</title>
<input type=image alt="foo" formaction="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<input type=image alt="foo" src="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid formaction: port-999999</title>
<input type=submit formaction="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid value attribute: port-999999</title>
<input type=url value="http://f:999999/c">

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: port-999999</title>
<ins cite="http://f:999999/c"></ins>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid href: port-999999</title>
<link href="http://f:999999/c" rel=help>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid data: port-999999</title>
<object data="http://f:999999/c"></object>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: port-999999</title>
<q cite="http://f:999999/c"></q>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<script src="http://f:999999/c"></script>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<video><source src="http://f:999999/c"></video>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<video><track src="http://f:999999/c"></video>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid poster: port-999999</title>
<video poster="http://f:999999/c"></video>

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: port-999999</title>
<video src="http://f:999999/c"></video>