repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
counters
/
reparent-table-children-with-counters-crash.html
blob
13d8a535a6c61ebf8045382d1a32dd14376c96ef
1
<html>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
</script>
6
<table>
7
<tbody>
8
<td
style
=
"counter-increment: list-item"
></td>
9
</tbody>
10
<ol><ol>
11
</ol></ol>
12
<td>
PASS: Reparenting nodes outside of table body does not trigger crash.
</td>
13
<li></li>
14
</table>
15
<table>
16
<td
style
=
"counter-increment: list-item"
></td>
17
</table>
18
</html>