mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: further unify Puppeteer-Firefox tests with Puppeteer (#3931)
This patch: * unifies assets between tests * enables a few puppeteer tests on Puppeteer-Firefox Drive-by: beautify failing output of `expect.toEqual` matcher. References #3889
This commit is contained in:
@@ -9,5 +9,5 @@ body iframe {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
</style>
|
||||
<iframe src='./frame.html'></iframe>
|
||||
<iframe src='./frame.html'></iframe>
|
||||
<iframe src='./frame.html' name='uno'></iframe>
|
||||
<iframe src='./frame.html' name='dos'></iframe>
|
||||
|
||||
Reference in New Issue
Block a user