1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / origin_trials / force_enabled_main_frame.html [blame]

<!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>