chromium/chrome/test/data/page_load_metrics/react1_page.html

<!DOCTYPE html>
<script>
  window.React = {
    Component: 'test'
  };
</script>

<body>
  <div>
    This is a test to see if a page with window.React.Component is detected as
    using the React JavaScript framework.
  </div>
</body>