chromium/third_party/blink/web_tests/http/tests/fenced_frame/resources/fenced_frame.php

<?php
header('Content-Type: text/html');
header('Supports-Loading-Mode: fenced-frame');
?>
<body style="margin: 0px">
  <div style="background: red; width: 20px; height: 20px"></div>
  <script>
    if (window.testRunner)
      testRunner.notifyDone();
  </script>
</body>