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

<!DOCTYPE html>
<script>
  window.__VUEPRESS__ = {
    data: 'test'
  };
</script>
<body>
  <div>
    This is a test to see if a page with  window.__VUEPRESS__ is detected as
    using the VuePress JavaScript framework.
  </div>
</body>