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