mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 687b6cba3385c4c2ca85f44fe072961e651621b5
This commit is contained in:
parent
cd579f6746
commit
1a4444a557
45 changed files with 594 additions and 259 deletions
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Test oversized-images policy with threshold 'inf'</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- The sample image has an intrinsic image size of 200x200px -->
|
||||
<img src="resources/sample-1.png" width="200" height="200">
|
||||
<img src="resources/sample-1.png" width="100" height="200">
|
||||
<img src="resources/sample-1.png" width="50" height="200">
|
||||
<br>
|
||||
<img src="resources/sample-1.png" width="200" height="100">
|
||||
<img src="resources/sample-1.png" width="100" height="100">
|
||||
<img src="resources/sample-1.png" width="50" height="100">
|
||||
<br>
|
||||
<img src="resources/sample-1.png" width="200" height="50">
|
||||
<img src="resources/sample-1.png" width="100" height="50">
|
||||
<img src="resources/sample-1.png" width="50" height="50">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue