summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/default-style/style.css
blob: 3f2f29df7493f7c2dcd851886543da70471d42c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
:not(output).invalid-ref {
  box-shadow: 0 0 1.5px 1px red;
}

:not(output):-moz-focusring.invalid-ref {
  box-shadow: 0 0 2px 2px rgba(255,0,0,0.4);
}

output.invalid-ref {
  color: red;
}

.barred-ref {
}