fixtures/devtools/regression/index.html (28 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>React DevTools regression test</title> <link rel="stylesheet" href="styles.css" /> </head> <body> <iframe src="canary.html"></iframe> <iframe src="next.html"></iframe> <iframe src="16.7.html"></iframe> <iframe src="16.6.html"></iframe> <iframe src="16.5.html"></iframe> <iframe src="16.4.html"></iframe> <iframe src="16.3.html"></iframe> <iframe src="16.2.html"></iframe> <iframe src="16.1.html"></iframe> <iframe src="16.0.html"></iframe> <iframe src="15.6.html"></iframe> <iframe src="15.5.html"></iframe> <iframe src="15.4.html"></iframe> <iframe src="15.3.html"></iframe> <iframe src="15.2.html"></iframe> <iframe src="15.1.html"></iframe> <iframe src="15.0.html"></iframe> <iframe src="14.9.html"></iframe> </body> </html>