mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
add comment & add ref test
This commit is contained in:
parent
c2ced790ba
commit
b0d4093a86
6 changed files with 45 additions and 0 deletions
22
src/test/ref/inline_border_a.html
Normal file
22
src/test/ref/inline_border_a.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: blue;
|
||||
border: none;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span style="border: 10px black solid"><img width="100" style="border:10px red solid" src="inline_border.jpeg"></span>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue