diff options
Diffstat (limited to 'layout/reftests/css-import/inner-sheet.css')
-rw-r--r-- | layout/reftests/css-import/inner-sheet.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/css-import/inner-sheet.css b/layout/reftests/css-import/inner-sheet.css new file mode 100644 index 000000000..f84d0bc21 --- /dev/null +++ b/layout/reftests/css-import/inner-sheet.css @@ -0,0 +1,2 @@ +p { background-color: green; color: white } +.inner { color: yellow; }
\ No newline at end of file |