Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed Jun 20, 2016
1 parent cdb333e commit e99ce7f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions html/details-5.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>HTML5: Analysis of failed tests</title>
<link rel='stylesheet' href='bootstrap.min.css'>
<link rel='stylesheet' href='analysis.css'>
</head>
<body>
<div class='container'>
<header>
<h1>HTML5.1: Analysis of failed tests</h1>
</header>
<section>
<p>Nearby: <a href="less-than-2.html">less-than-2</a>, <a href="complete-fails.html">complete-fails</a>, <a href="all.html">all results</a>,
</section>
<section>
<h2>Introduction</h2>
<p>
NOTE: this analysis is written yet! (2016-06-20).
</p>
<p>
The
<a href='https://github.com/w3c/web-platform-tests/'>Web Platform Tests</a> and
<a href='http://testthewebforward.org/'>Test The Web Forward</a> projects have improved the quality
of test suites massively. Since we don't live in a perfect world, if one
looks for trouble hard enough one will find it.
</p>
<p>
<a href="https://github.com/w3c/web-platform-tests/tree/master/html">The HTML test suite</a>,
which is nearing ??? tests (and keeps growing).
</p>
<p>
In total, ??? tests fail to pass in two implementations, which amounts to ??% of the
total. The sections below provide context in which to appraise these failures.
</p>
</section>
</div>
</body>
</html>

0 comments on commit e99ce7f

Please sign in to comment.