diff options
Diffstat (limited to '')
-rw-r--r-- | layout/style/test/unstyled.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/test/unstyled.css b/layout/style/test/unstyled.css new file mode 100644 index 0000000000..82767f9b2f --- /dev/null +++ b/layout/style/test/unstyled.css @@ -0,0 +1,2 @@ +/* we're testing computed style on elements without frames */ +root { display: none } |