Files
react/fixtures/dom
Jason QuenseandBrandon Dail 2757a53fa5 Add fixture components (#8860)
* add fixture components

* add a few more options and styles

* Test fixture updates

- Pull in React from window global
- Add field to TestCase for fix PR links
- Update some styles

* Remove unused Fixture.Result comment

* Remove leading # from resolvedBy link

* Implement tag loading utility that caches response

Don't bust the cache doing feature detection

COME ON

* Use 'local' without version for option
2017-03-02 13:38:27 -06:00
..
2017-03-02 13:38:27 -06:00
2017-03-02 13:38:27 -06:00
2017-01-06 17:14:50 -05:00
2017-03-02 13:38:27 -06:00

DOM Fixtures

A set of DOM test cases for quickly identifying browser issues.

Setup

To reference a local build of React, first run npm run build at the root of the React project. Then:

cd fixtures/dom
npm install
npm start

The start command runs a script that copies over the local build of react into the public directory.