Closed Bug 1753443 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 32674 - Implement CSSOM CSSMathClamp.

Categories

(Core :: DOM: CSS Object Model, task, P4)

task

Tracking

()

RESOLVED FIXED
99 Branch
Tracking Status
firefox99 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

(Depends on 1 open bug, )

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 32674 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/32674
Details from upstream follow.

Joonghun Park <pjh0718@gmail.com> wrote:

Implement CSSOM CSSMathClamp.

This CL adds CSSOM CSSMathClamp according to the spec,
https://drafts.css-houdini.org/css-typed-om/#cssmathclamp.

Bug: 1292345
Change-Id: I27e7f7a232153c160857343f2a78b6f3d0bdafe7
Reviewed-on: https://chromium-review.googlesource.com/3434265
WPT-Export-Revision: f7e77dae8541b4874554501ae949b1254df0dd58

Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 318 tests and 12 subtests

Status Summary

Firefox

OK : 56
PASS : 12
FAIL : 318
ERROR: 261

Chrome

OK : 315
PASS : 5144
FAIL : 336
ERROR: 2

Safari

OK : 56
PASS : 12
FAIL : 318
ERROR: 261

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/css/css-typed-om/width-by-clamp-px-em.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-typed-om/stylevalue-normalization/normalize-ident.tentative.html
CSS identifiers are normalized from String to CSSKeywordValues: FAIL (Chrome: PASS, Safari: FAIL)
CSS identifiers are normalized from CSSOM to CSSKeywordValues: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-normalization/normalize-image.html
Normalizing a valid <url> returns a CSSImageValue: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a bad <url> returns a CSSImageValue: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <gradient> returns a CSSImageValue: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-typed-om/stylevalue-normalization/normalize-numeric.tentative.html
Normalizing a <number> returns a number CSSUnitValue: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <percentage> returns a percent CSSUnitValue: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <dimension> returns a CSSUnitValue with the correct unit: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <number> with a unitless zero returns 0: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <calc> returns simplified expression: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a <dimension> with a unitless zero returns 0px: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-normalization/normalize-tokens.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-normalization/positionvalue-normalization.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-normalization/transformvalue-normalization.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
Normalizing a matrix() returns a CSSMatrixComponent: FAIL (Chrome: PASS, Safari: FAIL)
Normalizing a matrix3d() returns a CSSMatrixComponent: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssImageValue.html
CSSUrlImageValue serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html
CSSKeywordValue constructed from IDL serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSKeywordValue constructed from IDL serializes to escaped strings: FAIL (Chrome: PASS, Safari: FAIL)
CSSKeywordValue from DOMString modified through "value" setter serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSKeywordValue from CSSOM modified through "value" setter serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html: ERROR (Chrome: ERROR, Safari: ERROR)
/css/css-typed-om/stylevalue-serialization/cssPositionValue.html
CSSPositionValue with length and percent serializes by concantenating x and y: FAIL (Chrome: PASS, Safari: FAIL)
CSSPositionValue from DOMString modified by "x" setter serializes to its new value: FAIL (Chrome: PASS, Safari: FAIL)
CSSPositionValue from DOMString modified by "y" setter serializes to its new value: FAIL (Chrome: PASS, Safari: FAIL)
CSSPositionValue from CSSOM modified by "x" setter serializes to its new value: FAIL (Chrome: PASS, Safari: FAIL)
CSSPositionValue from CSSOM modified by "y" setter serializes to its new value: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html
CSSStyleValue from specified CSSOM serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSStyleValue from computed CSSOM serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
Shorthand CSSStyleValue from inline CSSOM serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
Shorthand CSSStyleValue from computed CSSOM serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html
CSSStyleValue parsed from string serializes to given string: FAIL (Chrome: PASS, Safari: FAIL)
Shorthand CSSStyleValue parsed from string serializes to given string: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html
CSSUnitValue with length unit constructed from IDL serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue with unit "percent" constructed from IDL serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue with unit "number" constructed from IDL serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue with integer values constructed from IDL serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSKeywordValue from DOMString modified by "value" setter serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
CSSKeywordValue from CSSOM modified by "value" setter serializes correctly: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssColorValue.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssHSL.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html
CSSMatrixComponent can be constructed from a 2D matrix with is2D true: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 2D matrix with is2D false: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 2D matrix without a CSSMatrixComponentOptions: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 2D matrix with an invalid CSSMatrixComponentOptions: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent.matrix can be updated to a 2D matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 3D matrix with is2D true: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 3D matrix with is2D false: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 3D matrix without a CSSMatrixComponentOptions: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent can be constructed from a 3D matrix with an invalid CSSMatrixComponentOptions: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent.matrix can be updated to a 3D matrix: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssRGB.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssRotate.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssSkewY.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-relative-units.html
CSSTranslate.toMatrix() containing relative units throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
CSSPerspective.toMatrix() containing relative units throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix.html
CSSTranslate.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSRotate.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSScale.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSSkew.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSSkewX.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSSkewY.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSPerspective.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
CSSMatrixComponent.toMatrix() returns correct matrix: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssTransformValue-toMatrix.html
CSSTransformValue.toMatrix() multiplies its component matrices: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue.toMatrix() respects is2D changes in its components: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html
Constructing a CSSTransformValue with no components throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue can be constructed with multiple transforms: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue.set correctly sets the CSSTransformComponent at the given index: FAIL (Chrome: PASS, Safari: FAIL)
Setting a component in CSSTransformValue correctly appends the CSSTransformComponent if index specified is greater than length: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue.is2D is false when given mix of 2D and 3D transforms: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue.is2D is true when given only 2D transforms: FAIL (Chrome: PASS, Safari: FAIL)
CSSTransformValue.is2D is readonly: FAIL (Chrome: PASS, Safari: FAIL)
Can iterate through CSSTransformValue components: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-indexed-getter-setter.html
Getting invalid index in CSSUnparsedValue returns undefined: FAIL (Chrome: PASS, Safari: FAIL)
Can update fragment in CSSUnparsedValue to a String: FAIL (Chrome: PASS, Safari: FAIL)
Can update fragment in CSSUnparsedValue to a CSSVariableReference: FAIL (Chrome: PASS, Safari: FAIL)
Setting one past the last fragment in a CSSUnparsedValue to a String appends the new fragment: FAIL (Chrome: PASS, Safari: FAIL)
Setting one past the last fragment in a CSSUnparsedValue to a CSSVariableReferenceValue appends the new fragment: FAIL (Chrome: PASS, Safari: FAIL)
Setting out of range index in CSSUnparsedValue throws RangeError: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-iterable.html
Iterating over an empty CSSUnparsedValue produces nothing: FAIL (Chrome: PASS, Safari: FAIL)
Iterating over a CSSUnparsedValue produces all fragments: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html
CSSVariableReferenceValue can be constructed with no fallback: FAIL (Chrome: PASS, Safari: FAIL)
CSSVariableReferenceValue can be constructed with null fallback: FAIL (Chrome: PASS, Safari: FAIL)
CSSVariableReferenceValue can be constructed with valid fallback: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html: ERROR (Chrome: ERROR, Safari: ERROR)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.html
Constructing CSSUnitValue with an unknown unit throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Constructing CSSUnitValue with a empty string unit throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with number: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with percent: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with em: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with ex: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with ch: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with ic: FAIL (Chrome: FAIL, Safari: FAIL)
CSSUnitValue can be constructed with rem: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with lh: FAIL (Chrome: FAIL, Safari: FAIL)
CSSUnitValue can be constructed with rlh: FAIL (Chrome: FAIL, Safari: FAIL)
CSSUnitValue can be constructed with vw: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with vh: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with vi: FAIL (Chrome: FAIL, Safari: FAIL)
CSSUnitValue can be constructed with vb: FAIL (Chrome: FAIL, Safari: FAIL)
CSSUnitValue can be constructed with vmin: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with vmax: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with cm: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with mm: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with Q: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with in: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with pt: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with pc: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with px: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with deg: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with grad: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with rad: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with turn: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with s: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with ms: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with Hz: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with kHz: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with dpi: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with dpcm: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with dppx: FAIL (Chrome: PASS, Safari: FAIL)
CSSUnitValue can be constructed with fr: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html
Two CSSUnitValues with same value and unit are equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSUnitValues with different values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSUnitValues with different units are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different types are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different number of values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with same structure are equal: FAIL (Chrome: PASS, Safari: FAIL)
Multiple CSSMathValues with same structure are equal: FAIL (Chrome: PASS, Safari: FAIL)
Multiple CSSMathValues with one different are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathClamp with same value and unit are equal: FAIL (Chrome: FAIL, Safari: FAIL)
Two CSSMathClamp with different units are not equal: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html
CSS.number returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.percent returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.em returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.ex returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.ch returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.ic returns a CSSUnitValue with correct value and unit: FAIL (Chrome: FAIL, Safari: FAIL)
CSS.rem returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.lh returns a CSSUnitValue with correct value and unit: FAIL (Chrome: FAIL, Safari: FAIL)
CSS.rlh returns a CSSUnitValue with correct value and unit: FAIL (Chrome: FAIL, Safari: FAIL)
CSS.vw returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.vh returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.vi returns a CSSUnitValue with correct value and unit: FAIL (Chrome: FAIL, Safari: FAIL)
CSS.vb returns a CSSUnitValue with correct value and unit: FAIL (Chrome: FAIL, Safari: FAIL)
CSS.vmin returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.vmax returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.cm returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.mm returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.Q returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.in returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.pt returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.pc returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.px returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.deg returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.grad returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.rad returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.turn returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.s returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.ms returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.Hz returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.kHz returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.dpi returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.dpcm returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.dppx returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
CSS.fr returns a CSSUnitValue with correct value and unit: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html
Parsing an invalid string throws SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Parsing a string with a non numeric token throws SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Parsing a string with left over numeric tokens throws SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Parsing a calc with incompatible units throws a SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Parsing a <dimension-token> with invalid units throws a SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Parsing ignores surrounding spaces: FAIL (Chrome: PASS, Safari: FAIL)
Parsing min() is successful: FAIL (Chrome: PASS, Safari: FAIL)
Parsing max() is successful: FAIL (Chrome: PASS, Safari: FAIL)
Parsing clamp() is successful: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html
Converting a CSSUnitValue to an invalid unit throws SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSNumericValue with invalid sum value throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSNumericValue with sum value containing more than one value throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSUnitValue to its canonical unit returns correct value: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathSum to a single unit adds the values: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathProduct to a single unit multiplies the values: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathMin to a single unit finds the min value: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathMin to a single unit with different units throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathMax to a single unit finds the max value: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathMax to a single unit with different units throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathClamp to a single unit returns the clamped value: FAIL (Chrome: FAIL, Safari: FAIL)
Converting a CSSMathClamp to a single unit with different units throws a TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
Converting a CSSMathNegate to a single unit negates its value: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSMathInvert to a single unit inverts its value and units: FAIL (Chrome: PASS, Safari: FAIL)
Converting a complex expression to a single unit: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html
Converting a CSSNumericValue to a sum with invalid units throws SyntaxError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSNumericValue with an invalid sum value to a sum throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSNumericValue with compound units to a sum throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting a CSSNumericValue with leftover units to a sum throws TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Converting CSSNumericValue to a sum with its own unit returns itself: FAIL (Chrome: PASS, Safari: FAIL)
Converting CSSNumericValue to a sum with no arguments returns all the units in sorted order: FAIL (Chrome: PASS, Safari: FAIL)
Converting CSSNumericValue to a sum with a relative unit converts correctly: FAIL (Chrome: PASS, Safari: FAIL)
Converting CSSNumericValue to a sum containing extra units returns zero for those units: FAIL (Chrome: PASS, Safari: FAIL)
CSSNumericValue.toSum converts greedily: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/computed/get-auto-min-size.html
An inflow flex-item computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
An absolute flex-child computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
An inflow grid-item computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
An absolute grid-child computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
An inflow block computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
An absolute block computed StylePropertyMap.get reports the auto minimum size correctly.: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/get-invalid.html
Calling StylePropertyMap.get with an unsupported property throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/get-position.html
Computed position sticky even if it does not apply: FAIL (Chrome: PASS, Safari: FAIL)
Computed position absolute even if it does not apply: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/get-shorthand.html
Getting an shorthand property set explicitly in computed style returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
Getting a shorthand property from initial computed style returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/get.html
Getting a custom property not in the computed style returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid property from computed style returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid custom property from computed style returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a list-valued property from computed style returns only the first value: FAIL (Chrome: PASS, Safari: FAIL)
Computed StylePropertyMap.get is not case-sensitive: FAIL (Chrome: PASS, Safari: FAIL)
Computed StylePropertyMap.get reflects updates in inline style: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/getAll-shorthand.html
StylePropertyMap.getAll() with a shorthand property set explicitly in computed style returns a list containing a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll() with a shorthand property from initial computed style returns a list containing a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/getAll.tentative.html
Calling StylePropertyMap.getAll with an unsupported property throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a custom property not in the property model returns an empty list: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll is case-insensitive: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid custom property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a list-valued property returns all the values: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/has.tentative.html
Calling StylePropertyMap.has with an unsupported property throws a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a custom property not in the property model returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property in mixed case returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid shorthand property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid custom property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid list-valued property returns true: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/computed/iterable.tentative.html
StylePropertyMap iterates properties in correct order: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns CSS properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns list-valued properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns custom properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
Computed StylePropertyMap sorts custom properties in increasing code-point order: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/append.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/declared/clear.html
Clearing an empty CSS rule is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Can clear a CSS rule containing properties: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.clear updates the CSS rule: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html
Declared StylePropertyMap only contains properties in the style rule: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap contains CSS property declarations in style rules: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap does not contain inline styles: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap contains custom property declarations: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap does not contain properties with invalid values: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap contains properties with their last valid value: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap is live: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/delete-shorthand.html
Deleting a shorthand property not in the css rule is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a shorthand property in the css rule removes both it and its longhands: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a longhand property in the css rule removes both it and its shorthand: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/delete.html
Deleting a property not in the css rule is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a property in the css rule removes it from the css rule: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a custom property in the css rule removes it from the css rule: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a list-valued property in the css rule removes it from the css rule: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.delete is not case-sensitive: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/get-shorthand.html
Getting a shorthand property set explicitly in css rule returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
Getting a shorthand property that is partially set in css rule returns null: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/get.html
Getting a custom property not in the CSS rule returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid property not in the CSS rule returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid property from CSS rule returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid custom property from CSS rule returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a list-valued property from CSS rule returns only the first value: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.get is not case-sensitive: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.get reflects changes in the CSS rule: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/getAll-shorthand.html
StylePropertyMap.getAll() with a shorthand property set explicitly in css rule returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll() with a shorthand property that is partially in css rule returns empty list: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/getAll.tentative.html
Calling StylePropertyMap.getAll with a property not in the property model returns an empty list: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a custom property not in the property model returns an empty list: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll is case-insensitive: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid custom property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a list-valued property returns all the values: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/has.tentative.html
Calling StylePropertyMap.has with a property not in the property model returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a custom property not in the property model returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property in mixed case returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid shorthand specified explicitly returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid shorthand only partially specified returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid custom property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid list-valued property returns true: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/iterable.tentative.html
Iterating over an empty StylePropertyMap gives a zero-length array: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterates properties in correct order: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns CSS properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns list-valued properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns custom properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/declared/set-shorthand.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/declared/set.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/inline/append.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/inline/clear.html
Clearing an empty inline style is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Can clear an inline style containing properties: FAIL (Chrome: PASS, Safari: FAIL)
Inline StylePropertyMap.clear updates the element inline style: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/delete-shorthand.html
Deleting a shorthand property not in the inline style is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a shorthand property in the inline style removes both it and its longhands: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a longhand property in the inline style removes both it and its shorthand: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/delete.html
Deleting a property not in the inline style is a no-op: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a property in the inline style removes it from the inline style: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a custom property in the inline style removes it from the inline style: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a list-valued property in the inline style removes it from the inline style: FAIL (Chrome: PASS, Safari: FAIL)
Inline StylePropertyMap.delete is not case-sensitive: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/get-shorthand.html
Getting an shorthand property set explicitly in inline style returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
Getting a shorthand property that is partially set in inline style returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting an attributeStyleMap shorthand property from an element without a style attribute: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/get.html
Getting a custom property not in the inline style returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid property not in the inline style returns null: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid property from inline style returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a valid custom property from inline style returns the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Getting a list-valued property from inline style returns only the first value: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.get is not case-sensitive: FAIL (Chrome: PASS, Safari: FAIL)
Declared StylePropertyMap.get reflects changes in the inline style: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/getAll-shorthand.html
StylePropertyMap.getAll() with a shorthand property set explicitly in inline style returns a base CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll() with a shorthand property that is partially in inline style returns empty list: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/getAll.tentative.html
Calling StylePropertyMap.getAll with a property not in the property model returns an empty list: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a custom property not in the property model returns an empty list: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap.getAll is case-insensitive: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a valid custom property returns a single element list with the correct entry: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.getAll with a list-valued property returns all the values: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/has.tentative.html
Calling StylePropertyMap.has with a property not in the property model returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a custom property not in the property model returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property in mixed case returns false: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid property in mixed case returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid custom property returns true: FAIL (Chrome: PASS, Safari: FAIL)
Calling StylePropertyMap.has with a valid list-valued property returns true: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/iterable.tentative.html
Iterating over an empty StylePropertyMap gives a zero-length array: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterates properties in inline style order: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns CSS properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns list-valued properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
StylePropertyMap iterator returns custom properties with the correct CSSStyleValue: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/inline/set-shorthand.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/inline/set.tentative.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/accent-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/alignment-baseline.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/all.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-delay.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-direction.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-duration.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-fill-mode.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-iteration-count.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-name.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-play-state.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation-timing-function.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/animation.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/backdrop-filter.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/backface-visibility.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-attachment.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-blend-mode.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-clip.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-image.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-origin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-repeat.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background-size.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/background.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/baseline-shift.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/block-size.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-collapse.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-image-outset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-image-repeat.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-image-slice.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-image-source.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-image-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-radius.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/border-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/bottom.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/box-shadow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/box-sizing.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/break.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/caption-side.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/caret-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/center-coordinate.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/clear.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/clip-path.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/clip-rule.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/clip.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/color-interpolation.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-count.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-rule-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-rule-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-rule-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-span.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/column-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/contain.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/coordinate.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/counter-increment.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/counter-reset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/counter-set.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/cursor.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/d.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/direction.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/display.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/dominant-baseline.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/empty-cells.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/fill-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/fill-opacity.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/fill-rule.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/fill.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/filter.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-basis.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-direction.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-flow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-grow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-shrink.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex-wrap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flex.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/float.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flood-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/flood-opacity.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-family.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-feature-settings.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-kerning.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-language-override.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-optical-sizing.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-palette.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-presentation.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-size-adjust.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-size.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-stretch.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-synthesis.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-alternates.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-caps.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-east-asian.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-emoji.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-ligatures.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant-numeric.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variant.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-variation-settings.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font-weight.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/font.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/gap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-area.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-auto-flow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-gap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-start-end.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-template-areas.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-rows.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid-template.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/grid.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/height.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/hyphens.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/image-rendering.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/inline-size.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/isolation.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/left.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/lighting-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/line-break.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/line-height-step.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/line-height.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/list-style-image.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/list-style-position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/list-style-type.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/logical.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/margin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/marker.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/mask-image.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/mask-type.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/mask.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/mix-blend-mode.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/object-fit.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/object-position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset-anchor.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset-distance.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset-path.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset-position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset-rotate.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/offset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/opacity.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/order.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/orphans.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/outline-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/outline-offset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/outline-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/outline-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/overflow-anchor.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/overflow-wrap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/overflow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/overscroll-behavior.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/padding.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/page.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/paint-order.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/perspective-origin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/perspective.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/pointer-events.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/quotes.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/radius.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/resize.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/right.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-margin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-padding.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-align.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-stop.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scroll-snap-type.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scrollbar-gutter.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/scrollbar-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/shape-image-threshold.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/shape-margin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/shape-outside.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/shape-rendering.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/speak.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stop-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-dasharray.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-dashoffset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-linecap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-linejoin.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-miterlimit.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-opacity.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/stroke.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/tab-size.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/table-layout.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-align-last.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-align.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-anchor.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-combine-upright.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-line.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip-ink.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-skip.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-decoration.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-emphasis-color.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-indent.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-justify.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-orientation.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-overflow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-rendering.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-shadow.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-size-adjust.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-transform.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-underline-offset.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/text-underline-position.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/top.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/touch-action.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transform-box.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transform-interpolated.html
Computed value for interpolated transforms is not null: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-typed-om/the-stylepropertymap/properties/transform-style.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transform.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transition-delay.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transition-duration.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transition-property.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transition-timing-function.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/transition.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/unicode-bidi.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/user-select.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/vector-effect.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/vertical-align.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/visibility.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/white-space.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/widows.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/width.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/will-change.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/word-break.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/word-spacing.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/word-wrap.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/writing-mode.html: ERROR (Chrome: OK, Safari: ERROR)
/css/css-typed-om/the-stylepropertymap/properties/z-index.html: ERROR (Chrome: OK, Safari: ERROR)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/af7046ce0034
[wpt PR 32674] - Implement CSSOM CSSMathClamp., a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3564917fe359
[wpt PR 32674] - Implement CSSOM CSSMathClamp., a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in before you can comment on or make changes to this bug.