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
/
nobr.html
blob
bb956f7e19f7d3659fedfe1d96ea18e6889720cf
1
<html>
2
<body>
3
4
<nobr>
5
<table
width
=
"50"
border
=
"1"
>
6
<tr>
7
<td>
This is a test case for
3190580
. Even though this table is enclosed in a nobr tag, this text should wrap anyway. The table is only
50
pixels wide.
</td>
8
</tr>
9
</table>
10
</nobr>
11
12
</body>
13
</html>