https://github.com/web-platform-tests/wpt
Revision 259d0612af038d14f2cd889a14a3adb6c9e96d96 authored by Josh Matthews on 23 December 2018, 05:25:51 UTC, committed by Josh Matthews on 26 December 2018, 14:25:28 UTC
1 parent cd31531
Raw File
Tip revision: 259d0612af038d14f2cd889a14a3adb6c9e96d96 authored by Josh Matthews on 23 December 2018, 05:25:51 UTC
Claim to support testdriver in servodriver
Tip revision: 259d061
index.html
<!doctype html><html><head><meta charset=utf-8>
<title>WPT conformance-checker tests</title></head>
<body>
  <h1>WPT conformance-checker tests</h1>

<p>The files in this part of the tree are not browser tests; they're
   documents intended for testing the behavior of conformance checkers
  (e.g., validator.nu and the W3C Nu Markup Validator).

  <div class=set>
  <p>TK: We should have here some details about the contents of the
     existing subdirectories in this tree...
  </div>

<p>Curious committers should see the makefile.

<style>
html {
  background: #DDE5D9 url(data:image/gif;base64,R0lGODlhBAAEAIAAANra2v///yH5BAAAAAAALAAAAAAEAAQAAAIFTGB4xlcAOw==) repeat 0 0;
  font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
}
body {
  border: solid 1px #CED4CA;
  background-color: #FFF;
  padding: 4px 25px 4px 25px;
  margin: 20px 20% 20px 20px;
  line-height: 1.75;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 24px;
}
h3 {
  font-size: 22px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 32px;
}
h4 {
  font-size: 20px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 22px;
}
a {
  text-decoration: none;
  color: #0B5B9D;
  padding: 2px;
}

a:hover {
  text-decoration: none;
  background-color: #0B5B9D;
  color: white;
}
a:active {
  text-decoration: none;
  background-color: white;
  color: black;
}
.set, .note {
  background-color: ivory;
  padding: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 32px;
  padding-left: 32px;
  border: 1px solid #ccc;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 6px;
}
code {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 6px;
}
pre {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-right: 15%;
  margin-top: 6px;
  line-height: 1.2
}
.java-class, .java-property, .option-value {
  background-color: yellow;
  padding: 2px 6px;
}
.arg {
  color: green;
}
.links {
  text-align: center;
}
</style>
back to top