chromium/content/test/data/origin_trials/force_enabled_main_frame.html

<!DOCTYPE html>
<html>
<head>
<title>Force enabled OT main frame</title>
</head>

<!-- The following iframe documents have no origin trial token. -->
<iframe src="/notrial.html" name="same-origin"></iframe>
<iframe src="https://other.test/notrial.html" name="cross-origin"></iframe>

</html>