<!
doctype html >
<
html lang=en>
<
meta charset=utf-
8 >
<
title >CSS-UI test: outline & layout</
title >
<
link rel=
"author" title =
"Florian Rivoal" href=
"http://florian.rivoal.net " >
<
meta name=flags content=
"" >
<
meta name=assert content=
"Outline does not influence size or position, and has no impact on layout." >
<
link rel=help href=
"https://drafts.csswg.org/css-ui-3/#outline-props " >
<
link rel=
"match" href=
"../reference/ref-filled-green-100px-square.xht" >
<
style >
div {
background: red;
width:
100 px;
height:
100 px;
}
span :nth-of-type(
1 ) {
float: left;
width:
30 px;
height:
30 px;
outline: solid
10 px green;
background: green;
position: relative;
top:
10 px;
left:
10 px;
}
span :nth-of-type(
2 ) {
float: left;
width:
0 ;
height:
0 ;
outline: solid
25 px green;
background: red;
position: relative;
top:
25 px;
left:
45 px;
}
span :nth-of-type(
3 ) {
float: left;
clear: left;
width:
100 px;
height:
50 px;
background: green;
position: relative;
top:
20 px;
}
</
style >
<p>Test passes if there is a filled green square and <
strong >no red</
strong >.</p>
<
div ><
span ></
span ><
span ></
span ><
span ></
span ></
div >
Messung V0.5 in Prozent C=100 H=100 G=100
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-06-04)
¤
*© Formatika GbR, Deutschland