mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 074719e3660000659cd074b8a59de69bd9b90cd7
This commit is contained in:
parent
7e4d0534c3
commit
d2429e5077
4053 changed files with 160516 additions and 486 deletions
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<title>DOMParser test of how the document's URL is set (base, pushstate)</title>
|
||||
<base href="/fake/base-from-outer-frame">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
||||
<iframe src="/domparsing/resources/domparser-iframe-base-pushstate.html" onload="window.resolveLoadPromise();"></iframe>
|
||||
|
||||
<script>
|
||||
"use strict";
|
||||
history.pushState(null, "", "/fake/push-state-from-outer-frame");
|
||||
</script>
|
||||
<script src="/domparsing/resources/domparser-url-tests.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue