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-block-doesnt-crash.html-disabled
blob
b6ffd3b60a11b2f0d43d0ee30193585404cb25d4
1
<meta http-equiv="refresh" content="1;url=" />
2
<style>
3
ruby::after {
4
display: block;
5
content: url("http://yy");
6
}
7
</style>
8
<ruby>
9
<ruby>
10
<ruby>
11
<style>
12
ruby {
13
float: right;
14
}
15
</style>
16
</ruby>
17
</ruby>
18
</ruby>
19
<script>
20
if (window.testRunner)
21
testRunner.dumpAsText();
22
</script>
23
This test passes if it doesn't crash.