This repository was archived by the owner on Mar 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ The files in this directory are non-infrastructure support files that can be used by tests.
2
+
3
+ * ` blank.html ` - An empty HTML document.
4
+ * ` css-red.txt ` - A text/plain "CSS" document.
5
+ * ` domain-setter.sub.html ` - An HTML document that sets ` document.domain ` .
6
+ * ` dummy.xhtml ` - An XHTML document.
7
+ * ` dummy.xml ` - An XML document.
8
+ * ` entities.json ` - All named character references in HTML.
9
+ * ` text-plain.txt ` - A text/plain document.
10
+ * ` *.js ` - Utility scripts. These are documented in the source.
11
+ * ` *.py ` - wptserve [ Python Handlers] ( https://web-platform-tests.org/writing-tests/python-handlers/ ) . These are documented in the source.
12
+ * ` security-features ` - Documented in ` security-features/README.md ` .
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ except that:
33
33
always ` top ` , which represents the top-level generated test HTML.
34
34
(This entry is omitted in the JSON passed to JavaScript, but
35
35
the policy deliveries specified here are written as e.g.
36
- <meta > elements in the generated test HTML or HTTP headers)
36
+ ` <meta> ` elements in the generated test HTML or HTTP headers)
37
37
- Instead of ` PolicyDelivery ` object (in ` sourceContextList ` or
38
38
` subresourcePolicyDeliveries ` ), following placeholder strings can be used.
39
39
You can’t perform that action at this time.
0 commit comments