mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'
This commit is contained in:
parent
35e95f55a1
commit
58e8ee674b
9438 changed files with 266112 additions and 106976 deletions
|
@ -12,11 +12,11 @@ body > div {
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
display: table-cell; /* Make a BFC */
|
||||
background: rgb(255,128,255); /* inverse of rgb(0,127,0) */
|
||||
background: rgb(255,127,255); /* inverse of green (rgb(0,128,0)) */
|
||||
}
|
||||
div > div {
|
||||
color: rgb(0,127,0);
|
||||
background: rgb(0,127,0);
|
||||
color: green;
|
||||
background: green;
|
||||
margin: 25px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue