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
a78f98a723
puppeteer
/
test
/
assets
/
cached
/
one-style-font.html
4 lines
93 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>
fix(requestinterception): fix font loading issue (#7060) See https://github.com/puppeteer/puppeteer/pull/6996#issuecomment-811546501 and https://github.com/puppeteer/puppeteer/pull/6996#issuecomment-813797393 for context. Issue: #7038
2021-05-06 06:36:34 +00:00
<
link
rel
=
'stylesheet'
href
=
'./one-style-font.css'
>
<
div
>
hello, world!
<
/
div
>
Reference in New Issue
Copy Permalink