Skip to content

Commit 1a37a72

Browse files
authored
Update supported-as-values.html: json should not be supported (#45426)
1 parent d281c71 commit 1a37a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

preload/supported-as-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<meta name="variant" content="?as=font&expected=1">
88
<meta name="variant" content="?as=script&expected=1">
99
<meta name="variant" content="?as=style&expected=1">
10-
<meta name="variant" content="?as=json&expected=1">
1110
<meta name="variant" content="?as=track&expected=1">
1211

1312
<meta name="variant" content="?as=garbagefoobar&expected=0">
@@ -16,6 +15,7 @@
1615
<meta name="variant" content="?as=object&expected=0">
1716
<meta name="variant" content="?as=iframe&expected=0">
1817
<meta name="variant" content="?as=worklet&expected=0">
18+
<meta name="variant" content="?as=json&expected=0">
1919

2020
<script src="/common/utils.js"></script>
2121
<script src="/resources/testharness.js"></script>

0 commit comments

Comments
 (0)