This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
orkon/icacls
puppeteer
/
test
/
assets
/
csscoverage
/
simple.html
8 lines
99 B
HTML
Raw
Permalink
Normal View
History
Unescape
Escape
test: do not use quirks mode for test files (#11930)
2024-02-16 08:14:17 +00:00
<!DOCTYPE html>
feat: implement CSS Coverage (#1714) This patch adds two new methods to the `page.coverage` namespace: - `page.coverage.startCSSCoverage()` - to initiate css coverage - `page.coverage.stopCSSCoverage()` - to stop css coverage The coverage format is consistent with the JavaScript coverage.
2018-01-04 02:21:40 +00:00
<
style
>
div { color: green; }
a { color: blue; }
<
/
style
>
<
div
>
hello, world
<
/
div
>
Reference in New Issue
Copy Permalink