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
/
inline-block
/
relative-positioned-rtl-crash.html
blob
388092c66b594440fec58c9ab308e50f705708eb
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<body
style
=
"direction: rtl;"
>
6
<div
style
=
"display: inline-block; width: 100px; position: relative; height: 10px;"
>
7
<img
style
=
"position: absolute;"
/>
8
</div>
9
</body>