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
/
css
/
counters
/
counter-ruby-text-cleared.html
blob
a4b1fbf1fe63f3bea37bf0cdf5959263830b1c58
1
<style>
* {counter-increment: x;}
</style>
2
<script>
3
window
.
onload
=
function
() {
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
document
.
body
.
innerHTML
=
"PASS: Clearing ruby text with counters does not crash."
;
7
}
8
</script>
9
<ruby>
10
<rt></rt>
11
<div></div>
12
</ruby>