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