Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
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>