diff options
Diffstat (limited to 'tests/ref/css/displaynone.css')
-rw-r--r-- | tests/ref/css/displaynone.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/css/displaynone.css b/tests/ref/css/displaynone.css new file mode 100644 index 00000000000..525534e8ff4 --- /dev/null +++ b/tests/ref/css/displaynone.css @@ -0,0 +1,4 @@ +body { + display: none; +} + |