|
Lines 1-3
a/LayoutTests/imported/w3c/ChangeLog_sec1
|
|
|
1 |
2021-08-16 Johnson Zhou <qiaosong_zhou@apple.com> |
| 2 |
|
| 3 |
Imported CSS Typed OM from w3c |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=229177 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
* web-platform-tests/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable-expected.txt: Added. |
| 9 |
* web-platform-tests/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html: Added. |
| 10 |
* web-platform-tests/css/css-typed-om/META.yml: Added. |
| 11 |
* web-platform-tests/css/css-typed-om/declared-styleMap-accepts-inherit-expected.txt: Added. |
| 12 |
* web-platform-tests/css/css-typed-om/declared-styleMap-accepts-inherit.html: Added. |
| 13 |
* web-platform-tests/css/css-typed-om/factory-absolute-length-expected.txt: Added. |
| 14 |
* web-platform-tests/css/css-typed-om/factory-absolute-length.html: Added. |
| 15 |
* web-platform-tests/css/css-typed-om/factory-duration-expected.txt: Added. |
| 16 |
* web-platform-tests/css/css-typed-om/factory-duration.html: Added. |
| 17 |
* web-platform-tests/css/css-typed-om/factory-frequency-expected.txt: Added. |
| 18 |
* web-platform-tests/css/css-typed-om/factory-frequency.html: Added. |
| 19 |
* web-platform-tests/css/css-typed-om/idlharness-expected.txt: Added. |
| 20 |
* web-platform-tests/css/css-typed-om/idlharness.html: Added. |
| 21 |
* web-platform-tests/css/css-typed-om/resources/testhelper.js: Added. |
| 22 |
(epsilonForUnitType): |
| 23 |
(assert_color_channel_approx_equals): |
| 24 |
(assert_style_value_equals): |
| 25 |
(assert_style_value_array_equals): |
| 26 |
(createDivWithStyle): |
| 27 |
(createInlineStyleMap): |
| 28 |
(createElementWithInlineStyleMap): |
| 29 |
(createComputedStyleMap): |
| 30 |
(createElementWithComputedStyleMap): |
| 31 |
(createDeclaredStyleMap): |
| 32 |
(createRuleWithDeclaredStyleMap): |
| 33 |
(loadImageResource): |
| 34 |
(assert_matrix_approx_equals): |
| 35 |
* web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt: Added. |
| 36 |
* web-platform-tests/css/css-typed-om/rotate-by-added-angle-ref.html: Added. |
| 37 |
* web-platform-tests/css/css-typed-om/rotate-by-added-angle.html: Added. |
| 38 |
* web-platform-tests/css/css-typed-om/set-var-reference-thcrash-expected.txt: Added. |
| 39 |
* web-platform-tests/css/css-typed-om/set-var-reference-thcrash.html: Added. |
| 40 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-ident.tentative-expected.txt: Added. |
| 41 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-ident.tentative.html: Added. |
| 42 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-image-expected.txt: Added. |
| 43 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-image.html: Added. |
| 44 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-numeric.tentative-expected.txt: Added. |
| 45 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-numeric.tentative.html: Added. |
| 46 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-tokens.tentative-expected.txt: Added. |
| 47 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/normalize-tokens.tentative.html: Added. |
| 48 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/positionvalue-normalization.tentative-expected.txt: Added. |
| 49 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/positionvalue-normalization.tentative.html: Added. |
| 50 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/transformvalue-normalization.tentative-expected.txt: Added. |
| 51 |
* web-platform-tests/css/css-typed-om/stylevalue-normalization/transformvalue-normalization.tentative.html: Added. |
| 52 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parse-expected.txt: Added. |
| 53 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parse-invalid-expected.txt: Added. |
| 54 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parse-invalid.html: Added. |
| 55 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parse.html: Added. |
| 56 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parseAll-expected.txt: Added. |
| 57 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parseAll-invalid-expected.txt: Added. |
| 58 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parseAll-invalid.html: Added. |
| 59 |
* web-platform-tests/css/css-typed-om/stylevalue-objects/parseAll.html: Added. |
| 60 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value-expected.txt: Added. |
| 61 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html: Added. |
| 62 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssImageValue-expected.txt: Added. |
| 63 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssImageValue.html: Added. |
| 64 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative-expected.txt: Added. |
| 65 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html: Added. |
| 66 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative-expected.txt: Added. |
| 67 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html: Added. |
| 68 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssPositionValue-expected.txt: Added. |
| 69 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssPositionValue.html: Added. |
| 70 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom-expected.txt: Added. |
| 71 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html: Added. |
| 72 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string-expected.txt: Added. |
| 73 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html: Added. |
| 74 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative-expected.txt: Added. |
| 75 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html: Added. |
| 76 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative-expected.txt: Added. |
| 77 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html: Added. |
| 78 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue-expected.txt: Added. |
| 79 |
* web-platform-tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html: Added. |
| 80 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssColorValue-expected.txt: Added. |
| 81 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssColorValue.html: Added. |
| 82 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssHSL-expected.txt: Added. |
| 83 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssHSL.html: Added. |
| 84 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-expected.txt: Added. |
| 85 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid-expected.txt: Added. |
| 86 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html: Added. |
| 87 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value-expected.txt: Added. |
| 88 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value.html: Added. |
| 89 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html: Added. |
| 90 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative-expected.txt: Added. |
| 91 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html: Added. |
| 92 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative-expected.txt: Added. |
| 93 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html: Added. |
| 94 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue-expected.txt: Added. |
| 95 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid-expected.txt: Added. |
| 96 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html: Added. |
| 97 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html: Added. |
| 98 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssRGB-expected.txt: Added. |
| 99 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssRGB.html: Added. |
| 100 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssRotate.tentative-expected.txt: Added. |
| 101 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssRotate.tentative.html: Added. |
| 102 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssScale.tentative-expected.txt: Added. |
| 103 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html: Added. |
| 104 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative-expected.txt: Added. |
| 105 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html: Added. |
| 106 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative-expected.txt: Added. |
| 107 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative.html: Added. |
| 108 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewY.tentative-expected.txt: Added. |
| 109 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewY.tentative.html: Added. |
| 110 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt: Added. |
| 111 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-relative-units-expected.txt: Added. |
| 112 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-relative-units.html: Added. |
| 113 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix.html: Added. |
| 114 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformValue-toMatrix-expected.txt: Added. |
| 115 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformValue-toMatrix.html: Added. |
| 116 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative-expected.txt: Added. |
| 117 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html: Added. |
| 118 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative-expected.txt: Added. |
| 119 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative.html: Added. |
| 120 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty-expected.txt: Added. |
| 121 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty.html: Added. |
| 122 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-expected.txt: Added. |
| 123 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-indexed-getter-setter-expected.txt: Added. |
| 124 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-indexed-getter-setter.html: Added. |
| 125 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-iterable-expected.txt: Added. |
| 126 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-iterable.html: Added. |
| 127 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length-expected.txt: Added. |
| 128 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length.html: Added. |
| 129 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html: Added. |
| 130 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-expected.txt: Added. |
| 131 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid-expected.txt: Added. |
| 132 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html: Added. |
| 133 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable-expected.txt: Added. |
| 134 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable.html: Added. |
| 135 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html: Added. |
| 136 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/add-two-types.tentative-expected.txt: Added. |
| 137 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/add-two-types.tentative.html: Added. |
| 138 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative-expected.txt: Added. |
| 139 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html: Added. |
| 140 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/create-a-type.tentative-expected.txt: Added. |
| 141 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/create-a-type.tentative.html: Added. |
| 142 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathInvert-type-expected.txt: Added. |
| 143 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathInvert-type.html: Added. |
| 144 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathNegate-type-expected.txt: Added. |
| 145 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathNegate-type.html: Added. |
| 146 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative-expected.txt: Added. |
| 147 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html: Added. |
| 148 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-expected.txt: Added. |
| 149 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value-expected.txt: Added. |
| 150 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value.html: Added. |
| 151 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.html: Added. |
| 152 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative-expected.txt: Added. |
| 153 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative.html: Added. |
| 154 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative-expected.txt: Added. |
| 155 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html: Added. |
| 156 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative-expected.txt: Added. |
| 157 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html: Added. |
| 158 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative-expected.txt: Added. |
| 159 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html: Added. |
| 160 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js: Added. |
| 161 |
(assert_numeric_type_equals): |
| 162 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative-expected.txt: Added. |
| 163 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html: Added. |
| 164 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative-expected.txt: Added. |
| 165 |
* web-platform-tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html: Added. |
| 166 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/computed.tentative-expected.txt: Added. |
| 167 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html: Added. |
| 168 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-auto-min-size-expected.txt: Added. |
| 169 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-auto-min-size.html: Added. |
| 170 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-expected.txt: Added. |
| 171 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-invalid-expected.txt: Added. |
| 172 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-invalid.html: Added. |
| 173 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-position-expected.txt: Added. |
| 174 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-position.html: Added. |
| 175 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-shorthand-expected.txt: Added. |
| 176 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get-shorthand.html: Added. |
| 177 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/get.html: Added. |
| 178 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/getAll-shorthand-expected.txt: Added. |
| 179 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/getAll-shorthand.html: Added. |
| 180 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/getAll.tentative-expected.txt: Added. |
| 181 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/getAll.tentative.html: Added. |
| 182 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/has.tentative-expected.txt: Added. |
| 183 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/has.tentative.html: Added. |
| 184 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/iterable.tentative-expected.txt: Added. |
| 185 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/computed/iterable.tentative.html: Added. |
| 186 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/append.tentative-expected.txt: Added. |
| 187 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/append.tentative.html: Added. |
| 188 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/clear-expected.txt: Added. |
| 189 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/clear.html: Added. |
| 190 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/declared.tentative-expected.txt: Added. |
| 191 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html: Added. |
| 192 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete-expected.txt: Added. |
| 193 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete-invalid-expected.txt: Added. |
| 194 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html: Added. |
| 195 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete-shorthand-expected.txt: Added. |
| 196 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete-shorthand.html: Added. |
| 197 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/delete.html: Added. |
| 198 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get-expected.txt: Added. |
| 199 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get-invalid-expected.txt: Added. |
| 200 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get-invalid.html: Added. |
| 201 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get-shorthand-expected.txt: Added. |
| 202 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get-shorthand.html: Added. |
| 203 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/get.html: Added. |
| 204 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/getAll-shorthand-expected.txt: Added. |
| 205 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/getAll-shorthand.html: Added. |
| 206 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/getAll.tentative-expected.txt: Added. |
| 207 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/getAll.tentative.html: Added. |
| 208 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/has.tentative-expected.txt: Added. |
| 209 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/has.tentative.html: Added. |
| 210 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/iterable.tentative-expected.txt: Added. |
| 211 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/iterable.tentative.html: Added. |
| 212 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/set-shorthand-expected.txt: Added. |
| 213 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/set-shorthand.html: Added. |
| 214 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/set.tentative-expected.txt: Added. |
| 215 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/declared/set.tentative.html: Added. |
| 216 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/append.tentative-expected.txt: Added. |
| 217 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/append.tentative.html: Added. |
| 218 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/clear-expected.txt: Added. |
| 219 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/clear.html: Added. |
| 220 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete-expected.txt: Added. |
| 221 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete-invalid-expected.txt: Added. |
| 222 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete-invalid.html: Added. |
| 223 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete-shorthand-expected.txt: Added. |
| 224 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete-shorthand.html: Added. |
| 225 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/delete.html: Added. |
| 226 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get-expected.txt: Added. |
| 227 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get-invalid-expected.txt: Added. |
| 228 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get-invalid.html: Added. |
| 229 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get-shorthand-expected.txt: Added. |
| 230 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get-shorthand.html: Added. |
| 231 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/get.html: Added. |
| 232 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/getAll-shorthand-expected.txt: Added. |
| 233 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/getAll-shorthand.html: Added. |
| 234 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/getAll.tentative-expected.txt: Added. |
| 235 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/getAll.tentative.html: Added. |
| 236 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/has.tentative-expected.txt: Added. |
| 237 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/has.tentative.html: Added. |
| 238 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/iterable.tentative-expected.txt: Added. |
| 239 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/iterable.tentative.html: Added. |
| 240 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/set-shorthand-expected.txt: Added. |
| 241 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/set-shorthand.html: Added. |
| 242 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/set.tentative-expected.txt: Added. |
| 243 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/inline/set.tentative.html: Added. |
| 244 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/accent-color-expected.txt: Added. |
| 245 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/accent-color.html: Added. |
| 246 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/alignment-baseline-expected.txt: Added. |
| 247 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/alignment-baseline.html: Added. |
| 248 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/all-expected.txt: Added. |
| 249 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/all.html: Added. |
| 250 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-delay-expected.txt: Added. |
| 251 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-delay.html: Added. |
| 252 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-direction-expected.txt: Added. |
| 253 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-direction.html: Added. |
| 254 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-duration-expected.txt: Added. |
| 255 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-duration.html: Added. |
| 256 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-expected.txt: Added. |
| 257 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-fill-mode-expected.txt: Added. |
| 258 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-fill-mode.html: Added. |
| 259 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-iteration-count-expected.txt: Added. |
| 260 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-iteration-count.html: Added. |
| 261 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-name-expected.txt: Added. |
| 262 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-name.html: Added. |
| 263 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-play-state-expected.txt: Added. |
| 264 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-play-state.html: Added. |
| 265 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-timing-function-expected.txt: Added. |
| 266 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-timing-function.html: Added. |
| 267 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation.html: Added. |
| 268 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/backdrop-filter-expected.txt: Added. |
| 269 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/backdrop-filter.html: Added. |
| 270 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/backface-visibility-expected.txt: Added. |
| 271 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/backface-visibility.html: Added. |
| 272 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-attachment-expected.txt: Added. |
| 273 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-attachment.html: Added. |
| 274 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-blend-mode-expected.txt: Added. |
| 275 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-blend-mode.html: Added. |
| 276 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-clip-expected.txt: Added. |
| 277 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-clip.html: Added. |
| 278 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-color-expected.txt: Added. |
| 279 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-color.html: Added. |
| 280 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-expected.txt: Added. |
| 281 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-image-expected.txt: Added. |
| 282 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-image.html: Added. |
| 283 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-origin-expected.txt: Added. |
| 284 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-origin.html: Added. |
| 285 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-position-expected.txt: Added. |
| 286 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-position.html: Added. |
| 287 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-repeat-expected.txt: Added. |
| 288 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-repeat.html: Added. |
| 289 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-size-expected.txt: Added. |
| 290 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background-size.html: Added. |
| 291 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/background.html: Added. |
| 292 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/baseline-shift-expected.txt: Added. |
| 293 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/baseline-shift.html: Added. |
| 294 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/block-size-expected.txt: Added. |
| 295 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/block-size.html: Added. |
| 296 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-collapse-expected.txt: Added. |
| 297 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-collapse.html: Added. |
| 298 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-color-expected.txt: Added. |
| 299 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-color.html: Added. |
| 300 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-outset-expected.txt: Added. |
| 301 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-outset.html: Added. |
| 302 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-repeat-expected.txt: Added. |
| 303 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-repeat.html: Added. |
| 304 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-slice-expected.txt: Added. |
| 305 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-slice.html: Added. |
| 306 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-source-expected.txt: Added. |
| 307 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-source.html: Added. |
| 308 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-width-expected.txt: Added. |
| 309 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-image-width.html: Added. |
| 310 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-radius-expected.txt: Added. |
| 311 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-radius.html: Added. |
| 312 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-style-expected.txt: Added. |
| 313 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-style.html: Added. |
| 314 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-width-expected.txt: Added. |
| 315 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/border-width.html: Added. |
| 316 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/bottom-expected.txt: Added. |
| 317 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/bottom.html: Added. |
| 318 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/box-shadow-expected.txt: Added. |
| 319 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/box-shadow.html: Added. |
| 320 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/box-sizing-expected.txt: Added. |
| 321 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/box-sizing.html: Added. |
| 322 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/break-expected.txt: Added. |
| 323 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/break.html: Added. |
| 324 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/caption-side-expected.txt: Added. |
| 325 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/caption-side.html: Added. |
| 326 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/caret-color-expected.txt: Added. |
| 327 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/caret-color.html: Added. |
| 328 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/center-coordinate-expected.txt: Added. |
| 329 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/center-coordinate.html: Added. |
| 330 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clear-expected.txt: Added. |
| 331 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clear.html: Added. |
| 332 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip-expected.txt: Added. |
| 333 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip-path-expected.txt: Added. |
| 334 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip-path.html: Added. |
| 335 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip-rule-expected.txt: Added. |
| 336 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip-rule.html: Added. |
| 337 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/clip.html: Added. |
| 338 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/color-expected.txt: Added. |
| 339 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/color-interpolation-expected.txt: Added. |
| 340 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/color-interpolation.html: Added. |
| 341 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/color.html: Added. |
| 342 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-count-expected.txt: Added. |
| 343 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-count.html: Added. |
| 344 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-color-expected.txt: Added. |
| 345 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-color.html: Added. |
| 346 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-style-expected.txt: Added. |
| 347 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-style.html: Added. |
| 348 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-width-expected.txt: Added. |
| 349 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-rule-width.html: Added. |
| 350 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-span-expected.txt: Added. |
| 351 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-span.html: Added. |
| 352 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-width-expected.txt: Added. |
| 353 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/column-width.html: Added. |
| 354 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/contain-expected.txt: Added. |
| 355 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/contain.html: Added. |
| 356 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/coordinate-expected.txt: Added. |
| 357 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/coordinate.html: Added. |
| 358 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-increment-expected.txt: Added. |
| 359 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-increment.html: Added. |
| 360 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-reset-expected.txt: Added. |
| 361 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-reset.html: Added. |
| 362 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-set-expected.txt: Added. |
| 363 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/counter-set.html: Added. |
| 364 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/cursor-expected.txt: Added. |
| 365 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/cursor.html: Added. |
| 366 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/d-expected.txt: Added. |
| 367 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/d.html: Added. |
| 368 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/direction-expected.txt: Added. |
| 369 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/direction.html: Added. |
| 370 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/display-expected.txt: Added. |
| 371 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/display.html: Added. |
| 372 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/dominant-baseline-expected.txt: Added. |
| 373 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/dominant-baseline.html: Added. |
| 374 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/empty-cells-expected.txt: Added. |
| 375 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/empty-cells.html: Added. |
| 376 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-color-expected.txt: Added. |
| 377 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-color.html: Added. |
| 378 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-expected.txt: Added. |
| 379 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-opacity-expected.txt: Added. |
| 380 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-opacity.html: Added. |
| 381 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-rule-expected.txt: Added. |
| 382 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill-rule.html: Added. |
| 383 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/fill.html: Added. |
| 384 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/filter-expected.txt: Added. |
| 385 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/filter.html: Added. |
| 386 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-basis-expected.txt: Added. |
| 387 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-basis.html: Added. |
| 388 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-direction-expected.txt: Added. |
| 389 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-direction.html: Added. |
| 390 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-expected.txt: Added. |
| 391 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-flow-expected.txt: Added. |
| 392 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-flow.html: Added. |
| 393 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-grow-expected.txt: Added. |
| 394 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-grow.html: Added. |
| 395 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-shrink-expected.txt: Added. |
| 396 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-shrink.html: Added. |
| 397 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-wrap-expected.txt: Added. |
| 398 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex-wrap.html: Added. |
| 399 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flex.html: Added. |
| 400 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/float-expected.txt: Added. |
| 401 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/float.html: Added. |
| 402 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flood-color-expected.txt: Added. |
| 403 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flood-color.html: Added. |
| 404 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flood-opacity-expected.txt: Added. |
| 405 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/flood-opacity.html: Added. |
| 406 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-expected.txt: Added. |
| 407 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-family-expected.txt: Added. |
| 408 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-family.html: Added. |
| 409 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-feature-settings-expected.txt: Added. |
| 410 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-feature-settings.html: Added. |
| 411 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-kerning-expected.txt: Added. |
| 412 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-kerning.html: Added. |
| 413 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-language-override-expected.txt: Added. |
| 414 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-language-override.html: Added. |
| 415 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-optical-sizing-expected.txt: Added. |
| 416 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-optical-sizing.html: Added. |
| 417 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-palette-expected.txt: Added. |
| 418 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-palette.html: Added. |
| 419 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-presentation-expected.txt: Added. |
| 420 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-presentation.html: Added. |
| 421 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-size-adjust-expected.txt: Added. |
| 422 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-size-adjust.html: Added. |
| 423 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-size-expected.txt: Added. |
| 424 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-size.html: Added. |
| 425 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-stretch-expected.txt: Added. |
| 426 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-stretch.html: Added. |
| 427 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-style-expected.txt: Added. |
| 428 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-style.html: Added. |
| 429 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-synthesis-expected.txt: Added. |
| 430 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-synthesis.html: Added. |
| 431 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-alternates-expected.txt: Added. |
| 432 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-alternates.html: Added. |
| 433 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-caps-expected.txt: Added. |
| 434 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-caps.html: Added. |
| 435 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-east-asian-expected.txt: Added. |
| 436 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-east-asian.html: Added. |
| 437 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-emoji-expected.txt: Added. |
| 438 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-emoji.html: Added. |
| 439 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-expected.txt: Added. |
| 440 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-ligatures-expected.txt: Added. |
| 441 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-ligatures.html: Added. |
| 442 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-numeric-expected.txt: Added. |
| 443 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant-numeric.html: Added. |
| 444 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variant.html: Added. |
| 445 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variation-settings-expected.txt: Added. |
| 446 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-variation-settings.html: Added. |
| 447 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-weight-expected.txt: Added. |
| 448 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-weight.html: Added. |
| 449 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font.html: Added. |
| 450 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/gap-expected.txt: Added. |
| 451 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/gap.html: Added. |
| 452 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-area-expected.txt: Added. |
| 453 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-area.html: Added. |
| 454 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows-expected.txt: Added. |
| 455 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html: Added. |
| 456 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-flow-expected.txt: Added. |
| 457 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-flow.html: Added. |
| 458 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-expected.txt: Added. |
| 459 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-gap-expected.txt: Added. |
| 460 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-gap.html: Added. |
| 461 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-start-end-expected.txt: Added. |
| 462 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-start-end.html: Added. |
| 463 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template-areas-expected.txt: Added. |
| 464 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template-areas.html: Added. |
| 465 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-rows-expected.txt: Added. |
| 466 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-rows.html: Added. |
| 467 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template-expected.txt: Added. |
| 468 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-template.html: Added. |
| 469 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid.html: Added. |
| 470 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/height-expected.txt: Added. |
| 471 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/height.html: Added. |
| 472 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/hyphens-expected.txt: Added. |
| 473 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/hyphens.html: Added. |
| 474 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/image-rendering-expected.txt: Added. |
| 475 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/image-rendering.html: Added. |
| 476 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/inline-size-expected.txt: Added. |
| 477 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/inline-size.html: Added. |
| 478 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/isolation-expected.txt: Added. |
| 479 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/isolation.html: Added. |
| 480 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/left-expected.txt: Added. |
| 481 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/left.html: Added. |
| 482 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing-expected.txt: Added. |
| 483 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html: Added. |
| 484 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/lighting-color-expected.txt: Added. |
| 485 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/lighting-color.html: Added. |
| 486 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-break-expected.txt: Added. |
| 487 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-break.html: Added. |
| 488 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-height-expected.txt: Added. |
| 489 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-height-step-expected.txt: Added. |
| 490 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-height-step.html: Added. |
| 491 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/line-height.html: Added. |
| 492 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-image-expected.txt: Added. |
| 493 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-image.html: Added. |
| 494 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-position-expected.txt: Added. |
| 495 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-position.html: Added. |
| 496 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-type-expected.txt: Added. |
| 497 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-type.html: Added. |
| 498 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/logical-expected.txt: Added. |
| 499 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/logical.html: Added. |
| 500 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/margin-expected.txt: Added. |
| 501 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/margin.html: Added. |
| 502 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/marker-expected.txt: Added. |
| 503 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/marker.html: Added. |
| 504 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask-expected.txt: Added. |
| 505 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask-image-expected.txt: Added. |
| 506 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask-image.html: Added. |
| 507 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask-type-expected.txt: Added. |
| 508 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask-type.html: Added. |
| 509 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mask.html: Added. |
| 510 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mix-blend-mode-expected.txt: Added. |
| 511 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/mix-blend-mode.html: Added. |
| 512 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/object-fit-expected.txt: Added. |
| 513 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/object-fit.html: Added. |
| 514 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/object-position-expected.txt: Added. |
| 515 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/object-position.html: Added. |
| 516 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-anchor-expected.txt: Added. |
| 517 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-anchor.html: Added. |
| 518 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-distance-expected.txt: Added. |
| 519 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-distance.html: Added. |
| 520 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-expected.txt: Added. |
| 521 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-path-expected.txt: Added. |
| 522 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-path.html: Added. |
| 523 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-position-expected.txt: Added. |
| 524 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-position.html: Added. |
| 525 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-rotate-expected.txt: Added. |
| 526 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset-rotate.html: Added. |
| 527 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/offset.html: Added. |
| 528 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/opacity-expected.txt: Added. |
| 529 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/opacity.html: Added. |
| 530 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/order-expected.txt: Added. |
| 531 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/order.html: Added. |
| 532 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/orphans-expected.txt: Added. |
| 533 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/orphans.html: Added. |
| 534 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-color-expected.txt: Added. |
| 535 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-color.html: Added. |
| 536 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-offset-expected.txt: Added. |
| 537 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-offset.html: Added. |
| 538 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-style-expected.txt: Added. |
| 539 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-style.html: Added. |
| 540 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-width-expected.txt: Added. |
| 541 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/outline-width.html: Added. |
| 542 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-anchor-expected.txt: Added. |
| 543 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-anchor.html: Added. |
| 544 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-expected.txt: Added. |
| 545 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-wrap-expected.txt: Added. |
| 546 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-wrap.html: Added. |
| 547 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow.html: Added. |
| 548 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overscroll-behavior-expected.txt: Added. |
| 549 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overscroll-behavior.html: Added. |
| 550 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding-expected.txt: Added. |
| 551 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding.html: Added. |
| 552 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/page-expected.txt: Added. |
| 553 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/page.html: Added. |
| 554 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/paint-order-expected.txt: Added. |
| 555 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/paint-order.html: Added. |
| 556 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/perspective-expected.txt: Added. |
| 557 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/perspective-origin-expected.txt: Added. |
| 558 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/perspective-origin.html: Added. |
| 559 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/perspective.html: Added. |
| 560 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/pointer-events-expected.txt: Added. |
| 561 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/pointer-events.html: Added. |
| 562 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/position-expected.txt: Added. |
| 563 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/position.html: Added. |
| 564 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/quotes-expected.txt: Added. |
| 565 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/quotes.html: Added. |
| 566 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/radius-expected.txt: Added. |
| 567 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/radius.html: Added. |
| 568 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/resize-expected.txt: Added. |
| 569 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/resize.html: Added. |
| 570 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js: Added. |
| 571 |
(assert_is_unit): |
| 572 |
(assert_is_calc_sum): |
| 573 |
(assert_is_equal_with_range_handling): |
| 574 |
(assert_is_unsupported): |
| 575 |
(input.new.CSSKeywordValue): |
| 576 |
(const.gTestSyntaxExamples.string_appeared_here.input.new.CSSUnitValue): |
| 577 |
(const.gTestSyntaxExamples.string_appeared_here.assert_is_unit): |
| 578 |
(const.gTestSyntaxExamples.string_appeared_here.new.CSSUnitValue): |
| 579 |
(testPropertyValid): |
| 580 |
(set testIsImageValidForProperty): |
| 581 |
(set testPropertyInvalid): |
| 582 |
(get createKeywordExample): |
| 583 |
(runPropertyTests): |
| 584 |
(runListValuedPropertyTests): |
| 585 |
(runUnsupportedPropertyTests): |
| 586 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/right-expected.txt: Added. |
| 587 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/right.html: Added. |
| 588 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior-expected.txt: Added. |
| 589 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior.html: Added. |
| 590 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-margin-expected.txt: Added. |
| 591 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-margin.html: Added. |
| 592 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-padding-expected.txt: Added. |
| 593 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-padding.html: Added. |
| 594 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-align-expected.txt: Added. |
| 595 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-align.html: Added. |
| 596 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-stop-expected.txt: Added. |
| 597 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-stop.html: Added. |
| 598 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-type-expected.txt: Added. |
| 599 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-type.html: Added. |
| 600 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scrollbar-gutter-expected.txt: Added. |
| 601 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scrollbar-gutter.html: Added. |
| 602 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scrollbar-width-expected.txt: Added. |
| 603 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scrollbar-width.html: Added. |
| 604 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-image-threshold-expected.txt: Added. |
| 605 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-image-threshold.html: Added. |
| 606 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-margin-expected.txt: Added. |
| 607 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-margin.html: Added. |
| 608 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-outside-expected.txt: Added. |
| 609 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-outside.html: Added. |
| 610 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-rendering-expected.txt: Added. |
| 611 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/shape-rendering.html: Added. |
| 612 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/speak-expected.txt: Added. |
| 613 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/speak.html: Added. |
| 614 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-color-expected.txt: Added. |
| 615 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-color.html: Added. |
| 616 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-opacity-expected.txt: Added. |
| 617 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html: Added. |
| 618 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-dasharray-expected.txt: Added. |
| 619 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-dasharray.html: Added. |
| 620 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-dashoffset-expected.txt: Added. |
| 621 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-dashoffset.html: Added. |
| 622 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-expected.txt: Added. |
| 623 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-linecap-expected.txt: Added. |
| 624 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-linecap.html: Added. |
| 625 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-linejoin-expected.txt: Added. |
| 626 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-linejoin.html: Added. |
| 627 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-miterlimit-expected.txt: Added. |
| 628 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-miterlimit.html: Added. |
| 629 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-opacity-expected.txt: Added. |
| 630 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-opacity.html: Added. |
| 631 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-width-expected.txt: Added. |
| 632 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html: Added. |
| 633 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stroke.html: Added. |
| 634 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/tab-size-expected.txt: Added. |
| 635 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/tab-size.html: Added. |
| 636 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/table-layout-expected.txt: Added. |
| 637 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/table-layout.html: Added. |
| 638 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-align-expected.txt: Added. |
| 639 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-align-last-expected.txt: Added. |
| 640 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-align-last.html: Added. |
| 641 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-align.html: Added. |
| 642 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-anchor-expected.txt: Added. |
| 643 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-anchor.html: Added. |
| 644 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-combine-upright-expected.txt: Added. |
| 645 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-combine-upright.html: Added. |
| 646 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-color-expected.txt: Added. |
| 647 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-color.html: Added. |
| 648 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-expected.txt: Added. |
| 649 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-line-expected.txt: Added. |
| 650 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-line.html: Added. |
| 651 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip-expected.txt: Added. |
| 652 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip-ink-expected.txt: Added. |
| 653 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip-ink.html: Added. |
| 654 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip.html: Added. |
| 655 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-style-expected.txt: Added. |
| 656 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-style.html: Added. |
| 657 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness-expected.txt: Added. |
| 658 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness.html: Added. |
| 659 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-decoration.html: Added. |
| 660 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-emphasis-color-expected.txt: Added. |
| 661 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-emphasis-color.html: Added. |
| 662 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-indent-expected.txt: Added. |
| 663 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-indent.html: Added. |
| 664 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-justify-expected.txt: Added. |
| 665 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-justify.html: Added. |
| 666 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-orientation-expected.txt: Added. |
| 667 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-orientation.html: Added. |
| 668 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-overflow-expected.txt: Added. |
| 669 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-overflow.html: Added. |
| 670 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-rendering-expected.txt: Added. |
| 671 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-rendering.html: Added. |
| 672 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-shadow-expected.txt: Added. |
| 673 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-shadow.html: Added. |
| 674 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-size-adjust-expected.txt: Added. |
| 675 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-size-adjust.html: Added. |
| 676 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-transform-expected.txt: Added. |
| 677 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-transform.html: Added. |
| 678 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-underline-offset-expected.txt: Added. |
| 679 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-underline-offset.html: Added. |
| 680 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-underline-position-expected.txt: Added. |
| 681 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-underline-position.html: Added. |
| 682 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/top-expected.txt: Added. |
| 683 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/top.html: Added. |
| 684 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/touch-action-expected.txt: Added. |
| 685 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/touch-action.html: Added. |
| 686 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-box-expected.txt: Added. |
| 687 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-box.html: Added. |
| 688 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-expected.txt: Added. |
| 689 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-interpolated-expected.txt: Added. |
| 690 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-interpolated.html: Added. |
| 691 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-style-expected.txt: Added. |
| 692 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-style.html: Added. |
| 693 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform.html: Added. |
| 694 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-delay-expected.txt: Added. |
| 695 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-delay.html: Added. |
| 696 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-duration-expected.txt: Added. |
| 697 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-duration.html: Added. |
| 698 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-expected.txt: Added. |
| 699 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-property-expected.txt: Added. |
| 700 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-property.html: Added. |
| 701 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-timing-function-expected.txt: Added. |
| 702 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition-timing-function.html: Added. |
| 703 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transition.html: Added. |
| 704 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/unicode-bidi-expected.txt: Added. |
| 705 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/unicode-bidi.html: Added. |
| 706 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/user-select-expected.txt: Added. |
| 707 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/user-select.html: Added. |
| 708 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/vector-effect-expected.txt: Added. |
| 709 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/vector-effect.html: Added. |
| 710 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/vertical-align-expected.txt: Added. |
| 711 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/vertical-align.html: Added. |
| 712 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/visibility-expected.txt: Added. |
| 713 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/visibility.html: Added. |
| 714 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/white-space-expected.txt: Added. |
| 715 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/white-space.html: Added. |
| 716 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/widows-expected.txt: Added. |
| 717 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/widows.html: Added. |
| 718 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/width-expected.txt: Added. |
| 719 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/width.html: Added. |
| 720 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/will-change-expected.txt: Added. |
| 721 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/will-change.html: Added. |
| 722 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-break-expected.txt: Added. |
| 723 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-break.html: Added. |
| 724 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-spacing-expected.txt: Added. |
| 725 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-spacing.html: Added. |
| 726 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-wrap-expected.txt: Added. |
| 727 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/word-wrap.html: Added. |
| 728 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/writing-mode-expected.txt: Added. |
| 729 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/writing-mode.html: Added. |
| 730 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/z-index-expected.txt: Added. |
| 731 |
* web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/z-index.html: Added. |
| 732 |
* web-platform-tests/css/css-typed-om/width-by-max-px-em-expected.txt: Added. |
| 733 |
* web-platform-tests/css/css-typed-om/width-by-max-px-em.html: Added. |
| 734 |
* web-platform-tests/css/css-typed-om/width-by-min-px-em-expected.txt: Added. |
| 735 |
* web-platform-tests/css/css-typed-om/width-by-min-px-em.html: Added. |
| 736 |
|
| 1 |
2021-08-16 Alex Christensen <achristensen@webkit.org> |
737 |
2021-08-16 Alex Christensen <achristensen@webkit.org> |
| 2 |
|
738 |
|
| 3 |
Resource Timing: Duration is 0 in many cases |
739 |
Resource Timing: Duration is 0 in many cases |