mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b
This commit is contained in:
parent
3d4416e1b0
commit
df8998356b
110 changed files with 1562 additions and 7048 deletions
|
@ -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.
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue