index.html (2306B)
1 <!doctype html><html><head><meta charset=utf-8> 2 <title>WPT conformance-checker tests</title></head> 3 <body> 4 <h1>WPT conformance-checker tests</h1> 5 6 <p>The files in this part of the tree are not browser tests; they're 7 documents intended for testing the behavior of conformance checkers 8 (e.g., validator.nu and the W3C Nu Markup Validator). 9 10 <div class=set> 11 <p>TK: We should have here some details about the contents of the 12 existing subdirectories in this tree... 13 </div> 14 15 <p>Curious committers should see the makefile. 16 17 <style> 18 html { 19 background: #DDE5D9 url(data:image/gif;base64,R0lGODlhBAAEAIAAANra2v///yH5BAAAAAAALAAAAAAEAAQAAAIFTGB4xlcAOw==) repeat 0 0; 20 font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica; 21 } 22 body { 23 border: solid 1px #CED4CA; 24 background-color: #FFF; 25 padding: 4px 25px 4px 25px; 26 margin: 20px 20% 20px 20px; 27 line-height: 1.75; 28 } 29 h1 { 30 font-size: 36px; 31 font-weight: normal; 32 color: #0B5B9D; 33 vertical-align: top; 34 margin-bottom: 0px; 35 } 36 h2 { 37 font-size: 28px; 38 font-weight: normal; 39 color: #0B5B9D; 40 vertical-align: top; 41 margin-bottom: 0px; 42 margin-top: 24px; 43 } 44 h3 { 45 font-size: 22px; 46 font-weight: normal; 47 color: #0B5B9D; 48 vertical-align: top; 49 margin-bottom: 0px; 50 margin-top: 32px; 51 } 52 h4 { 53 font-size: 20px; 54 font-weight: normal; 55 color: #0B5B9D; 56 vertical-align: top; 57 margin-bottom: 0px; 58 margin-top: 22px; 59 } 60 a { 61 text-decoration: none; 62 color: #0B5B9D; 63 padding: 2px; 64 } 65 66 a:hover { 67 text-decoration: none; 68 background-color: #0B5B9D; 69 color: white; 70 } 71 a:active { 72 text-decoration: none; 73 background-color: white; 74 color: black; 75 } 76 .set, .note { 77 background-color: ivory; 78 padding: 16px; 79 padding-top: 4px; 80 padding-bottom: 4px; 81 padding-right: 32px; 82 padding-left: 32px; 83 border: 1px solid #ccc; 84 margin-left: 2px; 85 margin-right: 2px; 86 border-radius: 6px; 87 } 88 code { 89 background-color: #F8F8F8; 90 border: 1px solid #ccc; 91 border-radius: 3px; 92 padding: 2px 6px; 93 } 94 pre { 95 background-color: #F8F8F8; 96 border: 1px solid #ccc; 97 border-radius: 3px; 98 padding: 10px; 99 margin-right: 15%; 100 margin-top: 6px; 101 line-height: 1.2 102 } 103 .java-class, .java-property, .option-value { 104 background-color: yellow; 105 padding: 2px 6px; 106 } 107 .arg { 108 color: green; 109 } 110 .links { 111 text-align: center; 112 } 113 </style>