playwright/tests/assets
João Neves 7e6e5f0706
feat: Support React forwards refs and memo (#23262)
This PR fixes the react selector behavior to support components that are
wrapped by the memo or forwardRef React builtin functions.

Previously these components couldn't be selected. This PR fixes that
behavior, enabling selecting those components.

Current behavior:
```
const Foo = memo(() => <div id="foo_component" />);
Foo.displayName = "Foo";
...
playwright.$("_react=Foo") -> undefined
```

Fixed behavior:
```
const Foo = memo(() => <div id="foo_component" />);
Foo.displayName = "Foo";
...
playwright.$("_react=Foo") -> <div id ="foo_component" />
```
2023-05-30 17:14:47 -07:00
..
axe-core chore: fix typos (#20473) 2023-01-30 09:53:28 +01:00
cached
csscoverage
digits test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
es6
frames
input fix: should be able to upload multiple large files (#23360) 2023-05-30 18:41:09 +02:00
jscoverage
load-event
modernizr feat(webkit): roll to r1667 (#14960) 2022-06-21 14:04:52 -07:00
popup
react
reading-list feat: Support React forwards refs and memo (#23262) 2023-05-30 17:14:47 -07:00
screenshots
selenium-grid test: update selenium server and try to reenable tests (#22391) 2023-04-13 14:15:09 -07:00
serviceworkers fix: Service Workers+Interception: missing page-level Network events (#15549) 2022-07-12 13:23:35 -07:00
shared-worker fix(chromium): detach from shared workers (#18976) 2022-11-22 15:20:42 -08:00
simple-extension test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
stress test(stress): add stress tests (#14240) 2022-05-18 09:50:58 -07:00
wasm
webfont feat(screenshot): introduce new "fonts" option for screenshots (#12661) 2022-03-10 16:54:36 -08:00
worker
wpt chore: fix typos (#20473) 2023-01-30 09:53:28 +01:00
background-color.html
beforeunload.html
button-overlay-oopif.html
callback.js
checkerboard.html
chromium-linux.zip
consolelog.html test: update "page.goBack should work for file urls" to match status quo (#16810) 2022-08-26 08:56:31 -07:00
counter.html feat(firefox): roll Firefox & Firefox Beta (#20670) 2023-02-06 14:08:32 -08:00
csp.html
css-transition.html feat: introduce disableAnimations option for screenshots (#11870) 2022-02-09 12:52:11 -08:00
deep-shadow.html
detect-touch.html
dom.html
download-blob.html
drag-n-drop.html test: unflake page-drag tests (#17783) 2022-10-03 12:26:36 -07:00
dummy_bad_browser_executable.js
dynamic-oopif.html
empty-standard-mode.html
empty.html
empty.pdf
error.html
example.mp3
file to upload.txt test: repro for spaces in filename for input (#17452) 2022-09-20 12:58:26 -07:00
file-to-upload-2.txt test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
file-to-upload.txt test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
formatted-number.html
geolocation.html
global-var.html
grid-iframe-in-shadow.html
grid.html
har-fulfill.har feat(har): introduce the slim mode (#15053) 2022-06-22 14:44:12 -07:00
har-redirect.har feat(har): introduce the slim mode (#15053) 2022-06-22 14:44:12 -07:00
har-sha1-main-response.txt feature(har): add testOptions.har (#14991) 2022-06-20 13:37:31 -07:00
har-sha1.har feat(har): introduce the slim mode (#15053) 2022-06-22 14:44:12 -07:00
har.html
highdpi.html
historyapi.html
injectedfile.js
injectedstyle.css
media-query-prefers-color-scheme.svg
mobile.html
modernizr.html
modernizr.js
movie.mp4 test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
movie.ogv test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
movie.webm test: webm video player (#20421) 2023-01-27 09:48:47 -08:00
mui.html
networkidle-frame.html
networkidle.html
networkidle.js
offscreenbuttons.html
one-style.css
one-style.html fix: address ff test failure with new event mode 2022-11-10 17:31:43 -08:00
overflow-large.html
overflow.html
player.html
playground.html
pptr.png
prefetch.html fix(body): fetch body explicitly for prefetched scripts (#14941) 2022-06-16 22:07:43 -07:00
prefetch.js fix(body): fetch body explicitly for prefetched scripts (#14941) 2022-06-16 22:07:43 -07:00
preload.html test: link preload interception (#16908) 2022-08-30 10:35:55 -07:00
react.html
redirectloop1.html
redirectloop2.html
resetcss.html
rotate-pseudo.html feat: introduce disableAnimations option for screenshots (#11870) 2022-02-09 12:52:11 -08:00
rotate-z-shadow-dom.html feat: introduce disableAnimations option for screenshots (#11870) 2022-02-09 12:52:11 -08:00
rotate-z.html feat: introduce disableAnimations option for screenshots (#11870) 2022-02-09 12:52:11 -08:00
sectionselectorengine.js
self-request.html
shadow-dom-link.html
shadow.html
simple.json
simplezip.json
tamperable.html
title.html
trace-1.31.zip chore: fix trace viewer backwards compat (#21935) 2023-03-23 12:49:53 -07:00
video.html
video_mp4.html
video_webm.html test: webm video player (#20421) 2023-01-27 09:48:47 -08:00
web-animation.html feat: introduce disableAnimations option for screenshots (#11870) 2022-02-09 12:52:11 -08:00
window-stop.html
wrappedlink.html