mirror of
https://github.com/servo/servo.git
synced 2025-08-18 20:05:34 +01:00
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
Fixes #15648.
This commit is contained in:
parent
a1e4c547f0
commit
4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions
65
tests/wpt/web-platform-tests/docs/index.html
Normal file
65
tests/wpt/web-platform-tests/docs/index.html
Normal file
|
@ -0,0 +1,65 @@
|
|||
---
|
||||
layout: page
|
||||
---
|
||||
|
||||
<nav class="home">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link introduction.md %}">
|
||||
<div>
|
||||
{% include svg/octicons/tools.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Introduction
|
||||
</h2>
|
||||
</a>
|
||||
<p>You should probably start here! Contains a high-level
|
||||
overview of the testsuite and how to get set up locally.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _writing-tests/index.md %}">
|
||||
<div>
|
||||
{% include svg/octicons/pencil.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Writing Tests
|
||||
</h2>
|
||||
</a>
|
||||
<p>Guidelines and advice for those writing tests.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _running-tests/index.md %}">
|
||||
<div>
|
||||
{% include svg/triangle-right.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Running Tests
|
||||
</h2>
|
||||
</a>
|
||||
<p>How to run tests, either those you just wrote or those that
|
||||
already exist.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _reviewing-tests/index.md %}">
|
||||
<div>
|
||||
{% include svg/octicons/git-pull-request.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Reviewing Tests
|
||||
</h2>
|
||||
</a>
|
||||
<p>Some hints and tips for those reviewing tests.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _appendix/index.md %}">
|
||||
<div>
|
||||
{% include svg/octicons/package.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Appendices
|
||||
</h2>
|
||||
</a>
|
||||
<p>A load of other useful resources.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue