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
/
after-doesnt-crash.html
blob
ce8cb9d6a2a5876dc1bbd646742615ed79dcdb13
1
<html>
2
<head>
3
<style>
4
:after {
5
content:
""
6
}
7
</style>
8
</head>
9
<body
onload
=
"document.linkColor=0;"
>
10
<ruby>
11
<rt></rt>
12
</ruby>
13
<ruby
style
=
"float: left"
>
14
<rt></rt>
15
</ruby>
16
<script>
17
if
(
window
.
testRunner
)
18
testRunner
.
dumpAsText
();
19
</script>
20
This test passes if it doesn't crash.
21
</body>
22
</html>