mirror of
https://github.com/servo/servo.git
synced 2025-08-20 04:45:33 +01:00
Update web-platform-tests to revision 10168e9a5d44efbc6e7d416d1d454eb9c9f1396c
This commit is contained in:
parent
c88dc51d03
commit
0e1caebaf4
791 changed files with 23381 additions and 5501 deletions
|
@ -18,7 +18,5 @@ p {
|
|||
<p>This should be green</p>
|
||||
<p>This should be green</p>
|
||||
<p>This should be green</p>
|
||||
<p>This should be green</p>
|
||||
<p>This should be green</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,11 +16,9 @@
|
|||
p#percentpercentnum { color: rgb(100%, 0%, 0) }
|
||||
p#percentnumpercent { color: rgb(100%, 0, 0%) }
|
||||
p#numpercentnum { color: rgb(255, 0%, 0); }
|
||||
p#floatnumnum { color: rgb(255.0, 0, 0) }
|
||||
p#numfloatnum { color: rgb(0, 128.0, 0) }
|
||||
p#numnumnum { color: rgb(0, 128, 0) }
|
||||
p#percentpercentpercent1 { color: rgb(0%, 50%, 0%) }
|
||||
p#percentpercentpercent2 { color: rgb(0%, 49.99%, 0%) }
|
||||
p#percentpercentpercent2 { color: rgb(0%, 50.01%, 0%) }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,8 +27,6 @@
|
|||
<p class="incorrect" id="percentpercentnum">This should be green</p>
|
||||
<p class="incorrect" id="percentnumpercent">This should be green</p>
|
||||
<p class="incorrect" id="numpercentnum">This should be green</p>
|
||||
<p class="incorrect" id="floatnumnum">This should be green</p>
|
||||
<p class="incorrect" id="numfloatnum">This should be green</p>
|
||||
|
||||
<p class="correct" id="numnumnum">This should be green</p>
|
||||
<p class="correct" id="percentpercentpercent1">This should be green</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue