chromium/third_party/blink/web_tests/http/tests/fenced_frame/ad-highlight-fenced-frame.https-expected.html

<!DOCTYPE html>
<body>
  <!-- #ff000080 is from `LocalFrame::UpdateAdHighlight` -->
  <iframe
      style="width: 100px; height: 200px;"
      srcdoc="<head><style> body { background-color: #ff000080; } </style></head><body></body>">
  </iframe>
</body>