Bug 189834 - Layout Test css-custom-properties-api/registerProperty.html is failing
Summary: Layout Test css-custom-properties-api/registerProperty.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 189692
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-21 08:48 PDT by Per Arne Vollan
Modified: 2023-01-20 09:07 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2018-09-21 08:48:23 PDT
The following layout test is failing Windows:

css-custom-properties-api/registerProperty.html

Probable cause:

Unknown.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=css-custom-properties-api%2FregisterProperty.html
Comment 1 Per Arne Vollan 2018-09-21 08:52:47 PDT
Updated test expectations in <https://trac.webkit.org/changeset/236318/webkit>.
Comment 2 Karl Dubost 2022-11-01 00:22:55 PDT
Currently the message fails with 

```
FAIL message: CSS.registerProperty is not a function. (In 'CSS.registerProperty({
    name: name,
    syntax: syntax,
    initialValue: initial,
    inherits: inherits
  })', 'CSS.registerProperty' is undefined)
```

The associated Firefox bug is
https://bugzilla.mozilla.org/show_bug.cgi?id=1634362
which has a dependency on Houdini.
https://bugzilla.mozilla.org/show_bug.cgi?id=1273706

see https://developer.mozilla.org/en-US/docs/Web/API/CSS/registerProperty
and https://drafts.css-houdini.org/css-properties-values-api/#the-registerproperty-function
Comment 3 Antti Koivisto 2023-01-20 09:06:28 PST
This is done.
Comment 4 Radar WebKit Bug Importer 2023-01-20 09:07:18 PST
<rdar://problem/104478612>