Source code
Revision control
Copy as Markdown
Other Tools
[match-container.tentative.html]
[Element.matchContainer correctly matches the size of its container query.]
expected: FAIL
[Element.matchContainer handles an invalid query.]
expected: FAIL
[Element.matchContainer handles syntax errors and empty queries.]
expected: FAIL
[Element.matchContainer .matches reflects container size changes dynamically.]
expected: FAIL
[Element.matchContainer .matches still evaluates when target is display:none.]
expected: FAIL
[Element.matchContainer .matches updates when the target is removed from and re-inserted into the dom tree.]
expected: FAIL
[Element.matchContainer matches style queries on a style container.]
expected: FAIL
[Element.matchContainer .matches reflects custom property changes on the style container dynamically.]
expected: FAIL
[Element.matchContainer matches a comma-separated list if any query matches.]
expected: FAIL
[Element.matchContainer .query serializes "(width > 100px)"]
expected: FAIL
[Element.matchContainer .query serializes "(width < 300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(min-width: 300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(not (max-width: 500px))"]
expected: FAIL
[Element.matchContainer .query serializes "((max-width: 500px) and (max-height: 500px))"]
expected: FAIL
[Element.matchContainer .query serializes "((max-width: 500px) or (max-height: 500px))"]
expected: FAIL
[Element.matchContainer .query serializes "(width) and (height)"]
expected: FAIL
[Element.matchContainer .query serializes "(width) or (height)"]
expected: FAIL
[Element.matchContainer .query serializes "somename not (width)"]
expected: FAIL
[Element.matchContainer .query serializes "test_name (width) or (height)"]
expected: FAIL
[Element.matchContainer .query serializes "style(--my-prop: foo)"]
expected: FAIL
[Element.matchContainer .query serializes "(min-width:300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(min-width: 300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(MIN-WIDTH: 300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(width<300px)"]
expected: FAIL
[Element.matchContainer .query serializes "(width > 100px), (width < 50px)"]
expected: FAIL
[Element.matchContainer .query serializes "(width < 300px),(min-width: 300px)"]
expected: FAIL
[Element.matchContainer .query is empty for invalid queries.]
expected: FAIL
[Element.matchContainer .matches follows a hidden subtree with a forced computed style when it is moved to another container.]
expected: FAIL
[Element.matchContainer .matches updates when an ancestor is moved with moveBefore().]
expected: FAIL