-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest.html
49 lines (45 loc) · 2.23 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<!--
qa-style-sheet https://github.com/j9t/qa-style-sheet
Copyright 2009 Google Inc.
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<title>QA Style Sheet Test</title>
<link rel="stylesheet" href="qa.css">
<link rel="stylesheet" href="qa.css?test">
<link rel="stylesheet" href="qa.css?ignored" id="x-qa">
<style>
/* Test */
html { background: inherit; }
</style>
<p>Some text with <font><code>font</code></font> and <s><code>s</code></s> and <strike><code>strike</code></strike> elements.
<p>Images without <code>@alt</code>, empty <code>@alt</code>, and <code>@alt</code> that is available:
<p><img src="https://www.google.com/images/logo_sm.gif"> <img src="https://www.google.com/images/logo_sm.gif" alt=""> <img src="https://www.google.com/images/logo_sm.gif" alt="Google">
<table>
<tr>
<th></th>
<td>
<table>
<tr>
<td>A nested table (flanked by empty <code>th</code> and <code>td</code> elements).
<td></td>
</tr>
</table>
</td>
</tr>
</table>
<p>Links that point to <a href="https://example.com/">regular</a> and special files like <a href="https://example.com/foo.gif">GIF images</a> or <a href="https://example.com/foo.jpg">JPG</a> or <a href="https://example.com/foo.png">PNG</a> or <a href="https://example.com/foo.pdf">PDF</a> files.
<p>Empty <code>span</code> elements (<span></span>), empty <code>div</code> elements:
<div></div>
<p>…but empty <code>div</code> or <code>span</code> elements using an <code>@id</code> are cool (due to likelihood of scripting purposes), like this friend (in parentheses): (<span id="test"></span>)
<p style="display: inherit;">A paragraph with <code>@style</code>.
<p><a href=https://github.com/j9t/qa-style-sheet>QA Style Sheet project site</a>