root/LayoutTests/http/tests/security/cookies/cookies-wrong-domain-rejected.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header('Set-Cookie: one_cookie=shouldBeRejeced; domain=WrongDomain');
    header('Location: cookies-wrong-domain-rejected-result.php');
?>

/* [<][>][^][v][top][bottom][index][help] */