11cb0ef41Sopenharmony_ci<!DOCTYPE html> 21cb0ef41Sopenharmony_ci<meta charset="utf-8"> 31cb0ef41Sopenharmony_ci<title>A page that sets window.name</title> 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci<script> 61cb0ef41Sopenharmony_ci"use strict"; 71cb0ef41Sopenharmony_ci 81cb0ef41Sopenharmony_ciwindow.onload = () => { 91cb0ef41Sopenharmony_ci window.name = location.hash.slice(1); // Drop the first '#' character. 101cb0ef41Sopenharmony_ci window.name = "spices"; 111cb0ef41Sopenharmony_ci}; 121cb0ef41Sopenharmony_ci</script> 13