diff --git a/css/css-properties-values-api/typedom.html b/css/css-properties-values-api/typedom.html index 45e463608f035e..5988547f651b0f 100644 --- a/css/css-properties-values-api/typedom.html +++ b/css/css-properties-values-api/typedom.html @@ -995,3 +995,4 @@ }, 'Computed | is reified as CSSUnitValue by iterator'); + diff --git a/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html b/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html index f90526ae6957e9..bc9e064ad4afee 100644 --- a/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html +++ b/css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html @@ -14,3 +14,4 @@ assert_equals(component.matrix.m11, 2, 'modification of m11 component of DOMMatrix expected to succeed'); }); + diff --git a/css/css-typed-om/background-image-gradient-ref.html b/css/css-typed-om/background-image-gradient-ref.html index 588b934c7e81ab..12fb4e353c8e9f 100644 --- a/css/css-typed-om/background-image-gradient-ref.html +++ b/css/css-typed-om/background-image-gradient-ref.html @@ -11,3 +11,4 @@

There should be a green rect above.

+ diff --git a/css/css-typed-om/background-image-gradient.html b/css/css-typed-om/background-image-gradient.html index 00d7de91fb853d..2b4bb8ba14394e 100644 --- a/css/css-typed-om/background-image-gradient.html +++ b/css/css-typed-om/background-image-gradient.html @@ -19,3 +19,4 @@

There should be a green rect above.

+ diff --git a/css/css-typed-om/cycle-in-unparsed-value-crash.html b/css/css-typed-om/cycle-in-unparsed-value-crash.html index 9d551901089f84..ae86a8d277f9a6 100644 --- a/css/css-typed-om/cycle-in-unparsed-value-crash.html +++ b/css/css-typed-om/cycle-in-unparsed-value-crash.html @@ -9,3 +9,4 @@ div.attributeStyleMap.set('width', unparsed_value);

PASS if no crash

+ diff --git a/css/css-typed-om/declared-styleMap-accepts-inherit.html b/css/css-typed-om/declared-styleMap-accepts-inherit.html index f02cf98ef57f4d..222da487d538fc 100644 --- a/css/css-typed-om/declared-styleMap-accepts-inherit.html +++ b/css/css-typed-om/declared-styleMap-accepts-inherit.html @@ -13,3 +13,4 @@ assert_equals(element.attributeStyleMap.get('width').value, 'inherit', 'inherit should be a valid value for styleMap properties'); }); + diff --git a/css/css-typed-om/factory-absolute-length.html b/css/css-typed-om/factory-absolute-length.html index 5712ca99f8eb9c..949c5a184d48b3 100644 --- a/css/css-typed-om/factory-absolute-length.html +++ b/css/css-typed-om/factory-absolute-length.html @@ -62,3 +62,4 @@ + diff --git a/css/css-typed-om/factory-duration.html b/css/css-typed-om/factory-duration.html index ac4971393a3690..a387b3ac1fe0c6 100644 --- a/css/css-typed-om/factory-duration.html +++ b/css/css-typed-om/factory-duration.html @@ -27,3 +27,4 @@ + diff --git a/css/css-typed-om/factory-font-relative-length.html b/css/css-typed-om/factory-font-relative-length.html index f7e41ee29768cd..79f8f65678e2b4 100644 --- a/css/css-typed-om/factory-font-relative-length.html +++ b/css/css-typed-om/factory-font-relative-length.html @@ -38,4 +38,5 @@ } - \ No newline at end of file + + diff --git a/css/css-typed-om/factory-frequency.html b/css/css-typed-om/factory-frequency.html index 56a544b32f4969..75a9496dbeb8ac 100644 --- a/css/css-typed-om/factory-frequency.html +++ b/css/css-typed-om/factory-frequency.html @@ -27,3 +27,4 @@ + diff --git a/css/css-typed-om/historical.html b/css/css-typed-om/historical.html index 3c8ff65102d540..98e5b8332a6e16 100644 --- a/css/css-typed-om/historical.html +++ b/css/css-typed-om/historical.html @@ -21,3 +21,4 @@ }, `${deprecatedProperty} should not exist on CSSColorValue`); } + diff --git a/css/css-typed-om/idlharness.html b/css/css-typed-om/idlharness.html index aaff3a13922632..524bf6133d0742 100644 --- a/css/css-typed-om/idlharness.html +++ b/css/css-typed-om/idlharness.html @@ -76,3 +76,4 @@ } ); + diff --git a/css/css-typed-om/perspective-typed-arithmetic-crash.html b/css/css-typed-om/perspective-typed-arithmetic-crash.html index b65625b28681d6..74293a2ca4fe63 100644 --- a/css/css-typed-om/perspective-typed-arithmetic-crash.html +++ b/css/css-typed-om/perspective-typed-arithmetic-crash.html @@ -9,3 +9,4 @@ + diff --git a/css/css-typed-om/resources/testhelper.js b/css/css-typed-om/resources/testhelper.js index d7ddd05aa4c4de..bc1a83f6fe17ef 100644 --- a/css/css-typed-om/resources/testhelper.js +++ b/css/css-typed-om/resources/testhelper.js @@ -245,3 +245,4 @@ function assert_matrix_approx_equals(actual, expected, epsilon) { assert_array_approx_equals( actual.toFloat64Array(), expected.toFloat64Array(), epsilon); } + diff --git a/css/css-typed-om/rotate-by-added-angle-ref.html b/css/css-typed-om/rotate-by-added-angle-ref.html index 36c18d84294c27..4b1bd0e45aaf7a 100644 --- a/css/css-typed-om/rotate-by-added-angle-ref.html +++ b/css/css-typed-om/rotate-by-added-angle-ref.html @@ -15,3 +15,4 @@

