You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CSS Test Data Schema
2
2
3
-
This document describes the data schema used in the CSS test files located in the `tests/` directory. Each test file exports a JavaScript object that defines tests for various CSS features, properties, values, and interfaces.
3
+
This document describes the data schema used in the CSS test files located in the `tests/` directory. Each test file exports a JavaScript object that defines tests for various CSS features, properties, values, and globals.
4
4
5
5
## Schema Summary
6
6
@@ -56,8 +56,8 @@ This document describes the data schema used in the CSS test files located in th
56
56
}
57
57
},
58
58
59
-
// Tests for JavaScript/DOM interfaces
60
-
interfaces?: {
59
+
// Tests for JavaScript/DOM globals
60
+
globals?: {
61
61
"InterfaceName": {
62
62
links: { /* documentation links */ },
63
63
tests: string[],
@@ -152,12 +152,12 @@ atrules: {
152
152
153
153
<a name="at-rules-tests"></a>
154
154
155
-
### 5. [Interfaces Tests](#interfaces-tests)
155
+
### 5. [Globals Tests](#globals-tests)
156
156
157
-
Tests for JavaScript/DOM interfaces related to CSS.
0 commit comments