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
/
tables
/
mozilla
/
bugs
/
bug10036.html
blob
2a9151e6d8f221a08a5612c91a1bcb8ccf724276
1
<BODY>
2
the lower left cell should be colored
3
<TABLE
BORDER=
1
>
4
5
<TR>
6
<TD
BGCOLOR
=
"#FFFF00"
>
a
</TD>
7
<TD
BGCOLOR
=
"#00FFFF"
>
b
</TD>
8
</TR>
9
10
<TR>
11
<TD
BGCOLOR
=
"#FF00FF"
><BR></TD>
12
<TD
BGCOLOR
=
"#088880"
>
c
</TD>
13
</TR>
14
15
</TABLE>
16
</BODY>