Skip to content

Commit f5ac295

Browse files
Daniel Ruberyfoolip
authored andcommitted
Remove <titles> from DBSC WPTs
The <title> tag doesn't communicate much since we already have a description in each promise_test, so clean them all up. Change-Id: Id773859793270e6c9f534c4c5c0e4a9cc8e6c0a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6780033 Reviewed-by: thefrog <[email protected]> Commit-Queue: Daniel Rubery <[email protected]> Cr-Commit-Position: refs/heads/main@{#1491070}
1 parent ec9b522 commit f5ac295

20 files changed

+0
-20
lines changed

device-bound-session-credentials/allowed-refresh-initiators.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC session with varied initiators</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="/common/get-host-info.sub.js"></script>

device-bound-session-credentials/clear-site-data.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC session ended with Clear-Site-Data</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/create-session.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC create a basic session</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/credentials-matching.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC credentials matching</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/debug-header.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC session sends debug header</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="/common/get-host-info.sub.js"></script>

device-bound-session-credentials/fetch-no-credentials.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC does not refresh cross-site fetch without credentials</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="/common/get-host-info.sub.js"></script>

device-bound-session-credentials/include-site.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC session over multiple origins</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/multiple-credentials.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC session with multiple credentials</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/multiple-registrations.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>DBSC multiple registrations</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

device-bound-session-credentials/not-secure-connection.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>No DBSC if connection is HTTP</title>
43
<script src="/resources/testharness.js"></script>
54
<script src="/resources/testharnessreport.js"></script>
65
<script src="helper.js" type="module"></script>

0 commit comments

Comments
 (0)