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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
table
/
empty-row-crash.html
blob
35cb4a3c2277fd235d436c8eb8cefc89ec40540e
1
<html>
2
<body>
3
<table
id
=
"obj"
>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
obj
.
createTFoot
();
8
obj
.
deleteTFoot
();
9
obj
.
focus
();
10
obj
.
insertRow
();
11
obj
.
insertRow
();
12
</script>
13
The testcase checks that inserting a row into an empty table doesn't result in a crash.
<br><br>
14
No crash means test PASSED.
15
</body>
16
</html>