mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
1
tests/html/bad-line-ends.html
Normal file
1
tests/html/bad-line-ends.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html>
<head>
<style>
p {
color: white;
}
p.blue {
background-color: blue;
}
p.red {
background-color: red;
}
</style>
</head>
<body>
<p class="blue">
I am a paragraph. My background color is blue.
</p>
<p class="red">
I am a paragraph. My background color is red.
</p>
</body>
</html>
|
Loading…
Add table
Add a link
Reference in a new issue