https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d21dccb1b697a3ac79f2dc937a3463746d8cbf8b authored by Amos Lim on 08 November 2018, 07:44:53 UTC
Let css keyframes name accept string
Tip revision: d21dccb
domain-setter.sub.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>A page that will likely be same-origin-domain but not same-origin</title>

<script>
"use strict";
document.domain = "{{host}}";
</script>
back to top