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
162540b178
puppeteer
/
test
/
assets
/
one-style.html
4 lines
88 B
HTML
Raw
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>
Add Request.abort() test This patch: - introduces StaticServer for the testing purposes - switches tests from navigating to file:// to http:// - adds a test to cover Request.abort() functionality References #1
2017-06-15 15:15:25 +00:00
<
link
rel
=
'stylesheet'
href
=
'./one-style.css'
>
<
div
>
hello, world!
<
/
div
>
Reference in New Issue
Copy Permalink