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
/
whitespace-in-table-cells-when-div-appended-expected.html
blob
a3ffc2086b9b297fc6b71eba599fe5c99ec57d20
1
<!DOCTYPE
html
>
2
<p>
crbug.com/
511401
: Ensure correct treatment of whitespace when div added to a row.
</p>
3
<table
style
=
"width:700px;"
id
=
"table"
>
4
<tr>
5
<th>
Text
</th>
6
<th>
Text
</th>
7
<th>
Text
</th>
8
</tr>
9
<tr>
10
<td>
Div
</td>
11
<td>
Text
</td>
12
<td>
Text
</td>
13
</tr>
14
</table>