Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/borders/ridge-default.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Test: ridge border with default color should actually show a ridge border</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="mismatch" href="groove-ridge-default-notref.html">
<style>
div {
width: 100px;
height: 100px;
border: 10px ridge;
}
</style>
<div></div>