mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add an image ref test. Ignored
This commit is contained in:
parent
ec71456bcf
commit
f24f9340f8
4 changed files with 13 additions and 10 deletions
BIN
src/test/ref/boxes.png
Normal file
BIN
src/test/ref/boxes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
1
src/test/ref/simple-reset.css
Normal file
1
src/test/ref/simple-reset.css
Normal file
|
@ -0,0 +1 @@
|
|||
body { margin: 0px }
|
12
src/test/ref/test-image.html
Normal file
12
src/test/ref/test-image.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- ignore -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>test</title>
|
||||
<link rel="stylesheet" href="simple-reset.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="boxes.png" width="500" height="378"/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>test</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="test.jpeg" width="500" height="378"/>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue