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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
ruby
/
ruby-illegal-2.html
blob
1fcb337b1fea9f2d15967e08086b7556407c296b
1
<html>
2
<head>
3
<script>
4
function
test
()
5
{
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
document
.
getElementById
(
"result"
).
firstChild
.
data
=
'SUCCESS!'
;
9
}
10
</script>
11
</head>
12
<body
onload
=
"test()"
>
13
<div
id
=
"result"
>
FAILED!
</div>
14
<!-- The following malformed (!) line mustn't crash the renderer -->
15
<ruby><table>
\x0e
16
</body>
17
</html>