Enable more css tests (#31469)

* Enable more css tests

In particular, these directories are no longer skipped:
 - CSS1 (has no tests)
 - css-box (except margin-trim)
 - css-cascade
 - css-display (except run-in)
 - css-easing
 - css-env
 - css-lists
 - css-namespaces
 - css-overflow
 - css-pseudo
 - css-sizing (except aspect-ratio and contain-intrinsic-size)
 - css-syntax
 - reference
 - support (has no tests)

* Sort list properly

* Explicitly list skipped directories

* Do not skip css tests by default

* Add expectations
This commit is contained in:
Oriol Brufau 2024-03-01 08:49:39 +01:00 committed by GitHub
parent 0beec63c86
commit 2b1d342102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1357 changed files with 17727 additions and 66 deletions

View file

@ -0,0 +1,2 @@
[active-selection-011.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-012.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-016.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-018.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-021.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-025.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-027.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-031.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-041.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-051.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-052.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-053.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-054.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[active-selection-063.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-animate.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[cascade-highlight-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[cascade-highlight-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[cascade-highlight-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[cascade-highlight-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[file-selector-button-001.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[file-selector-button-inherit.html]
[::file-selector-button should inherit from its originating element]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-005.html]
expected: FAIL

View file

@ -0,0 +1,108 @@
[first-letter-allowed-properties.html]
[pre test setup]
expected: FAIL
[backgroundAttachment should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundBlendMode should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundClip should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundColor should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundImage should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundOrigin should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundPosition should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundRepeat should be applied to first-letter pseudo elements.]
expected: FAIL
[backgroundSize should be applied to first-letter pseudo elements.]
expected: FAIL
[border should be applied to first-letter pseudo elements.]
expected: FAIL
[borderImage should be applied to first-letter pseudo elements.]
expected: FAIL
[borderRadius should be applied to first-letter pseudo elements.]
expected: FAIL
[boxShadow should be applied to first-letter pseudo elements.]
expected: FAIL
[color should be applied to first-letter pseudo elements.]
expected: FAIL
[float should be applied to first-letter pseudo elements.]
expected: FAIL
[font should be applied to first-letter pseudo elements.]
expected: FAIL
[fontFeatureSettings should be applied to first-letter pseudo elements.]
expected: FAIL
[fontSizeAdjust should be applied to first-letter pseudo elements.]
expected: FAIL
[fontKerning should be applied to first-letter pseudo elements.]
expected: FAIL
[fontVariationSettings should be applied to first-letter pseudo elements.]
expected: FAIL
[letterSpacing should be applied to first-letter pseudo elements.]
expected: FAIL
[margin should be applied to first-letter pseudo elements.]
expected: FAIL
[padding should be applied to first-letter pseudo elements.]
expected: FAIL
[opacity should be applied to first-letter pseudo elements.]
expected: FAIL
[textDecoration should be applied to first-letter pseudo elements.]
expected: FAIL
[textJustify should be applied to first-letter pseudo elements.]
expected: FAIL
[textShadow should be applied to first-letter pseudo elements.]
expected: FAIL
[textTransform should be applied to first-letter pseudo elements.]
expected: FAIL
[textUnderlinePosition should be applied to first-letter pseudo elements.]
expected: FAIL
[verticalAlign should be applied to first-letter pseudo elements.]
expected: FAIL
[wordSpacing should be applied to first-letter pseudo elements.]
expected: FAIL
[position should not be applied to first-letter pseudo elements.]
expected: FAIL
[transition should not be applied to first-letter pseudo elements.]
expected: FAIL
[transform should not be applied to first-letter pseudo elements.]
expected: FAIL
[wordBreak should not be applied to first-letter pseudo elements.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-and-whitespace.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-digraph.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-exclude-block-child-marker.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-exclude-inline-child-marker.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-exclude-inline-marker.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-hi-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-hi-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-list-item-dynamic-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-opacity-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-opacity-float-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-punctuation-and-space.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-punctuation-dynamic.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-skip-empty-span-nested.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-skip-empty-span.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-skip-marker.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-text-and-display-change.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-with-before-after.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-with-quote.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-with-span.html]
expected: FAIL

View file

@ -0,0 +1,114 @@
[first-line-allowed-properties.html]
[retrieve style rule]
expected: FAIL
[backgroundAttachment should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundBlendMode should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundClip should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundColor should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundImage should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundOrigin should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundPosition should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundRepeat should be applied to first-line pseudo elements.]
expected: FAIL
[backgroundSize should be applied to first-line pseudo elements.]
expected: FAIL
[color should be applied to first-line pseudo elements.]
expected: FAIL
[fontFamily should be applied to first-line pseudo elements.]
expected: FAIL
[fontFeatureSettings should be applied to first-line pseudo elements.]
expected: FAIL
[fontKerning should be applied to first-line pseudo elements.]
expected: FAIL
[fontSize should be applied to first-line pseudo elements.]
expected: FAIL
[fontSizeAdjust should be applied to first-line pseudo elements.]
expected: FAIL
[fontStyle should be applied to first-line pseudo elements.]
expected: FAIL
[fontVariant should be applied to first-line pseudo elements.]
expected: FAIL
[fontWeight should be applied to first-line pseudo elements.]
expected: FAIL
[fontVariationSettings should be applied to first-line pseudo elements.]
expected: FAIL
[letterSpacing should be applied to first-line pseudo elements.]
expected: FAIL
[opacity should be applied to first-line pseudo elements.]
expected: FAIL
[textDecoration should be applied to first-line pseudo elements.]
expected: FAIL
[textJustify should be applied to first-line pseudo elements.]
expected: FAIL
[textShadow should be applied to first-line pseudo elements.]
expected: FAIL
[textTransform should be applied to first-line pseudo elements.]
expected: FAIL
[textUnderlinePosition should be applied to first-line pseudo elements.]
expected: FAIL
[verticalAlign should be applied to first-line pseudo elements.]
expected: FAIL
[wordSpacing should be applied to first-line pseudo elements.]
expected: FAIL
[border should not be applied to first-line pseudo elements.]
expected: FAIL
[borderImage should not be applied to first-line pseudo elements.]
expected: FAIL
[borderRadius should not be applied to first-line pseudo elements.]
expected: FAIL
[margin should not be applied to first-line pseudo elements.]
expected: FAIL
[padding should not be applied to first-line pseudo elements.]
expected: FAIL
[position should not be applied to first-line pseudo elements.]
expected: FAIL
[transition should not be applied to first-line pseudo elements.]
expected: FAIL
[transform should not be applied to first-line pseudo elements.]
expected: FAIL
[wordBreak should not be applied to first-line pseudo elements.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-and-marker.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-change-inline-color-nested.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-change-inline-color.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-inherited-no-transition.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-inherited-with-transition.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[first-line-line-height-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-line-height-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-nested-gcs.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-on-ancestor-block.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-opacity-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-with-inline-block-before.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-with-inline-block.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-with-out-of-flow-and-nested-div.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-with-out-of-flow-and-nested-span.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-line-with-out-of-flow.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grammar-error-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grammar-spelling-errors-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grammar-spelling-errors-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-cascade-002.html]
expected: FAIL

View file

@ -0,0 +1,18 @@
[highlight-cascade-007.html]
[M::selections own text-shadow respects Ms font-size]
expected: FAIL
[M span::selections inherited text-shadow respects Ms font-size]
expected: FAIL
[W::selections own text-shadow respects Ws line-height]
expected: FAIL
[W span::selections inherited text-shadow respects Ws line-height]
expected: FAIL
[U::selections own text-decoration-thickness respects Us font-size]
expected: FAIL
[U span::selections own text-decoration-thickness respects U spans font-size]
expected: FAIL

View file

@ -0,0 +1,9 @@
[highlight-cascade-009.html]
[body ::selection uses its own custom property]
expected: FAIL
[div::selection inherits a custom property]
expected: FAIL
[div::selection uses its own custom property]
expected: FAIL

View file

@ -0,0 +1,15 @@
[highlight-currentcolor-computed-inheritance.html]
[getComputedStyle() for ::selection]
expected: FAIL
[getComputedStyle() for ::target-text]
expected: FAIL
[getComputedStyle() for ::spelling-error]
expected: FAIL
[getComputedStyle() for ::grammar-error]
expected: FAIL
[getComputedStyle() for ::highlight(foo)]
expected: FAIL

View file

@ -0,0 +1,30 @@
[highlight-currentcolor-computed.html]
[getComputedStyle() for ::selection at #target1]
expected: FAIL
[getComputedStyle() for ::selection at #target2]
expected: FAIL
[getComputedStyle() for ::target-text at #target1]
expected: FAIL
[getComputedStyle() for ::target-text at #target2]
expected: FAIL
[getComputedStyle() for ::spelling-error at #target1]
expected: FAIL
[getComputedStyle() for ::spelling-error at #target2]
expected: FAIL
[getComputedStyle() for ::grammar-error at #target1]
expected: FAIL
[getComputedStyle() for ::grammar-error at #target2]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #target1]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #target2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-painting-properties-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-painting-properties-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-painting-text-shadow-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-root-explicit-default-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-root-implicit-default-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-currentcolor-root-implicit-default-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-soft-hyphens-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-paired-cascade-004.html]
expected: FAIL

View file

@ -0,0 +1,123 @@
[highlight-pseudos-computed.html]
[getComputedStyle() for ::selection]
expected: FAIL
[getComputedStyle() for ::selection: should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::selection) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::selection( should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::selection(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::selection() should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for :::selection should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::selection. should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text]
expected: FAIL
[getComputedStyle() for ::target-text: should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text( should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text() should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for :::target-text should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::target-text. should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error]
expected: FAIL
[getComputedStyle() for ::spelling-error: should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error( should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error() should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for :::spelling-error should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::spelling-error. should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error]
expected: FAIL
[getComputedStyle() for ::grammar-error: should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error( should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error() should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for :::grammar-error should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::grammar-error. should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo)]
expected: FAIL
[getComputedStyle() for ::highlight(foo): should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo)) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo)( should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo)(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo)() should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for :::highlight(foo) should return an empty CSSStyleDeclaration]
expected: FAIL
[getComputedStyle() for ::highlight(foo). should return an empty CSSStyleDeclaration]
expected: FAIL
[Different getComputedStyle() for ::highlight(bar) and same element]
expected: FAIL

View file

@ -0,0 +1,30 @@
[highlight-pseudos-inheritance-computed-001.html]
[getComputedStyle() for ::selection at #child1]
expected: FAIL
[getComputedStyle() for ::selection at #child2]
expected: FAIL
[getComputedStyle() for ::target-text at #child1]
expected: FAIL
[getComputedStyle() for ::target-text at #child2]
expected: FAIL
[getComputedStyle() for ::spelling-error at #child1]
expected: FAIL
[getComputedStyle() for ::spelling-error at #child2]
expected: FAIL
[getComputedStyle() for ::grammar-error at #child1]
expected: FAIL
[getComputedStyle() for ::grammar-error at #child2]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #child1]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #child2]
expected: FAIL

View file

@ -0,0 +1,30 @@
[highlight-pseudos-visited-computed-001.html]
[getComputedStyle() for ::selection at #target1]
expected: FAIL
[getComputedStyle() for ::selection at #target2]
expected: FAIL
[getComputedStyle() for ::target-text at #target1]
expected: FAIL
[getComputedStyle() for ::target-text at #target2]
expected: FAIL
[getComputedStyle() for ::spelling-error at #target1]
expected: FAIL
[getComputedStyle() for ::spelling-error at #target2]
expected: FAIL
[getComputedStyle() for ::grammar-error at #target1]
expected: FAIL
[getComputedStyle() for ::grammar-error at #target2]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #target1]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #target2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-styling-003.tentative.html]
expected: FAIL

View file

@ -0,0 +1,57 @@
[idlharness.html]
[idl_test setup]
expected: FAIL
[CSSPseudoElement interface: existence and properties of interface object]
expected: FAIL
[CSSPseudoElement interface object length]
expected: FAIL
[CSSPseudoElement interface object name]
expected: FAIL
[CSSPseudoElement interface: existence and properties of interface prototype object]
expected: FAIL
[CSSPseudoElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSPseudoElement interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CSSPseudoElement interface: attribute type]
expected: FAIL
[CSSPseudoElement interface: attribute element]
expected: FAIL
[CSSPseudoElement interface: attribute parent]
expected: FAIL
[CSSPseudoElement interface: operation pseudo(CSSOMString)]
expected: FAIL
[CSSPseudoElement must be primary interface of beforeElements.item(0)]
expected: FAIL
[Stringification of beforeElements.item(0)]
expected: FAIL
[CSSPseudoElement interface: beforeElements.item(0) must inherit property "type" with the proper type]
expected: FAIL
[CSSPseudoElement interface: beforeElements.item(0) must inherit property "element" with the proper type]
expected: FAIL
[CSSPseudoElement interface: beforeElements.item(0) must inherit property "parent" with the proper type]
expected: FAIL
[CSSPseudoElement interface: beforeElements.item(0) must inherit property "pseudo(CSSOMString)" with the proper type]
expected: FAIL
[CSSPseudoElement interface: calling pseudo(CSSOMString) on beforeElements.item(0) with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation pseudo(CSSOMString)]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-and-other-pseudo-elements.html]
expected: FAIL

View file

@ -0,0 +1,9 @@
[marker-animate.html]
['color' animation]
expected: FAIL
['opacity' animation]
expected: FAIL
['color' + 'opacity' animation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-color.html]
expected: FAIL

View file

@ -0,0 +1,18 @@
[marker-computed-content.html]
[Computed 'content' for list-item ::marker, variant string]
expected: FAIL
[Computed 'content' for list-item ::marker, variant image]
expected: FAIL
[Computed 'content' for list-item ::marker, variant none]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant string]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant image]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant none]
expected: FAIL

View file

@ -0,0 +1,24 @@
[marker-computed-size.html]
[Decimal ::marker]
expected: FAIL
[Decimal ::marker with custom value]
expected: FAIL
[String ::marker]
expected: FAIL
[::marker with no box due to 'list-style']
expected: FAIL
[::marker with custom string contents]
expected: FAIL
[::marker with custom image contents]
expected: FAIL
[::marker with custom string and image contents]
expected: FAIL
[::marker with no box due to 'content']
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-007.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-008.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-009.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-010.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-011.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-012.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-019.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-content-021.html]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more