Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resource-timing/resource-timing-level1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
"use strict";

window.onload =
function () {
Expand Down
2 changes: 1 addition & 1 deletion resource-timing/resource-timing-level1.sub.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Resource-Timing Level 1</title>
Expand Down
2 changes: 1 addition & 1 deletion resource-timing/resources/iframe-setdomain.sub.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>domain: {{domains[]}}</title>
Expand Down
2 changes: 1 addition & 1 deletion resource-timing/resources/webperftestharness.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
author: W3C http://www.w3.org/
help: http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute
*/
Expand Down
2 changes: 1 addition & 1 deletion resource-timing/supported_resource_type.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test(() => {
test(() => {
if (typeof PerformanceObserver.supportedEntryTypes === "undefined")
assert_unreached("supportedEntryTypes is not supported.");
assert_true(PerformanceObserver.supportedEntryTypes.includes("resource"),
Expand Down