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
/
text
/
international
/
bidi-neutral-in-mixed-direction-run-crash.html
blob
bace7a59994279a0f2a35962de046d99c8f27396
1
<html>
2
<style>
3
body { direction: rtl; padding-left:
100
%; }
4
</style>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
9
function
runTest
() {
10
document
.
body
.
innerHTML
=
"PASS, if no crash or exceptions thrown"
;
11
}
12
13
window
.
onload
=
runTest
;
14
</script>
15
0
<span>
16
<image>
17
A
0
<div></div>
18
</span>
19
</html>
20