mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
* FACEs work, setFormValue test is awful so now has _mozilla backup * 1. Impl Validatable in ElementInternals instead of HTMLElement. 2. Reuse the code in Validatable trait. 3. The form associated custom element is not a customized built-in element. * add some comments * support readonly attribute and complete barred from constraint validation * Addressed the code review comments * Updated the legacy-layout results * Fixed the WPT failures in ElementInternals-validation.html * Addressed the code review comments * Review suggestions * Fixed silly mistakes and update the test result outside elementinternals * update the test results --------- Co-authored-by: Patrick Shaughnessy <pshaughn@comcast.net> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
30 lines
777 B
INI
Vendored
30 lines
777 B
INI
Vendored
[state-css-selector.html]
|
|
[state selector has no influence when state is not applied]
|
|
expected: FAIL
|
|
|
|
[state selector has no influence on sibling selectors when not applied]
|
|
expected: FAIL
|
|
|
|
[state selector has influence when state is applied]
|
|
expected: FAIL
|
|
|
|
[state selector influences siblings when state is applied]
|
|
expected: FAIL
|
|
|
|
[state selector influences has() when state is applied]
|
|
expected: FAIL
|
|
|
|
[state selector only applies on given ident]
|
|
expected: FAIL
|
|
|
|
[state selector only applies to siblings on given ident]
|
|
expected: FAIL
|
|
|
|
[state selector only applies to has() on given ident]
|
|
expected: FAIL
|
|
|
|
[states added multiple times counts as one]
|
|
expected: FAIL
|
|
|
|
[style is invalided on clear()]
|
|
expected: FAIL
|