repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bumping manifests a=b2g-bump
[gecko.git]
/
layout
/
reftests
/
first-line
/
stress-5.html
blob
486d378fa3b35f8d427171dc8baf0fed02856766
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#b::first-letter { }
6
#c::first-line { }
7
</style>
8
</head>
9
<body>
10
This page should not crash Mozilla
11
<div
id
=
"c"
>
12
<table>
13
<div
id
=
"b"
style
=
"display:table-header-group;"
>
14
<q>
15
text
16
<div
style
=
"position:fixed;"
>
17
<q>
y
</q>
18
</div>
19
</q>
20
</div>
21
<span
style
=
"display: table;"
></span>
22
</div>
23
24
</body>
25
</html>