puppeteer/test/assets/injectedstyle.css
Sam Verschueren 97e40e6823 feat(Frame): Add addStyleTag API to frame - fixes #892 (#947)
This patch adds `Page.addStyleTag` and `Frame.addStyleTag` methods to the API.

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

4 lines
34 B
CSS

body {
background-color: red;
}