diff options
Diffstat (limited to 'remote/test/puppeteer/test/assets/injectedstyle.css')
-rw-r--r-- | remote/test/puppeteer/test/assets/injectedstyle.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/injectedstyle.css b/remote/test/puppeteer/test/assets/injectedstyle.css new file mode 100644 index 0000000000..aa1634c255 --- /dev/null +++ b/remote/test/puppeteer/test/assets/injectedstyle.css @@ -0,0 +1,3 @@ +body { + background-color: red; +} |