mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
19 lines
361 B
HTML
19 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
jasmine = parent.jasmine;
|
|
jasmine.exposeFrom(window);
|
|
|
|
console = parent.console;
|
|
callPhantom = parent.callPhantom;
|
|
</script>
|
|
<script src="react-test.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
require(window.frameElement.getAttribute("test"));
|
|
</script>
|
|
</body>
|
|
</html>
|