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