Sign in
webkit
/
WebKit
/
f37cfd796977af45f4fb57732dd1434fd0fb8e61
/
.
/
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>