WPT
wpt / webnn / validation_tests / layerNormalization.https.any.html?cpu
Spec: Web Neural Network API ↗
Runs: Chrome 155.0.8039.0 (wpt@508cc6a62, 2026-09-03) | Firefox 157.0a1 (wpt@508cc6a62, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@8fdda8ce4, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 21/21 | 0/21 | 0/21 | 0/21 | 0/21 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator") | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] throw if input is from another builder | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] throw if scale option is from another builder | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] throw if bias option is from another builder | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with default options for scalar input. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test when the input data type is float16. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with given axes. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with given scale. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with a non-default epsilon value. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with given axes, scale and bias. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with nonconsecutive axes. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Test with axes in descending order. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the input data type is not one of the floating point types. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the axis is greater than the input rank. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the axes have duplications. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the bias data type doesn't match input data type | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the scale data type doesn't match input data type | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the bias dimensions doesn't match axis dimensions. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the scale dimensions doesn't match axis dimensions. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the bias rank doesn't match axis rank. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| [layerNormalization] Throw if the scale rank doesn't match axis rank. | PASS | FAIL | FAIL | FAIL | FAIL | — |