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
/
execCommand
/
resources
/
reset-default-values-helper-1.html
blob
04a5647169e84576160e69f247d95cedec3c467f
1
<!DOCTYPE
html
>
2
<script>
3
document
.
execCommand
(
"DefaultParagraphSeparator"
,
false
,
"p"
);
4
document
.
execCommand
(
"StyleWithCSS"
,
false
,
true
);
5
location
.
href
=
"reset-default-values-helper-2.html"
;
6
</script>