-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |