mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
8 lines
575 B
HTML
8 lines
575 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Backgrounds and Borders Test: border-width small values</title>
|
|
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
|
|
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-width">
|
|
<link rel="mismatch" href="reference/border-width-small-values-001-ref.html">
|
|
<meta name="assert" content="Tese tests check that small values for border-width (greater than 0px and lower than 1px) are visible.">
|
|
<div style="border: 0.5px solid black;">The test passes if this text has a border</div>
|