Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
reftests
/
border-half-pixel.css
blob: 6ddf65565672bdbf39a84ac5a74570d74476a68b [
file
] [
log
] [
blame
] [
edit
]
@import
"reset-to-defaults.css"
;
button
{
border-top
:
0.5px
solid red
;
border-bottom
:
0.5px
solid blue
;
}
#
reference
{
border-top
:
1px
solid rgba
(
255
,
0
,
0
,
0.5
);
border-bottom
:
1px
solid rgba
(
0
,
0
,
255
,
0.5
);
}