Sign in
webkit
/
WebKit
/
9f4898815212c3069305f0eb8e79728e1e77a82a
/
.
/
LayoutTests
/
editing
/
execCommand
/
resources
/
reset-default-values-helper-1.html
blob: 04a5647169e84576160e69f247d95cedec3c467f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
document
.
execCommand
(
"DefaultParagraphSeparator"
,
false
,
"p"
);
document
.
execCommand
(
"StyleWithCSS"
,
false
,
true
);
location
.
href
=
"reset-default-values-helper-2.html"
;
</script>