Expired Page Testing

This is some placeholder copy added to WYSIWYG component (#63148) and nested on #63141. On #63141 is a RAW HTML container with the following code that will redirect the page to another location after 10 seconds (10000 milliseconds in the code below).

<script language="JavaScript" type="text/javascript">
setTimeout("self.location = 'https://store.lexisnexis.com'", 10000);</script>