Skip to content

Commit 14e59bd

Browse files
committed
CSS Typed OM: Check Firefox status
2026-07-28
1 parent ad1c8c2 commit 14e59bd

45 files changed

Lines changed: 52 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/css-properties-values-api/typedom.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,3 +995,4 @@
995995
}, 'Computed <angle> | <length> is reified as CSSUnitValue by iterator');
996996

997997
</script>
998+

css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
assert_equals(component.matrix.m11, 2, 'modification of m11 component of DOMMatrix expected to succeed');
1515
});
1616
</script>
17+

css/css-typed-om/background-image-gradient-ref.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
<p>
1212
There should be a green rect above.
1313
</p>
14+

css/css-typed-om/background-image-gradient.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
<p>
2020
There should be a green rect above.
2121
</p>
22+

css/css-typed-om/cycle-in-unparsed-value-crash.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
div.attributeStyleMap.set('width', unparsed_value);
1010
</script>
1111
<p>PASS if no crash</p>
12+

css/css-typed-om/declared-styleMap-accepts-inherit.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
assert_equals(element.attributeStyleMap.get('width').value, 'inherit', 'inherit should be a valid value for styleMap properties');
1414
});
1515
</script>
16+

css/css-typed-om/factory-absolute-length.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@
6262
</script>
6363
</body>
6464
</html>
65+

css/css-typed-om/factory-duration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
</script>
2828
</body>
2929
</html>
30+

css/css-typed-om/factory-font-relative-length.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@
3838
}
3939
</script>
4040
</body>
41-
</html>
41+
</html>
42+

css/css-typed-om/factory-frequency.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
</script>
2828
</body>
2929
</html>
30+

0 commit comments

Comments
 (0)