mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 9a4d479ed1347eb9184abc70d628a6da2297657a
This commit is contained in:
parent
b6cc0f60a9
commit
effeb278b6
120 changed files with 3731 additions and 298 deletions
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Navigation Timing secureconnectionstart reuse</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
const t = async_test("Test that secureConnectionStart value is as expected when reused");
|
||||
window.addEventListener("message", t.step_func_done(e => {
|
||||
assert_equals(e.data, "PASS");
|
||||
}));
|
||||
</script>
|
||||
<iframe src="resources/secure-connection-interim.html">
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue