Fix another reftest
Make sure the notebook in the separator-size reftest does not peek through, by giving it a transparent background.
This commit is contained in:
parent
bbfc547b89
commit
27b4bfc1cf
@ -380,6 +380,7 @@ testdata = \
|
||||
revealer-wrappable-contents.ui \
|
||||
rotated-layout.ref.ui \
|
||||
rotated-layout.ui \
|
||||
separator-size.css \
|
||||
separator-size.ref.ui \
|
||||
separator-size.ui \
|
||||
set-default-direction.ui \
|
||||
|
3
testsuite/reftests/separator-size.css
Normal file
3
testsuite/reftests/separator-size.css
Normal file
@ -0,0 +1,3 @@
|
||||
notebook stack {
|
||||
background: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user