Test passes if there is a filled green rectangle with no red.

+ diff --git a/css/css-typed-om/rotate-by-added-angle.html b/css/css-typed-om/rotate-by-added-angle.html index bb79a7df8d27c7..91f541d83c790a 100644 --- a/css/css-typed-om/rotate-by-added-angle.html +++ b/css/css-typed-om/rotate-by-added-angle.html @@ -29,3 +29,4 @@ const target = document.querySelector('.test'); target.attributeStyleMap.set('transform', transform); + diff --git a/css/css-typed-om/set-css-wide-in-custom-property-crash.html b/css/css-typed-om/set-css-wide-in-custom-property-crash.html index bc977c9889889b..f7d007e932dcf9 100644 --- a/css/css-typed-om/set-css-wide-in-custom-property-crash.html +++ b/css/css-typed-om/set-css-wide-in-custom-property-crash.html @@ -13,3 +13,4 @@ } } + diff --git a/css/css-typed-om/set-invalid-untyped-value-crash.html b/css/css-typed-om/set-invalid-untyped-value-crash.html index ce618bf38fe651..267e65cb88502e 100644 --- a/css/css-typed-om/set-invalid-untyped-value-crash.html +++ b/css/css-typed-om/set-invalid-untyped-value-crash.html @@ -37,3 +37,4 @@ target.offsetTop; } + diff --git a/css/css-typed-om/set-var-reference-thcrash.html b/css/css-typed-om/set-var-reference-thcrash.html index c6bc3cc2a39703..cdf645e1180ebe 100644 --- a/css/css-typed-om/set-var-reference-thcrash.html +++ b/css/css-typed-om/set-var-reference-thcrash.html @@ -16,3 +16,4 @@ assert_equals('rgb(0, 128, 0)', target.computedStyleMap().get('color').toString()); }, 'Do not crash when referencing a variable with CSSVariableReferenceValue'); + diff --git a/css/css-typed-om/stylevalue-objects/parse-invalid.html b/css/css-typed-om/stylevalue-objects/parse-invalid.html index 13ee2df1a6e042..8b8f102b4cca89 100644 --- a/css/css-typed-om/stylevalue-objects/parse-invalid.html +++ b/css/css-typed-om/stylevalue-objects/parse-invalid.html @@ -31,3 +31,4 @@ }, 'CSSStyleValue.parse() with invalid value for custom property throws TypeError'); + diff --git a/css/css-typed-om/stylevalue-objects/parse.html b/css/css-typed-om/stylevalue-objects/parse.html index 65e46f2da797d0..443c21927e02cf 100644 --- a/css/css-typed-om/stylevalue-objects/parse.html +++ b/css/css-typed-om/stylevalue-objects/parse.html @@ -41,3 +41,4 @@ }, 'CSSStyleValue.parse() with a valid custom property returns a CSSStyleValue'); + diff --git a/css/css-typed-om/stylevalue-objects/parseAll-invalid.html b/css/css-typed-om/stylevalue-objects/parseAll-invalid.html index 1f66f448425b10..c082e48cfa5bce 100644 --- a/css/css-typed-om/stylevalue-objects/parseAll-invalid.html +++ b/css/css-typed-om/stylevalue-objects/parseAll-invalid.html @@ -35,3 +35,4 @@ }, 'CSSStyleValue.parseAll() with invalid value for property throws TypeError'); + diff --git a/css/css-typed-om/stylevalue-objects/parseAll.html b/css/css-typed-om/stylevalue-objects/parseAll.html index cee450359e66a8..4b12325f9b97a8 100644 --- a/css/css-typed-om/stylevalue-objects/parseAll.html +++ b/css/css-typed-om/stylevalue-objects/parseAll.html @@ -48,3 +48,4 @@ }, 'CSSStyleValue.parseAll() with a valid custom property returns a list with a single CSSStyleValue'); + diff --git a/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html b/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html index 8ca27efc3ae15f..63502ad6b3288d 100644 --- a/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html +++ b/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html @@ -10,4 +10,5 @@ var inverted = new CSSMathInvert(CSS.number(0)); var converted = inverted.to('number'); converted.toString() - \ No newline at end of file + + diff --git a/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html b/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html index b767cf69c039e3..90863d7b4393e5 100644 --- a/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html +++ b/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html @@ -9,3 +9,4 @@ rotate.toString(); transform.toString(); + diff --git a/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html b/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html index 96097e4f94173b..df592af6d54e81 100644 --- a/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html +++ b/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html @@ -9,4 +9,5 @@ var v106 = v98.mul(v100); var v201 = new CSSTranslate(v106, v98, v98); v201.toString() - \ No newline at end of file + + diff --git a/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html b/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html index 6e9b1a0c90c238..f07c820f2f28af 100644 --- a/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html +++ b/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html @@ -49,3 +49,4 @@ }, 'attributeStyleMap round-trips correctly, though the comment is gone'); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html index 69007a1c590ca4..ee67abb345d437 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html +++ b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html @@ -15,3 +15,4 @@ }, 'Constructing CSSKeywordValue with an empty string throws a TypeError'); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value.html b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value.html index ceb39bce5d2173..38ada060931176 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value.html +++ b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-value.html @@ -32,3 +32,4 @@ }, 'Updating CSSKeywordValue.value with an empty string throws a TypeError'); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html index 1ebbf8de73bb7b..d2585d37f7f453 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html +++ b/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html @@ -27,3 +27,4 @@ } + diff --git a/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty.html b/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty.html index 34f77d922a3a38..7c6dd80ee71dc2 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty.html +++ b/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-empty.html @@ -13,3 +13,4 @@ }, `Don't crash when serializing empty CSSUnparsedValue`); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length.html b/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length.html index cb2b9c9b7066c0..320fdda405ca75 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length.html +++ b/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-length.html @@ -45,3 +45,4 @@ }, 'Length of CSSUnparsedValue does not change when fragments are modified'); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html b/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html index e06fcf3ab8eb25..094b92767fb921 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html +++ b/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html @@ -21,3 +21,4 @@ 'throws a TypeError'); + diff --git a/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable.html b/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable.html index 51b60a8df5527b..b2adf90615764a 100644 --- a/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable.html +++ b/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-variable.html @@ -31,3 +31,4 @@ 'property name throws TypeError'); + diff --git a/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value.html b/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value.html index 4dff735e971367..fba42be1b0e789 100644 --- a/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value.html +++ b/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue-value.html @@ -17,3 +17,4 @@ }, 'CSSUnitValue.value can be updated to a different value'); + diff --git a/css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js b/css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js index 42f2c6616df1b4..39c502adb2fb18 100644 --- a/css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js +++ b/css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js @@ -7,3 +7,4 @@ function assert_numeric_type_equals(type, expectedType) { } assert_equals(type.percentHint, expectedType.percentHint); } + diff --git a/css/css-typed-om/the-stylepropertymap/computed/get-border-shorthand-crash.html b/css/css-typed-om/the-stylepropertymap/computed/get-border-shorthand-crash.html index c20a76334bea15..c46256e4bbf812 100644 --- a/css/css-typed-om/the-stylepropertymap/computed/get-border-shorthand-crash.html +++ b/css/css-typed-om/the-stylepropertymap/computed/get-border-shorthand-crash.html @@ -12,3 +12,4 @@ + diff --git a/css/css-typed-om/the-stylepropertymap/computed/get-disconnected-element.html b/css/css-typed-om/the-stylepropertymap/computed/get-disconnected-element.html index 133cb758523603..9d72ec6176bbb9 100644 --- a/css/css-typed-om/the-stylepropertymap/computed/get-disconnected-element.html +++ b/css/css-typed-om/the-stylepropertymap/computed/get-disconnected-element.html @@ -14,3 +14,4 @@ }, "get() returns undefined on disconnected element"); + diff --git a/css/css-typed-om/the-stylepropertymap/computed/getAll-disconnected-element-crash.html b/css/css-typed-om/the-stylepropertymap/computed/getAll-disconnected-element-crash.html index 5292ebae1cfe2c..95f67824b2a259 100644 --- a/css/css-typed-om/the-stylepropertymap/computed/getAll-disconnected-element-crash.html +++ b/css/css-typed-om/the-stylepropertymap/computed/getAll-disconnected-element-crash.html @@ -5,3 +5,4 @@ + diff --git a/css/css-typed-om/the-stylepropertymap/invalidation.html b/css/css-typed-om/the-stylepropertymap/invalidation.html index a456e184df9131..38de8160999def 100644 --- a/css/css-typed-om/the-stylepropertymap/invalidation.html +++ b/css/css-typed-om/the-stylepropertymap/invalidation.html @@ -17,3 +17,4 @@ }); + diff --git a/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js b/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js index 73bb3ad070713a..f3bab681ccdaf3 100644 --- a/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js +++ b/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js @@ -503,3 +503,4 @@ function runUnsupportedPropertyTests(propertyName, testExamples) { testUnsupportedValue(propertyName, cssText); } } + diff --git a/css/css-typed-om/width-by-clamp-px-em.html b/css/css-typed-om/width-by-clamp-px-em.html index 590ac775cba5ab..220546d5425b67 100644 --- a/css/css-typed-om/width-by-clamp-px-em.html +++ b/css/css-typed-om/width-by-clamp-px-em.html @@ -13,3 +13,4 @@ const target = document.querySelector('#target'); target.attributeStyleMap.set('width', width); + diff --git a/css/css-typed-om/width-by-max-px-em.html b/css/css-typed-om/width-by-max-px-em.html index 2aac59b70744e2..3aaf6e25b2b00a 100644 --- a/css/css-typed-om/width-by-max-px-em.html +++ b/css/css-typed-om/width-by-max-px-em.html @@ -13,3 +13,4 @@ const target = document.querySelector('#target'); target.attributeStyleMap.set('width', width); + diff --git a/css/css-typed-om/width-by-min-px-em.html b/css/css-typed-om/width-by-min-px-em.html index 615cb15708c35c..7ba760e0765fbb 100644 --- a/css/css-typed-om/width-by-min-px-em.html +++ b/css/css-typed-om/width-by-min-px-em.html @@ -13,3 +13,4 @@ const target = document.querySelector('#target'); target.attributeStyleMap.set('width', width); + diff --git a/tools/ci/taskcluster-run.py b/tools/ci/taskcluster-run.py index c0fdb7f00f1df7..2d216bee2fdd55 100755 --- a/tools/ci/taskcluster-run.py +++ b/tools/ci/taskcluster-run.py @@ -14,7 +14,10 @@ def get_browser_args(product, channel, artifact_path, wpt_args): if product == "firefox" and not any(item.startswith("--install-browser") for item in wpt_args): local_binary = os.path.expanduser(os.path.join("~", "build", "firefox", "firefox")) if os.path.exists(local_binary): - return ["--binary=%s" % local_binary] + return [ + "--binary=%s" % local_binary, + "--setpref=layout.css.typed-om.enabled=true", + ] print("WARNING: Local firefox binary not found") return ["--install-browser", "--install-webdriver"] if product == "firefox_android":