Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534

Fixes #15648.
This commit is contained in:
Ms2ger 2017-02-20 11:44:42 +01:00
parent a1e4c547f0
commit 4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions

View 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>