summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1245260-1.html
blob: 6f2dda995509646e0f6cea80a2d527633f241acd (plain)
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
50
51
52
53
<!DOCTYPE html>
<html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bug 1245260</title>
</head>
<body>
<style>
body {
  color: blue;
}

div {
  transition: text-emphasis-color 0.1s;
}

.hide {
  display: none;
}

a {
  color: red;
  transition: text-emphasis-color 0.1s;
}

span {
  transition: text-emphasis-color 0.1s;
}

@font-face {
  font-family: "icon-fonts";
  src: url(x);
}
</style>

<div>
<span><a>Shows</a></span>
<span><a>Video</a></span>
<span><a>Schedule</a></span>
<span><a>Topics</a></span>
<span><a>Games</a></span>
<span><a>Shop</a></span>
<span><a>This Day In History</a></span>
<span><a>Ask History</a></span>
<span><a>History Lists</a></span>
<span><a>Hungry History</a></span>
<span><a>Speeches &amp; Audio</a></span>
<span class="hide"><a>Sign In</a></span>
<span><a class="hide">Sign Out</a></span>
</div>
<script/>
</body>
</html>