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
/
editing
/
execCommand
/
5432254-2-expected.txt
blob
eae512125e6fa61dc3a5c5f93101adf0d3d7cf28
1
This tests for a deletion bug. The paragraph inside the table should be in a list, and the test shouldn't hang.
2
3
foo
4
5
<div><table id="table" border="1"><tbody><tr><td id="td"><ul><li>foo</li></ul></td></tr></tbody></table></div> <br id="br">
6
7
PASS