Files
Anthony Tseng 9df0bef8ab Reland "[AI Chat] Support text file uploads with renderer-based extraction"" (#35613)
Revert "Revert "[AI Chat] Support text file uploads with renderer-based extra…"

This reverts commit c0e4f7effd.
2026-04-17 12:06:01 -07:00

10 lines
199 B
HTML

<!DOCTYPE html>
<html>
<head><title>Test</title></head>
<body>
<p>Hello from an HTML file.</p>
<img src="https://example.com/track.png">
<script>document.title = "executed";</script>
</body>
</html>