rsnext/test
Steven b2a8a2f99e
Fix html validation for Image component (#18903)
This PR fixes two bugs causing HTML validators to complain.

- Error: Bad value data:image/svg+xml;charset=utf-8, for attribute src on element img: Illegal character in scheme data: < is not allowed.
  - Fixed by using base64 for svg during `layout=intrinsic` to avoid angle brackets
- Error: Element img is missing required attribute src.
  - Fixed by using base64 transparent gif for `loading=lazy` placeholder

Fixes #18850
2020-11-07 17:39:14 +00:00
..
.stats-app Update stats-config for new polyfills location (#15584) 2020-07-28 15:58:13 +00:00
acceptance Fix precompiled code (#18093) 2020-10-21 18:43:39 +00:00
eslint-plugin-next Eslint preload (#16199) 2020-08-20 19:34:12 +00:00
integration Fix html validation for Image component (#18903) 2020-11-07 17:39:14 +00:00
isolated Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
lib Fix relay-analytics test on Azure (#18875) 2020-11-05 23:19:02 -05:00
package-managers-tests/basic-pnpm Resolve to real path before checking for path inequality (#17279) 2020-10-14 13:36:59 +02:00
unit Fix router not working on some protocol (#16650) 2020-11-03 16:18:02 -05:00
.babelrc Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-setup.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-teardown.js Update CI/test set up (#9499) 2019-11-25 13:19:45 -05:00
jest-setup-after-env.js Only retry tests on CI (#12998) 2020-05-17 12:10:02 -04:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00
tsconfig.json Update tsconfig for tests 2020-01-21 15:29:39 -06:00