Update web-platform-tests to revision 20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b

This commit is contained in:
Ms2ger 2016-04-19 18:39:55 +02:00
parent 3d4416e1b0
commit df8998356b
110 changed files with 1562 additions and 7048 deletions

View file

@ -0,0 +1,4 @@
<!doctype html>
<meta charset=utf-8>
<title>Canvas fallback content</title>
<p>The word "FAIL" should not be visible below this line.

View file

@ -0,0 +1,22 @@
<!doctype html>
<meta charset=utf-8>
<title>Canvas fallback content</title>
<link rel=match href=canvas-fallback-ref.html>
<style>
#canvas2 {
display: inline;
}
#canvas3 {
display: block;
}
#canvas4 {
display: table;
}
</style>
<p>The word "FAIL" should not be visible below this line.
<p><canvas id=canvas1>FAIL</canvas>
<p><canvas id=canvas2>FAIL</canvas>
<p><canvas id=canvas3>FAIL</canvas>
<p><canvas id=canvas4>FAIL</canvas>