0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/injectedstyle.css
Sam Verschueren 97e40e6823 feat(Frame): Add addStyleTag API to frame - fixes ()
This patch adds `Page.addStyleTag` and `Frame.addStyleTag` methods to the API.

Fixes .
2017-10-04 13:42:26 -07:00

4 lines
34 B
CSS

body {
background-color: red;
}