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
/
editing
/
style
/
block-style-progress-crash.html
blob
30eed623e6078c5c7b2c08918b5ab6efa5f14ba8
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
9
function
runTest
() {
10
var
r
=
document
.
createRange
();
11
getSelection
().
addRange
(
r
);
12
document
.
execCommand
(
'justifyRight'
,
null
,
true
);
13
document
.
body
.
innerHTML
=
'PASS'
;
14
}
15
16
</script>
17
</head>
18
<body
onload
=
"runTest()"
contentEditable
>
19
<progress >>