Bug 1942784 - Add <input type=file multiple> test as geckoview-junit. r=geckoview...
[gecko.git] / layout / reftests / css-display / display-contents-visibility-hidden-ref.html
blob0c8e1b786ecef77ada661553aed88d723c9ce05d
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html lang="en-US">
7 <head>
8 <meta charset="UTF-8">
9 <title>CSS Test: CSS display:contents; visibility:hidden</title>
10 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=907396">
11 </head>
12 <body>
13 <div id="x" style="color:green">
14 Line 1
15 </div>
17 </body>
18 </html>