Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
forms
/
appearance-default-button.html
blob: 92c5319e9bf354cf6cd1307089c42db4f930f7f8 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<!-- webkit-test-runner [ UseSystemAppearance=true ] -->
<html>
<head>
<style>
button
{
appearance
:
default-button
;
}
</style>
</head>
<body>
<button>
Submit
</button>
</body>
</html>