tenfourfox/testing/web-platform/tests/webdriver/navigation/res/refreshPageDynamic.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
253 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<body id="body">
This is a dynamic page. It will always have different content if refreshed.
<div id="dynamic"></div>
</body>
</html>
<script>
document.getElementById('dynamic').innerHTML = Math.random();
</script>