mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update stb-image to get JPEG progressive support.
This commit is contained in:
parent
afe3d7e747
commit
2e08f42ae4
10 changed files with 44 additions and 6 deletions
15
tests/ref/jpeg_ref.html
Normal file
15
tests/ref/jpeg_ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div {
|
||||
background-color: rgb(75, 255, 0);
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue