mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
13
tests/html/test.css
Normal file
13
tests/html/test.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
p {font-size : 12pt}
|
||||
p img {color : rgb(0,255,0); display : block }
|
||||
p.blue > p.green + p.red { background-color : blue ;color : green }
|
||||
img[class] .pastoral *[lang|=en] { display:inline}
|
||||
.book > #novel + *[type=novella] p { color : blue; color : white }
|
||||
* {background-color : red}
|
||||
* * {background-color : lime}
|
||||
* * * {background-color : yellow}
|
||||
* * * * {background-color : white}
|
||||
* * * * * {background-color : rgb(200,0,200)}
|
||||
div div {background-color : green}
|
||||
* * div {background-color : blue}
|
||||
div div div {background-color : rgb(100,100,100)}
|
Loading…
Add table
Add a link
Reference in a new issue