mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 10adbd6b133f1ccf77a27ed51ffd3e7a00a499ee
This commit is contained in:
parent
ecef8994e0
commit
1d6ba62c8f
119 changed files with 4676 additions and 523 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
a {
|
||||
text-decoration: underline;
|
||||
background-color: rgb(0, 150, 0);
|
||||
}
|
||||
</style>
|
||||
<a style="color: rgb(150, 0, 0)">Unvisited</a>
|
||||
<a style="color: white">Visited</a>
|
Loading…
Add table
Add a link
Reference in a new issue