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
/
dom
/
row-inner-text.html
blob
1c87ee095ba050b2fea724c3a88262c14cfa3bbe
1
<TABLE
ID
=
"tbl"
CELLSPACING
=
"1"
CELLPADDING
=
"1"
BORDER
=
"1"
>
2
<TR
id
=
"r"
>
3
<TH>
(
1
,
1
)
4
</TH>
5
<TH>
(
1
,
2
)
6
</TH>
7
<TH>
(
1
,
3
)
8
</TH>
9
<TH>
(
1
,
4
)
10
</TH>
11
<TH>
(
1
,
5
)
12
</TH>
13
</TR>
14
</TABLE>
15
<script>
16
var
text
=
document
.
getElementById
(
"r"
).
innerText
.
replace
(
/\t/g
,
"[tab]"
);
17
document
.
write
(
"<pre>xxx"
+
text
+
"xxx</pre>"
);
18
</script>