haikuwebkit/LayoutTests/fast/css
Antti Koivisto ad6ff55397 REGRESSION(r279050): Crash under CSSImageValue::createDeprecatedCSSOMWrapper with cursor images
https://bugs.webkit.org/show_bug.cgi?id=228735

Reviewed by Alex Christensen.

Source/WebCore:

CSSCursorImageValue is not a CSSImageValue. This used to work before r279050 because they had
the URL field in the same offset.

Test: fast/css/cursor-image-cssvalue.html

* css/CSSValue.cpp:
(WebCore::CSSValue::createDeprecatedCSSOMWrapper const):

Don't do any special handling for CSSCursorImageValue. They are exposed as generic (deprecated)
CSS values with cssText only.

LayoutTests:

* fast/css/cursor-image-cssvalue-expected.txt: Added.
* fast/css/cursor-image-cssvalue.html: Added.


Canonical link: https://commits.webkit.org/240217@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280599 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-03 16:54:57 +00:00
..
cascade
content Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
counters CSSOM test for serializing counter() fails 2021-06-09 05:07:27 +00:00
custom-properties
deferred-parsing [CSS Parser] Implement deferred parsing of properties, @media, @supports and @keyframes 2016-12-14 21:02:07 +00:00
dumpAsText
getComputedStyle Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
image-orientation
image-resolution
ios [iOS] Page background color does not update after UIUserInterfaceLevel change 2021-07-26 19:18:07 +00:00
namespaces https://bugs.webkit.org/show_bug.cgi?id=32072, clean up invalid @-rule error handling so that we 2009-12-02 19:27:17 +00:00
object-fit Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
object-position calc() values resulting from blending mixed type lengths should be simplified 2021-04-09 15:58:15 +00:00
resources [LayoutTess] Delete unused LayoutTests/fast resources 2021-05-25 19:32:08 +00:00
script-tests
shadow-parts Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sticky sticky position incorrect behavior in table with dir=RTL 2021-03-05 18:51:46 +00:00
variables CSS parser "consume declaration" algorithm does not handle whitespace correctly 2021-06-29 01:34:20 +00:00
watchos
will-change Create a containing block when relevant properties are set in the current element will-change 2021-04-27 05:31:07 +00:00
001.html
002.html
003.html Adding css tests. 2003-11-16 21:01:25 +00:00
004.html
005.html
006-expected.txt
006.html
007.html
008.html
CSSPrimitiveValue-exceptions-expected.txt
CSSPrimitiveValue-exceptions.html
CSSPrimitiveValue-font-family-primitiveType-expected.txt
CSSPrimitiveValue-font-family-primitiveType.html Remove 'font' shorthand property special casing 2015-01-26 02:11:14 +00:00
CSSStyleDeclaration-cssFloat-expected.txt
CSSStyleDeclaration-cssFloat.html
CSSStyleDeclaration-cssText-null-expected.txt
CSSStyleDeclaration-cssText-null.html
CSSStyleDeclaration-getPropertyPriority-invalid-property-expected.txt CSSStyleDeclaration.getPropertyPriority() should return the empty string for invalid CSS properties 2021-06-22 17:43:15 +00:00
CSSStyleDeclaration-getPropertyPriority-invalid-property.html CSSStyleDeclaration.getPropertyPriority() should return the empty string for invalid CSS properties 2021-06-22 17:43:15 +00:00
CSSStyleDeclaration-parameters-expected.txt
CSSStyleDeclaration-parameters.html
CSSStyleDeclaration-property-setter-expected.txt Stop using valueToStringWithNullCheck() in JSCSSStyleDeclaration::putDelegate() 2016-07-20 23:07:30 +00:00
CSSStyleDeclaration-property-setter.html
CSSStyleDeclaration-setProperty-expected.txt
CSSStyleDeclaration-setProperty-unicode-expected.txt CSSStyleDeclaration.getPropertyPriority() should return the empty string for invalid CSS properties 2021-06-23 18:38:56 +00:00
CSSStyleDeclaration-setProperty-unicode.html CSSStyleDeclaration.getPropertyPriority() should return the empty string for invalid CSS properties 2021-06-23 18:38:56 +00:00
CSSStyleDeclaration-setProperty-unset-important-expected.txt CSSStyleDeclaration.setProperty() should be able to unset "important" on a property 2016-07-20 18:01:26 +00:00
CSSStyleDeclaration-setProperty-unset-important.html
CSSStyleDeclaration-setProperty.html
CSSSupportsRule-parameters-expected.txt CSSOM insertRule() index argument is optional with default 0 2017-05-19 14:11:48 +00:00
CSSSupportsRule-parameters.html
DOMImplementation.createCSSStyleSheet-obsolete-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
DOMImplementation.createCSSStyleSheet-obsolete.html
DOMQuad-points-SameObject-expected.txt
DOMQuad-points-SameObject.html
DOMQuad-serialization-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
DOMQuad-serialization.html
DOMRect-attributes-prototype-expected.txt
DOMRect-attributes-prototype.html
DOMRect-serialization-expected.txt Element.getBoundingClientRect() / getClientRects() should return a DOMRect types 2017-04-27 21:00:50 +00:00
DOMRect-serialization.html
Element-style-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
Element-style.html
MarqueeLayoutTest-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
MarqueeLayoutTest.html
MediaList-mediaText-null-expected.txt
MediaList-mediaText-null.html
MediaList-parameters-expected.txt
MediaList-parameters.html
ZeroOpacityLayers.html
ZeroOpacityLayers2.html
absolute-child-with-percent-height-inside-relative-parent-expected.txt
absolute-child-with-percent-height-inside-relative-parent.html
absolute-inline-alignment-2-expected.html Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed) 2020-06-02 05:49:47 +00:00
absolute-inline-alignment-2.html Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed) 2020-06-02 05:49:47 +00:00
absolute-inline-alignment-expected.html
absolute-inline-alignment.html
absolute-poition-in-rtl-parent.html
acid2-pixel.html
acid2.html
active-display-none-expected.txt
active-display-none.html
affected-by-hover-after-style-change-expected.txt
affected-by-hover-after-style-change.html
all-keyword-direction-expected.html
all-keyword-direction.html
all-keyword-inherit-expected.html
all-keyword-inherit.html
all-keyword-initial-expected.html
all-keyword-initial.html
all-keyword-revert-expected.html
all-keyword-revert.html
all-keyword-unset-expected.html
all-keyword-unset.html
alt-inherit-initial-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
alt-inherit-initial.html Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
ancestor-of-hovered-element-removed-expected.txt :hover CSS pseudo-class sometimes keeps matching ever after mouse has left the element 2016-06-22 05:52:05 +00:00
ancestor-of-hovered-element-removed.html
animation-pseudo-style-change-expected.html
animation-pseudo-style-change.html
animation-steps-calculated-value-expected.txt [CSS Easing 1] implement `jump-*` step positions 2020-05-02 09:34:30 +00:00
animation-steps-calculated-value.html
animation-transition-duration-quirksmode-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
animation-transition-duration-quirksmode.html
appearance-apple-pay-button-border-radius-expected.html [Apple Pay] Support percentage border-radius values in -apple-pay-button 2020-05-30 17:42:43 +00:00
appearance-apple-pay-button-border-radius.html [Apple Pay] Support percentage border-radius values in -apple-pay-button 2020-05-30 17:42:43 +00:00
appearance-apple-pay-button-default-corners-expected-mismatch.html REGRESSION (r256648): Apple Pay <button> elements no longer use the default corner radius on iOS (affects Stripe.js) 2020-06-06 04:00:42 +00:00
appearance-apple-pay-button-default-corners.html REGRESSION (r256648): Apple Pay <button> elements no longer use the default corner radius on iOS (affects Stripe.js) 2020-06-06 04:00:42 +00:00
appearance-apple-pay-button-expected.html
appearance-apple-pay-button.html
appearance-caps-lock-indicator-expected.txt
appearance-caps-lock-indicator.html
appearance-with-pseudo-elements-expected.html
appearance-with-pseudo-elements-in-quirks-mode-expected.html Add -webkit-appearance and pseudo element tests for quirks mode 2014-09-13 00:09:15 +00:00
appearance-with-pseudo-elements-in-quirks-mode.html
appearance-with-pseudo-elements.html
apple-system-colors-expected.txt Add a new color -apple-wireless-playback-target-active 2015-06-24 23:48:11 +00:00
apple-system-colors.html
apple-system-control-colors-expected.txt
apple-system-control-colors.html
aspect-ratio-division-crash-expected.txt Use double division 2021-03-18 15:43:55 +00:00
aspect-ratio-division-crash.html Use double division 2021-03-18 15:43:55 +00:00
aspect-ratio-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
aspect-ratio-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
aspect-ratio-no-relayout-expected.txt Diff aspect-ratio property values correctly 2021-06-05 07:28:13 +00:00
aspect-ratio-no-relayout.html Diff aspect-ratio property values correctly 2021-06-05 07:28:13 +00:00
assert-marquee-not-last-element-expected.txt
assert-marquee-not-last-element.html
at-host-cssom-crash-expected.txt
at-host-cssom-crash.html
atrule-with-escape-character-crash-expected.txt ASSERTION FAILED: name[0] == '@' && length >= 2 in WebCore::CSSParser::detectAtToken 2014-08-05 18:14:31 +00:00
atrule-with-escape-character-crash.html
atrule_longest_match-expected.txt
atrule_longest_match.html
attr-parsing-expected.txt
attr-parsing.html
attribute-ascii-case-insensitive-html-expected.html
attribute-ascii-case-insensitive-html.html
attribute-ascii-case-insensitive-xhtml-expected.xhtml
attribute-ascii-case-insensitive-xhtml.xhtml
attribute-ascii-case-insensitive-xml-in-html-expected.html
attribute-ascii-case-insensitive-xml-in-html.html
attribute-for-content-property-style-update-html-expected.html
attribute-for-content-property-style-update-html.html
attribute-for-content-property-style-update-xhtml-expected.html
attribute-for-content-property-style-update-xhtml.xhtml
attribute-selector-begin-dynamic-no-elementstyle-expected.txt
attribute-selector-begin-dynamic-no-elementstyle.html
attribute-selector-case-insensitive-expected.txt CSS Selectors Level 4: enable case-insensitive attribute matching by default 2015-03-24 19:56:34 +00:00
attribute-selector-case-insensitive.html
attribute-selector-contain-dynamic-no-elementstyle-expected.txt
attribute-selector-contain-dynamic-no-elementstyle.html
attribute-selector-dynamic.xml
attribute-selector-empty-value.html
attribute-selector-end-dynamic-no-elementstyle-expected.txt
attribute-selector-end-dynamic-no-elementstyle.html
attribute-selector-exact-dynamic-no-elementstyle-expected.txt
attribute-selector-exact-dynamic-no-elementstyle.html
attribute-selector-hyphen-dynamic-no-elementstyle-expected.txt
attribute-selector-hyphen-dynamic-no-elementstyle.html
attribute-selector-list-dynamic-no-elementstyle-expected.txt
attribute-selector-list-dynamic-no-elementstyle.html
attribute-selector-null-crash-expected.html
attribute-selector-null-crash.html
attribute-selector-recursive-update-on-setAttribute-expected.txt
attribute-selector-recursive-update-on-setAttribute.html
attribute-selector-set-dynamic-no-elementstyle-expected.txt
attribute-selector-set-dynamic-no-elementstyle.html
attribute-style-invalidation-optimization-html-expected.txt
attribute-style-invalidation-optimization-html.html
attribute-style-invalidation-optimization-xhtml-expected.txt Updating attributes on HTML elements do not invalidate the style correctly unless the attribute name is lowercase in the stylesheet 2014-08-27 19:16:51 +00:00
attribute-style-invalidation-optimization-xhtml.xhtml
attribute-style-update-html-expected.html
attribute-style-update-html.html
auto-min-size-expected.txt
auto-min-size.html
background-clip-radius-values-expected.png
background-clip-radius-values-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
background-clip-radius-values.html
background-clip-text-expected.txt background-clip:var(--a) invalidates -webkit-background-clip:text when --a:text 2020-10-07 22:42:21 +00:00
background-clip-text.html background-clip:var(--a) invalidates -webkit-background-clip:text when --a:text 2020-10-07 22:42:21 +00:00
background-clip-values-expected.txt
background-clip-values.html
background-currentcolor-expected.txt Unify and modernize fast/css/{outline,background}-currentcolor.html 2012-04-05 00:00:31 +00:00
background-currentcolor.html
background-image-with-baseurl-expected.txt
background-image-with-baseurl.html
background-layers-initial-size-expected.txt
background-layers-initial-size.html
background-norepeat-crash-expected.txt
background-norepeat-crash.html
background-parser-crash-expected.txt
background-parser-crash.html
background-position-inherit-expected.txt
background-position-inherit.html
background-position-serialize-expected.txt Computed style for background-position should not use "left" and "top" keywords 2021-03-31 05:48:55 +00:00
background-position-serialize.html Computed style for background-position should not use "left" and "top" keywords 2021-03-31 05:48:55 +00:00
background-repeat-null-y-crash-expected.txt
background-repeat-null-y-crash.html
background-shorthand-invalid-url.html
background-svg-image-loading-expected.html Followup (r273764): Use different container sizes in background-svg-image-loading.html 2021-03-04 18:28:40 +00:00
background-svg-image-loading.html Followup (r273764): Use different container sizes in background-svg-image-loading.html 2021-03-04 18:28:40 +00:00
before-after-pseudo-class-expected.html
before-after-pseudo-class.html
beforeSelectorOnCodeElement.html
begin-end-contain-selector-empty-value.html
bidi-override-in-anonymous-block.html
bogus-color-span-expected.txt
bogus-color-span.html
border-conflict-element-002-expected.html
border-conflict-element-002.htm
border-height.html
border-image-crash-expected.txt
border-image-crash.html
border-image-fill-crash-expected.txt
border-image-fill-crash.html
border-image-null-image-crash-expected.txt
border-image-null-image-crash.html
border-image-scale-crash-expected.txt Null check native image in createBitmapImageAfterScalingIfNeeded 2021-01-13 18:40:57 +00:00
border-image-scale-crash.html Null check native image in createBitmapImageAfterScalingIfNeeded 2021-01-13 18:40:57 +00:00
border-image-style-length-expected.txt
border-image-style-length.html
border-radius-inset-box-shadow-viewportlength-expected-mismatch.html
border-radius-inset-box-shadow-viewportlength.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
border-radius-negative-size-expected.txt
border-radius-negative-size.html
border-radius-non-negative-expected.txt
border-radius-non-negative.html
border-radius-outline-offset.html
border-radius-property-value-expected.txt
border-radius-property-value.html
border-radius-viewport-height-expected-mismatch.html
border-radius-viewport-height.html
border-radius-viewport-vmax-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
border-radius-viewport-vmax.html
border-radius-viewport-vmin-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
border-radius-viewport-vmin.html
border-shorthand-initialize-longhands-expected.txt
border-shorthand-initialize-longhands.html
border-solid-single-edge-antialias-expected.txt Antialias single-edge solid borders 2012-05-04 05:52:37 +00:00
border-solid-single-edge-antialias.html
border-spacing-without-vertical-value-expected.txt REGRESSION(r80439): Crash in StylePropertySet::borderSpacingValue 2012-04-03 16:52:28 +00:00
border-spacing-without-vertical-value.html
border-start-end-expected.txt 2010-07-14 Erik Arvidsson <arv@chromium.org> 2010-07-14 19:01:53 +00:00
border-start-end.html
border-width-large-expected.txt
border-width-large.html
box-shadow-and-border-radius-expected.txt Rebaseline for bug 65583 (path based border radius drawing on skia) 2011-09-07 02:35:17 +00:00
box-shadow-and-border-radius.html
box-shadow-negative-viewportlength-expected-mismatch.html
box-shadow-negative-viewportlength.html
box-shadow-viewport-height-expected-mismatch.html
box-shadow-viewport-height.html
box-shadow-viewport-vmax-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
box-shadow-viewport-vmax.html
box-shadow-viewport-vmin-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
box-shadow-viewport-vmin.html
box-shadow-viewport-width-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
box-shadow-viewport-width.html
box-sizing-backwards-compat-prefix-expected.txt
box-sizing-backwards-compat-prefix.html
box-sizing-border-box-dynamic-padding-border-update-expected.txt
box-sizing-border-box-dynamic-padding-border-update.html
bug4860-absolute-block-child-does-not-inherit-alignment-expected.png
bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt
bug4860-absolute-block-child-does-not-inherit-alignment.html
button-height-expected.txt
button-height.html
button_center.png
cached-sheet-restore-crash-expected.txt
cached-sheet-restore-crash.html
calc-binary-operation-crash-expected.txt Crash when creating CSSCalcBinaryOperation 2014-12-10 20:46:15 +00:00
calc-binary-operation-crash.html
calc-comments-allowed-expected.html
calc-comments-allowed.html
calc-mixed-blend-crash-expected.txt
calc-mixed-blend-crash.html
calc-parsing-expected.txt Nullptr crash in CSSCalcValue::category() via HTMLConverterCaches::floatPropertyValueForNode 2021-04-19 17:51:46 +00:00
calc-parsing-limits-expected.txt
calc-parsing-limits.html
calc-parsing.html Nullptr crash in CSSCalcValue::category() via HTMLConverterCaches::floatPropertyValueForNode 2021-04-19 17:51:46 +00:00
calc-percentage-pixel-expected.html
calc-percentage-pixel.html
calc-with-angle-time-frequency-expected.txt
calc-with-angle-time-frequency.html
calc-with-two-variables-crash-expected.txt
calc-with-two-variables-crash.html
calculated-length-as-percent-crash-expected.txt ASSERTION FAILED: type() == Percent in WebCore::Length::percent 2013-08-13 06:26:45 +00:00
calculated-length-as-percent-crash.html
caption-width-absolute-position-expected.txt
caption-width-absolute-position-offset-top-expected.txt
caption-width-absolute-position-offset-top.htm
caption-width-absolute-position.htm
caption-width-fixed-position-expected.txt
caption-width-fixed-position-offset-top-expected.txt
caption-width-fixed-position-offset-top.htm
caption-width-fixed-position.htm
caption-width-relative-position-expected.txt
caption-width-relative-position-offset-top-expected.txt
caption-width-relative-position-offset-top.htm
caption-width-relative-position.htm
caret-color-auto-expected.html [css-ui] Implement caret-color support 2017-08-14 17:29:34 +00:00
caret-color-auto.html
caret-color-expected.html
caret-color-fallback-to-color-expected.html
caret-color-fallback-to-color.html
caret-color-inherit-expected.html
caret-color-inherit.html
caret-color-span-inside-editable-parent-expected.html
caret-color-span-inside-editable-parent.html
caret-color.html
case-insensitive-attribute-selector-specificity-expected.html
case-insensitive-attribute-selector-specificity.html
case-insensitive-attribute-selector-styling-html-1-expected.html
case-insensitive-attribute-selector-styling-html-1.html
case-insensitive-attribute-selector-styling-html-2-expected.html
case-insensitive-attribute-selector-styling-html-2.html
case-insensitive-attribute-selector-styling-html-3-expected.html
case-insensitive-attribute-selector-styling-html-3.html
case-insensitive-attribute-selector-styling-xhtml-1-expected.html
case-insensitive-attribute-selector-styling-xhtml-1.xhtml
case-insensitive-attribute-selector-styling-xhtml-2-expected.html
case-insensitive-attribute-selector-styling-xhtml-2.xhtml
case-insensitive-attribute-selector-styling-xhtml-3-expected.html
case-insensitive-attribute-selector-styling-xhtml-3.xhtml
case-insensitive-attribute-with-svg-expected.html
case-insensitive-attribute-with-svg.html
case-transform-expected.txt LayoutTests: 2007-05-24 01:11:10 +00:00
case-transform.html
center-align-absolute-position-expected.html
center-align-absolute-position-inline-block-expected.html
center-align-absolute-position-inline-block.html Fix up ref-tests added in r126911 to make them more port-friendly. 2012-08-28 19:55:06 +00:00
center-align-absolute-position.html
checked-pseudo-selector-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
checked-pseudo-selector.html
child-selector-implicit-tbody-expected.txt LayoutTests: 2007-05-24 01:11:10 +00:00
child-selector-implicit-tbody.html
child-style-can-override-visited-style.html
class-style-invalidation-optimization-expected.txt CSS Rule features are ignored for nested CSS Selector lists 2014-10-22 03:28:29 +00:00
class-style-invalidation-optimization.html
clear-float-sibling-expected.html
clear-float-sibling.html
clip-text-in-scaled-div.html
clip-zooming.html
cloneNode-after-deleteRule-crash-expected.txt
cloneNode-after-deleteRule-crash.html
collapsed-whitespace-reattach-in-style-recalc-expected.txt
collapsed-whitespace-reattach-in-style-recalc.html Add a test for reattaching collapsed whitespace when siblings change style 2013-12-24 08:11:38 +00:00
color-leakage-expected.txt
color-leakage.html
color-quirk.html
color-strict.html
column-width-calculated-value-expected.txt calc() serialization doesn't match the spec 2019-12-04 02:22:35 +00:00
column-width-calculated-value.html
comment-before-charset-expected.txt
comment-before-charset-external-expected.txt
comment-before-charset-external.html
comment-before-charset.html
compare-content-style.html
computed-clip-with-auto-rect-expected.txt Fix interpolation of clip CSS property 2021-03-13 20:00:21 +00:00
computed-clip-with-auto-rect.html
computed-image-width-with-percent-height-expected.html
computed-image-width-with-percent-height-quirksmode-expected.txt
computed-image-width-with-percent-height-quirksmode.html
computed-image-width-with-percent-height.html
computed-width-without-renderer-expected.txt
computed-width-without-renderer.html
conic-gradient-no-document-element-crash-expected.txt Null check document element in createGradient 2021-02-08 17:36:18 +00:00
conic-gradient-no-document-element-crash.html Null check document element in createGradient 2021-02-08 17:36:18 +00:00
contain-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
contain-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
content-counter-010-expected.html
content-counter-010.htm
content-dynamic-expected.txt
content-dynamic.html
content-language-case-insensitivity-expected.txt Move some CSS -webkit-locale tests out of fast/text/ 2012-08-10 06:34:53 +00:00
content-language-case-insensitivity.html
content-language-comma-separated-list-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
content-language-comma-separated-list.html
content-language-dynamically-added-expected.txt Move some CSS -webkit-locale tests out of fast/text/ 2012-08-10 06:34:53 +00:00
content-language-dynamically-added.html
content-language-dynamically-changed-expected.txt
content-language-dynamically-changed.html
content-language-dynamically-removed-expected.txt
content-language-dynamically-removed.html
content-language-empty-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
content-language-empty.html
content-language-late-expected.txt Move some CSS -webkit-locale tests out of fast/text/ 2012-08-10 06:34:53 +00:00
content-language-late.html Remove un-needed js-test-style.css. 2013-09-10 02:05:39 +00:00
content-language-mapped-to-webkit-locale-expected.txt Move some CSS -webkit-locale tests out of fast/text/ 2012-08-10 06:34:53 +00:00
content-language-mapped-to-webkit-locale.html
content-language-multiple-expected.txt
content-language-multiple.html
content-language-no-content-expected.txt
content-language-no-content.html
content-language-only-whitespace-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
content-language-only-whitespace.html
content-language-with-whitespace-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
content-language-with-whitespace.html
contentDiv-expected.txt
contentDiv.html
contentDivWithChildren-expected.txt
contentDivWithChildren.html
contentImage-expected.txt
contentImage.html
continuationCrash.html
counter-crash-expected.txt Rubber-stamped by Eric Seidel 2011-02-24 23:50:36 +00:00
counter-crash.html
crash-comparing-equal-expected.txt
crash-comparing-equal.html equal() in CSSParser.cpp should check the length of characters 2012-09-04 21:32:19 +00:00
crash-inherit-value-font-family-expected.txt Bad cast from CSSInitialValue to CSSValueList 2013-09-21 04:13:52 +00:00
crash-inherit-value-font-family.html
crash-on-custom-cursor-when-loading-expected.txt
crash-on-custom-cursor-when-loading.html
crash-on-gradient-with-derived-color-expected.txt Null-pointer crash when a derived color like -webkit-activelink is set in a gradient stop 2012-07-24 05:34:42 +00:00
crash-on-gradient-with-derived-color.html
crash-on-incomplete-not-expected.txt
crash-on-incomplete-not.html
crash-on-incomplete-webkit-any-expected.txt
crash-on-incomplete-webkit-any.html
create_element_align.xhtml
css-fontface-rule-crash-expected.txt
css-fontface-rule-crash.html
css-imports-2-expected.txt
css-imports-2.html
css-imports.html
css-keyframe-parent-expected.txt
css-keyframe-parent.html
css-keyframe-style-crash-expected.txt
css-keyframe-style-crash.html
css-keyframe-style-mutate-crash-expected.txt
css-keyframe-style-mutate-crash.html
css-keyframe-style-parentRule-expected.txt
css-keyframe-style-parentRule.html
css-keyframe-unexpected-end-expected.txt Use floating keyframe rule list when parsing @-webkit-keyframes and allow abrupt rule termination 2012-06-29 08:55:47 +00:00
css-keyframe-unexpected-end.html
css-lang-selector-with-string-arguments-text-expected.txt Always serialize :lang()'s arguments to strings 2015-02-24 14:21:28 +00:00
css-lang-selector-with-string-arguments-text.html
css-properties-case-insensitive-expected.txt LayoutTests: 2007-08-11 11:52:44 +00:00
css-properties-case-insensitive.html
css-selector-deeply-nested-expected.txt
css-selector-deeply-nested.html
css-selector-enabled-links-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
css-selector-enabled-links.html
css-selector-text-expected.txt Support unprefixed :autofill pseudo-class. 2021-07-01 09:03:38 +00:00
css-selector-text.html Support unprefixed :autofill pseudo-class. 2021-07-01 09:03:38 +00:00
css-set-selector-text-crash-expected.txt
css-set-selector-text-crash.html
css-set-selector-text-expected.txt Support unprefixed :autofill pseudo-class. 2021-07-01 09:03:38 +00:00
css-set-selector-text.html Support unprefixed :autofill pseudo-class. 2021-07-01 09:03:38 +00:00
css1_forward_compatible_parsing.html
css2-system-color.html Some tests in css/css-color/parsing/system-color-valid.html are failing 2020-06-05 22:05:34 +00:00
css2-system-fonts.html
css3-ch-unit-expected.txt
css3-ch-unit.html
css3-nth-child.html
css3-nth-space-expected.txt
css3-nth-space.html
css3-nth-tokens-script-expected.txt
css3-nth-tokens-script.html
css3-nth-tokens-style-expected.txt WebCore: document.querySelector(':nth-child(foo)') should throw a syntax error 2011-01-06 16:46:36 +00:00
css3-nth-tokens-style.html
css3-space-in-nth-and-lang.html
cssText-cache-expected.txt
cssText-cache.html
cssText-shorthand-expected.txt
cssText-shorthand.html
currentColor-background-paint-expected.html currentColor isn't recalculated when a text node doesn't exist 2020-09-24 13:21:13 +00:00
currentColor-background-paint.html currentColor isn't recalculated when a text node doesn't exist 2020-09-24 13:21:13 +00:00
currentColor-initial-style-update-expected.txt
currentColor-initial-style-update.html
currentColor-on-before-after-pseudo-elements-expected.html
currentColor-on-before-after-pseudo-elements.html
currentColor-style-update-reftest-expected.html `currentColor` computes to the same colour on all elements, even if 'color' is inherited differently 2015-03-30 03:10:48 +00:00
currentColor-style-update-reftest.html
currentColor-value-style-update-expected.txt
currentColor-value-style-update.html
currentcolor-strict-mode-expected.html
currentcolor-strict-mode.html
cursor-image-cssvalue-expected.txt REGRESSION(r279050): Crash under CSSImageValue::createDeprecatedCSSOMWrapper with cursor images 2021-08-03 16:54:57 +00:00
cursor-image-cssvalue.html REGRESSION(r279050): Crash under CSSImageValue::createDeprecatedCSSOMWrapper with cursor images 2021-08-03 16:54:57 +00:00
cursor-parsing-expected.txt -webkit-image-set should support all the image functions WebKit supports, not just url() 2020-01-21 18:28:17 +00:00
cursor-parsing-image-set-expected.txt
cursor-parsing-image-set.html
cursor-parsing.html
cursor-with-invalid-url-expected.txt
cursor-with-invalid-url.html
custom-font-xheight-expected.txt
custom-font-xheight.html
data-attribute-style-sharing-1-expected.html
data-attribute-style-sharing-1.html
data-attribute-style-sharing-2-expected.html
data-attribute-style-sharing-2.html
data-attribute-style-sharing-3-expected.html
data-attribute-style-sharing-3.html
data-attribute-style-sharing-4-expected.html
data-attribute-style-sharing-4.html
data-attribute-style-sharing-5-expected.html
data-attribute-style-sharing-5.html
data-attribute-style-sharing-6-expected.html
data-attribute-style-sharing-6.html
data-attribute-style-sharing-7-expected.html
data-attribute-style-sharing-7.html
default-bidi-css-rules-expected.txt Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed) 2020-06-02 05:49:47 +00:00
default-bidi-css-rules.html Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed) 2020-06-02 05:49:47 +00:00
delete-rule-crash-expected.txt
delete-rule-crash.html
deprecated-flex-box-zero-width-intrinsic-max-width-expected.txt
deprecated-flex-box-zero-width-intrinsic-max-width.html
deprecated-flexbox-auto-min-size-expected.txt
deprecated-flexbox-auto-min-size.html
device-aspect-ratio-expected.txt
device-aspect-ratio.html
dfn-default-font-style-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
dfn-default-font-style.html
direct-adjacent-style-sharing-1-expected.html
direct-adjacent-style-sharing-1.html
direct-adjacent-style-sharing-2-expected.html
direct-adjacent-style-sharing-2.html
direct-adjacent-style-sharing-3-expected.html
direct-adjacent-style-sharing-3.html
direct-adjacent-style-update-optimization-expected.txt
direct-adjacent-style-update-optimization.html
disabled-author-styles.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
display-compact-ignored-expected.txt
display-compact-ignored.html
display-contents-all-expected.html
display-contents-all.html
display-contents-before-after-grid-expected.html ::before/::after elements not filling their grid cell when container has display: contents 2019-10-30 17:51:58 +00:00
display-contents-before-after-grid.html
display-contents-detail-selection-expected.txt
display-contents-detail-selection.html
display-contents-document-element-expected.txt
display-contents-document-element.html
display-contents-hover-active-expected.txt
display-contents-hover-active.html
display-contents-style-update-expected.html
display-contents-style-update.html
display-contents-to-none-expected.html
display-contents-to-none.html
display-inline-block-scrollbar-expected.txt
display-inline-block-scrollbar.html
display-no-show-hide-expected.html
display-no-show-hide.html
display-none-documentElement-expected.html
display-none-documentElement.html
display-none-inline-style-change-crash-expected.txt
display-none-inline-style-change-crash.html
div_plus_nav_bug47971-expected.txt
div_plus_nav_bug47971.html
document-stylesheets-dynamic-expected.html
document-stylesheets-dynamic.html
draggable-region-parser-expected.txt
draggable-region-parser.html
drop-shadow-viewport-height-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
drop-shadow-viewport-height.html
drop-shadow-viewport-vmax-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
drop-shadow-viewport-vmax.html
drop-shadow-viewport-vmin-expected-mismatch.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
drop-shadow-viewport-vmin.html
drop-shadow-viewport-width-expected-mismatch.html
drop-shadow-viewport-width.html
duplicate-property-in-rule-expected.txt
duplicate-property-in-rule-important-expected.txt
duplicate-property-in-rule-important.html
duplicate-property-in-rule.html
duplicated-after-pseudo-element-expected.html
duplicated-after-pseudo-element.html
duplicated-before-pseudo-element-expected.html
duplicated-before-pseudo-element.html
dynamic-pseudo-class-expected.txt
dynamic-pseudo-class.html
dynamic-sibling-selector.html
dynamic-style-attribute-query-expected.txt
dynamic-style-attribute-query.html
element-scrollByLines-scrollByPages-obsolete-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
element-scrollByLines-scrollByPages-obsolete.html
empty-body-test.html
empty-cell-baseline-expected.html
empty-cell-baseline.html
empty-display-none-expected.txt
empty-display-none-invalidation-expected.html
empty-display-none-invalidation.html
empty-display-none.html
empty-first-line-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
empty-first-line-crash.html
empty-generated-content-expected.txt
empty-generated-content.html
empty-inline-003-quirksmode-expected.png
empty-inline-003-quirksmode-expected.txt [LFC][Integration] Enable inline box support (RenderInline) 2021-04-06 13:55:35 +00:00
empty-inline-003-quirksmode.htm
empty-inline-line-height-first-line-expected.png
empty-inline-line-height-first-line-expected.txt
empty-inline-line-height-first-line-quirksmode-expected.png
empty-inline-line-height-first-line-quirksmode-expected.txt
empty-inline-line-height-first-line-quirksmode.htm
empty-inline-line-height-first-line.htm
empty-pseudo-class.html
empty-script-expected.txt
empty-script.html
empty-span-expected.html
empty-span-with-parent-div-and-vertical-align-expected.html Wrong linebox height, when block element parent has vertical-align property defined. 2013-07-17 18:46:39 +00:00
empty-span-with-parent-div-and-vertical-align.html Wrong linebox height, when block element parent has vertical-align property defined. 2013-07-17 18:46:39 +00:00
empty-span.html
empty-webkit-mask-crash-expected.png
empty-webkit-mask-crash-expected.txt
empty-webkit-mask-crash.html
emptyStyleTag-expected.txt
emptyStyleTag.html
end-of-buffer-crash-expected.txt
end-of-buffer-crash.html
epub-properties-expected.txt
epub-properties.html
error-in-last-decl.html
ex-after-font-variant.html
fieldset-display-row.html
fill-layer-crash-expected.txt
fill-layer-crash.html
find-next-layer.html
first-child-display-change-expected.txt
first-child-display-change-inverse-expected.txt
first-child-display-change-inverse.html
first-child-display-change.html
first-child-pseudo-class.html
first-letter-and-float-crash-expected.txt
first-letter-and-float-crash.html
first-letter-anonymous-block-crash-expected.txt
first-letter-anonymous-block-crash.html
first-letter-block-form-controls-crash-expected.txt
first-letter-block-form-controls-crash.html
first-letter-capitalized-edit-select-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
first-letter-capitalized-edit-select-crash.html Use testRunner instead of layoutTestController in fast/canvas, clip, compact, constructors, cookies, and css* tests 2012-06-19 07:23:13 +00:00
first-letter-capitalized.html
first-letter-detach.html
first-letter-first-line-hover.html
first-letter-float-after-float.html
first-letter-float.html
first-letter-from-ancestors-not-apply-inline-elements-expected.html
first-letter-from-ancestors-not-apply-inline-elements.html
first-letter-hover.html
first-letter-ignores-display-property-expected.html
first-letter-ignores-display-property.html
first-letter-inline-flow-split-crash-expected.txt
first-letter-inline-flow-split-crash.html
first-letter-inline-flow-split-table-crash-expected.txt
first-letter-inline-flow-split-table-crash.html Fix HTML executable bits 2013-08-19 16:14:32 +00:00
first-letter-nested-expected.txt
first-letter-nested.html
first-letter-on-non-matching-selectors-expected.txt
first-letter-on-non-matching-selectors.html
first-letter-punctuation-expected.html
first-letter-punctuation.html
first-letter-recalculation.html
first-letter-removed-added-expected.txt
first-letter-removed-added.html
first-letter-set-text-expected.png
first-letter-set-text-expected.txt
first-letter-set-text.html
first-letter-skip-out-of-flow-expected.html
first-letter-skip-out-of-flow.html
first-letter-style-relation-crash-expected.txt Descendant style relations are sometimes reset when they shouldn't 2021-04-12 16:49:52 +00:00
first-letter-style-relation-crash.html Descendant style relations are sometimes reset when they shouldn't 2021-04-12 16:49:52 +00:00
first-letter-text-fragment-crash-expected.txt
first-letter-text-fragment-crash.html
first-letter-visibility.html
first-line-parent-style-different-expected.txt
first-line-parent-style-different.html
first-line-style-for-before-after-content-expected.html
first-line-style-for-before-after-content.html
first-line-text-decoration-inherited-from-parent.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
first-line-text-decoration.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
first-of-type-pseudo-class.html
fixed-table-layout-cell-padding-expected.html
fixed-table-layout-cell-padding.htm
fixed-width-intrinsic-width-excludes-scrollbars-expected.txt Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items 2013-01-10 20:32:24 +00:00
fixed-width-intrinsic-width-excludes-scrollbars.html
flex-calculated-value-expected.txt
flex-calculated-value.html
flex-shrink-calculated-value-expected.txt
flex-shrink-calculated-value.html
focus-ring-detached.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
focus-ring-exists-for-search-field.html
focus-ring-multiline-writingmode-vertical.html
focus-ring-multiline.html
focus-ring-outline-color.html
focus-ring-outline-offset.html
focus-ring-outline-width.html
font-calculated-value-expected.txt
font-calculated-value.html
font-face-cache-bug-expected.txt
font-face-cache-bug.html
font-face-data-uri-expected.txt
font-face-data-uri-invalid-expected.txt
font-face-data-uri-invalid.html
font-face-data-uri.html
font-face-default-font-expected.txt
font-face-default-font.html
font-face-descending-unicode-range-expected.txt
font-face-descending-unicode-range.html
font-face-download-error-expected.txt
font-face-download-error.html
font-face-font-family-descriptor-expected.txt
font-face-font-family-descriptor.html
font-face-implicit-local-font.html
font-face-in-media-rule-expected.txt
font-face-in-media-rule.html
font-face-in-shadow-DOM.html
font-face-insert-link-expected.txt
font-face-insert-link.html
font-face-locally-installed.html
font-face-multiple-faces.html
font-face-multiple-families-expected.txt
font-face-multiple-families.html
font-face-multiple-missing-glyphs-expected.html REGRESSION (r177876): store.apple.com profile and cart icons are missing 2015-07-15 00:23:41 +00:00
font-face-multiple-missing-glyphs.html
font-face-multiple-ranges-for-unicode-range-expected.txt
font-face-multiple-ranges-for-unicode-range.html Change fast/c* files to use pre and post js files in LayoutTests/resources. 2013-09-07 22:20:15 +00:00
font-face-multiple-remote-sources-expected.txt
font-face-multiple-remote-sources.html
font-face-opentype.html
font-face-remote-expected.txt [GTK] Rebaseline after r268520 2020-10-15 19:39:54 +00:00
font-face-remote.html
font-face-repeated-url-expected.txt
font-face-repeated-url.html
font-face-set-ready-after-document-load-expected.txt
font-face-set-ready-after-document-load.html
font-face-src-parsing-expected.txt
font-face-src-parsing.html
font-face-svg-decoding-error-expected.txt
font-face-svg-decoding-error.html
font-face-synthetic-bold-italic.html
font-face-unexpected-end-expected.html
font-face-unexpected-end.html
font-face-unicode-range.html
font-face-unquoted-local-expected.html
font-face-unquoted-local.html
font-face-unused-source-loaded-expected.txt
font-face-unused-source-loaded.html
font-face-used-after-retired-expected.txt
font-face-used-after-retired.html
font-face-weight-matching.html
font-face-woff-expected.txt
font-face-woff.html
font-face-zero-hash-key-expected.txt
font-face-zero-hash-key.html
font-family-builtins-expected.txt
font-family-builtins.html
font-family-initial-expected.txt
font-family-initial.html
font-family-pictograph.html
font-family-trailing-bracket-gunk-expected.txt
font-family-trailing-bracket-gunk.html
font-property-priority-expected.txt
font-property-priority.html
font-shorthand-expected.txt
font-shorthand-from-longhands-expected.txt
font-shorthand-from-longhands.html
font-shorthand-line-height-expected.txt
font-shorthand-line-height.html
font-shorthand-mix-inherit-expected.txt
font-shorthand-mix-inherit.html
font-shorthand-weight-only.html
font-shorthand.html
font-size-nan-expected.txt
font-size-nan.svg
font-size-negative-expected.txt
font-size-negative.html
font-smoothing.html
font-systemFontID-parsing-expected.txt
font-systemFontID-parsing.html
font-weight-1.html
fontMetric-border-radius-null-crash-expected.txt
fontMetric-border-radius-null-crash.html
fontMetric-webkit-border-end-width-null-crash-expected.txt
fontMetric-webkit-border-end-width-null-crash.html
font_property_normal.html
fontloader-download-error-expected.txt
fontloader-download-error.html
fontloader-events-expected.txt
fontloader-events.html
fontloader-loadingdone-expected.txt
fontloader-loadingdone.html
fontloader-multiple-faces-download-error-expected.txt
fontloader-multiple-faces-download-error.html
fontloader-multiple-faces-expected.txt
fontloader-multiple-faces.html
fontloader-multiple-families-expected.txt
fontloader-multiple-families.html
fontloader-on-detached-document-crash-expected.txt Nullptr crash in Document::contextDocument() inside FontFaceSet::FontFaceSet 2021-02-24 08:42:16 +00:00
fontloader-on-detached-document-crash.html Nullptr crash in Document::contextDocument() inside FontFaceSet::FontFaceSet 2021-02-24 08:42:16 +00:00
fontloader-page-cache-expected.txt
fontloader-page-cache.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
fontloader-svg-select-expected.txt
fontloader-svg-select.svg
fontloader-tab-index-expected.html
fontloader-tab-index.html
fontsize-unit-rems-crash-expected.txt
fontsize-unit-rems-crash.html
getFloatValueForUnit-expected.txt
getFloatValueForUnit.html
getMatchedCSSProperties-rule-mutation-expected.txt Mutating rules returned by getMatchedCSSRules can result in crash 2014-03-18 18:06:52 +00:00
getMatchedCSSProperties-rule-mutation.html
getMatchedCSSRules-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
getMatchedCSSRules-crash.html
getPropertyValue-border-expected.txt
getPropertyValue-border.html
getPropertyValue-clip-expected.txt
getPropertyValue-clip.html
getPropertyValue-column-rule-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
getPropertyValue-column-rule.html
getPropertyValue-columns-expected.txt
getPropertyValue-columns.html
getPropertyValue-returns-empty-on-missing-property-expected.txt
getPropertyValue-returns-empty-on-missing-property.html
getPropertyValue-webkit-margin-collapse-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
getPropertyValue-webkit-margin-collapse.html
getPropertyValue-webkit-text-stroke-expected.txt Returns inconsistent types for el.style.property and el.style.getPropertyValue('color') 2015-08-04 05:14:43 +00:00
getPropertyValue-webkit-text-stroke.html
gradient-prefixed-unprefixed-toggle-expected.html
gradient-prefixed-unprefixed-toggle.html
h1-in-section-elements.html
has-attachment-expected.txt
has-attachment.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
heightless-list-item-expected.html
heightless-list-item.html
hex-colors-expected.txt
hex-colors.html
hexColor-isDigit-assert-expected.txt
hexColor-isDigit-assert.html
hover-active-drag-expected.txt
hover-active-drag.html
hover-affects-ancestor-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
hover-affects-ancestor.html
hover-affects-child-expected.txt
hover-affects-child.html
hover-display-block-expected.txt
hover-display-block-inline-expected.txt
hover-display-block-inline.html
hover-display-block-none-expected.txt
hover-display-block-none.html
hover-display-block.html
hover-subselector.html
hover-update-expected.txt
hover-update.html
hsl-color.html
hsla-color.html
html-attr-case-sensitivity-expected.txt
html-attr-case-sensitivity.html
htmlelement-offset-properties-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
htmlelement-offset-properties.html
id-or-class-before-stylesheet-expected.txt
id-or-class-before-stylesheet-strict-expected.txt
id-or-class-before-stylesheet-strict.html
id-or-class-before-stylesheet.html
id-style-invalidation-optimization-expected.txt CSS Rule features are ignored for nested CSS Selector lists 2014-10-22 03:28:29 +00:00
id-style-invalidation-optimization.html
identical-logical-height-decl-expected.html
identical-logical-height-decl.html
image-object-hover-inherit-expected.html
image-object-hover-inherit.html
image-rendering-canvas-expected.png
image-rendering-canvas-expected.txt
image-rendering-canvas.html
image-rendering-expected.png
image-rendering-expected.txt
image-rendering-parsing-expected.txt
image-rendering-parsing.html
image-rendering.html
image-set-parsing-expected.txt
image-set-parsing-generated-expected.txt
image-set-parsing-generated.html
image-set-parsing-invalid-expected.txt
image-set-parsing-invalid.html
image-set-parsing.html
image-set-setting-expected.txt
image-set-setting.html
image-set-unprefixed-expected.txt
image-set-unprefixed.html
image-set-value-crash-in-fillImageSet-expected.txt Making -webkit-image-set() the first value of background property causes crash. 2013-02-02 20:55:48 +00:00
image-set-value-crash-in-fillImageSet.html
image-set-value-not-removed-crash-expected.txt
image-set-value-not-removed-crash.html
image-value-type-expected.txt
image-value-type.html
imageTileOpacity-expected.txt
imageTileOpacity.html
implicit-property-restore-expected.txt
implicit-property-restore.html
implicitly-case-insensitive-attribute-with-svg-expected.html CSS JIT: add support for case-insensitive attribute matching 2015-02-24 03:31:08 +00:00
implicitly-case-insensitive-attribute-with-svg.html
import-and-insert-rule-no-update-expected.txt
import-and-insert-rule-no-update.html
import-rule-regression-11590.html
import-style-update-expected.txt
import-style-update.html WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs 2020-10-05 19:36:22 +00:00
import_with_baseurl-expected.txt
import_with_baseurl.html
important-js-override-expected.txt
important-js-override.html
indirect-adjacent-style-invalidation-1-expected.txt
indirect-adjacent-style-invalidation-1.html
indirect-adjacent-style-invalidation-2-expected.txt
indirect-adjacent-style-invalidation-2.html
indirect-adjacent-style-invalidation-3-expected.txt
indirect-adjacent-style-invalidation-3.html
indirect-adjacent-style-update-optimization-expected.txt
indirect-adjacent-style-update-optimization.html Invalidate style for sibling combinators accurately on class change 2018-02-01 09:01:01 +00:00
infinite-floating-value-expected.txt
infinite-floating-value.html
inherit-initial-shorthand-values-expected.txt
inherit-initial-shorthand-values.html
inherited-properties-explicit-expected.txt
inherited-properties-explicit.html
inherited-properties-rare-text-expected.txt
inherited-properties-rare-text.html
inline-block-line-break-expected.html Add test for line breaking around inline-blocks. 2021-04-20 22:33:49 +00:00
inline-block-line-break.html Add test for line breaking around inline-blocks. 2021-04-20 22:33:49 +00:00
inline-block-tricky-baselines-expected.html
inline-block-tricky-baselines.html
inline-element-line-break.html
inline-properties-important.html
input-search-padding.html
input-search-table-column-crash-expected.txt
input-search-table-column-crash.html
insert-rule-overflow-rule-data-expected.txt
insert-rule-overflow-rule-data.html
insertRule-font-face-expected.txt
insertRule-font-face.html
insertRule-media-expected.txt
insertRule-media.html
intruding-floats-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
intruding-floats-crash.html
invalid-appearance-progress-bar-meter-expected.txt
invalid-appearance-progress-bar-meter.html
invalid-cursor-property-crash-expected.txt
invalid-cursor-property-crash.html
invalid-font-family-in-font-face-crash-expected.txt
invalid-font-family-in-font-face-crash.html
invalid-hex-color-expected.txt
invalid-hex-color.html
invalid-import-rule-insertion-expected.txt
invalid-import-rule-insertion.html
invalid-not-with-pseudo-element-expected.txt
invalid-not-with-pseudo-element.html
invalid-parsercontext-valid-keyword-crash-expected.txt
invalid-parsercontext-valid-keyword-crash.svg
invalid-percentage-property.html
invalid-predefined-color-expected.txt
invalid-predefined-color.html
invalid-pseudo-classes.html
invalid-rule-value-expected.txt
invalid-rule-value.html
invalidation-errors-2.html
invalidation-errors-3.html
invalidation-errors.html
is-specificity-1-expected.html
is-specificity-1.html
is-specificity-2-expected.html
is-specificity-2.html
is-specificity-3-expected.html
is-specificity-3.html
is-specificity-4-expected.html
is-specificity-4.html
is-specificity-5-expected.html
is-specificity-5.html
is-specificity-7-expected.html
is-specificity-7.html
is-specificity-8-expected.html
is-specificity-8.html
is-specificity-9-expected.html
is-specificity-9.html
is-specificity-10-expected.html
is-specificity-10.html
lang-mapped-to-webkit-locale-dynamic-expected.txt
lang-mapped-to-webkit-locale-dynamic.xhtml
lang-mapped-to-webkit-locale-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
lang-mapped-to-webkit-locale.xhtml Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
lang-selector-empty-attribute-expected.txt
lang-selector-empty-attribute.xhtml
large-font-size-crash-expected.txt
large-font-size-crash.html
large-list-of-rules-crash-expected.txt
large-list-of-rules-crash.html
large-number-round-trip-expected.txt
large-number-round-trip.html
large-numbers-expected.txt
large-numbers.html
large-value-csstext-expected.txt
large-value-csstext.html
last-child-display-change-expected.txt
last-child-display-change-inverse-expected.txt
last-child-display-change-inverse.html
last-child-display-change.html
last-child-innerhtml-expected.txt
last-child-innerhtml.html
last-child-pseudo-class.html
last-child-style-sharing-expected.txt
last-child-style-sharing.html
last-of-type-pseudo-class.html
layerZOrderCrash.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
legacy-opacity-styles-expected.txt
legacy-opacity-styles.html
letter-spacing-calc-with-font-relative-lengths-crash-expected.txt Update font when resolving letter-spacing: calc(...) values 2021-01-21 09:51:11 +00:00
letter-spacing-calc-with-font-relative-lengths-crash.html Update font when resolving letter-spacing: calc(...) values 2021-01-21 09:51:11 +00:00
limited-vendor-prefix-behavior-expected.txt
limited-vendor-prefix-behavior.html
line-after-floating-div.html
line-height-determined-by-primary-font-expected.txt
line-height-determined-by-primary-font.html
line-height-font-order-expected.txt
line-height-font-order.html
line-height-get-computed-style-expected.txt getComputedStyle rounds lineHeight to nearest pixel 2020-11-30 17:39:41 +00:00
line-height-get-computed-style.html getComputedStyle rounds lineHeight to nearest pixel 2020-11-30 17:39:41 +00:00
line-height-link-style-expected.txt
line-height-link-style.html
line-height-negative-expected.txt
line-height-negative.html
line-height-overflow.html
line-height-zoom-get-computed-style-expected.txt
line-height-zoom-get-computed-style.html
line-height.html
linear-gradient-currentcolor-expected.txt
linear-gradient-currentcolor.html
linear-gradient-no-document-element-crash-expected.txt Null check document element in createGradient 2021-02-08 17:36:18 +00:00
linear-gradient-no-document-element-crash.html Null check document element in createGradient 2021-02-08 17:36:18 +00:00
link-alternate-stylesheet-1-expected.txt
link-alternate-stylesheet-1.html
link-alternate-stylesheet-2-expected.txt
link-alternate-stylesheet-2.html
link-alternate-stylesheet-3-expected.txt
link-alternate-stylesheet-3.html
link-alternate-stylesheet-4-expected.txt
link-alternate-stylesheet-4.html
link-alternate-stylesheet-5-expected.txt
link-alternate-stylesheet-5.html
link-basics-expected.html :link and :visited pseudo-class selectors should not match <link> elements 2021-07-12 04:08:46 +00:00
link-basics.html :link and :visited pseudo-class selectors should not match <link> elements 2021-07-12 04:08:46 +00:00
link-disabled-attr-expected.txt
link-disabled-attr.html
link-media-attr-expected.txt
link-media-attr.html WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs 2020-10-05 19:36:22 +00:00
link-outside-head.html
link-with-variable-styling-expected.html CSS :visited color taken on non-visited link when using CSS variables 2020-09-05 06:43:37 +00:00
link-with-variable-styling.html CSS :visited color taken on non-visited link when using CSS variables 2020-09-05 06:43:37 +00:00
list-item-pseudo-nocrash-expected.txt
list-item-pseudo-nocrash.html
list-item-text-align-expected.txt
list-item-text-align.html
list-outline.html
live-cssrules.html
local_font_invalid-expected.txt
local_font_invalid.html
logical-property-resolution-expected.txt
logical-property-resolution.html
long-selector-list-crash-expected.txt
long-selector-list-crash.html
longhand-overrides-shorthand-prefixing-expected.txt
longhand-overrides-shorthand-prefixing.html
many-rules-expected.html
many-rules.html
many-spaces-before-charset-expected.txt
many-spaces-before-charset.html
map-tag-default-display-expected.html
map-tag-default-display.html
margin-bottom-form-element-quirk.html
margin-bottom-form-element-strict.html
margin-collapse-013-reduction-expected.html
margin-collapse-013-reduction.html
margin-collapse-abspos-negmargin-expected.html
margin-collapse-abspos-negmargin.htm
margin-collapse-top-margin-clearance-expected.html CSS 2.1 failure: margin-collapse-clear-012 fails 2012-08-30 18:15:13 +00:00
margin-collapse-top-margin-clearance-with-sibling-expected.html
margin-collapse-top-margin-clearance-with-sibling.html
margin-collapse-top-margin-clearance.html
margin-start-end-expected.txt
margin-start-end.html
margin-top-bottom-dynamic.html
marquee-with-layer-display-inline-crash-expected.txt Add testcase for r269538 2020-11-09 20:19:27 +00:00
marquee-with-layer-display-inline-crash.html Add testcase for r269538 2020-11-09 20:19:27 +00:00
mask-missing-image-crash-expected.txt
mask-missing-image-crash.html
matches-specificity-1-expected.html
matches-specificity-1.html
matches-specificity-2-expected.html
matches-specificity-2.html
matches-specificity-3-expected.html
matches-specificity-3.html
matches-specificity-4-expected.html
matches-specificity-4.html
matches-specificity-5-expected.html
matches-specificity-5.html
matches-specificity-7-expected.html
matches-specificity-7.html
matches-specificity-8-expected.html
matches-specificity-8.html
matches-specificity-9-expected.html
matches-specificity-9.html
matches-specificity-10-expected.html
matches-specificity-10.html
matrix-as-function-crash-expected.txt
matrix-as-function-crash.html
max-device-aspect-ratio-expected.txt
max-device-aspect-ratio.html
max-height-and-max-width-expected.txt
max-height-and-max-width.html
max-height-none-expected.txt
max-height-none.html
max-width-none-expected.txt
max-width-none.html
media-error-recovery-expected.txt
media-error-recovery.html
media-query-evaluator-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
media-query-evaluator-crash.html
media-rule-dyn-expected.txt
media-rule-dyn.html
media-rule-screenDepthPerComponent-expected.txt
media-rule-screenDepthPerComponent.html
min-device-aspect-ratio-expected.txt
min-device-aspect-ratio.html
min-width-with-spanned-cell-expected.png
min-width-with-spanned-cell-expected.txt
min-width-with-spanned-cell-fixed-expected.txt
min-width-with-spanned-cell-fixed.html
min-width-with-spanned-cell.html
misplaced-charset-expected.txt
misplaced-charset.html
modify-ua-rules-from-javascript-expected.txt
modify-ua-rules-from-javascript.html
multiple-tabs-expected.html
multiple-tabs.html
named-colors-expected.txt
named-colors.html
named-images-expected.png
named-images.html
negative-calc-values-expected.txt
negative-calc-values.html
negative-leading.html
negative-nth-child.html
negative-orphans-crash-expected.txt
negative-orphans-crash.html
negative-text-indent-in-inline-block-expected.html Negative text indents can break RenderBlock's inline maximum preferred width calculation 2013-02-06 23:08:59 +00:00
negative-text-indent-in-inline-block.html
nested-at-rules-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
nested-at-rules.html Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
nested-first-letter-with-float-crash-expected.txt
nested-first-letter-with-float-crash.html
nested-floating-relative-position-percentages.html
nested-layers-with-hover-expected.txt
nested-layers-with-hover.html
nested-percent-height-on-replaced-expected.txt
nested-percent-height-on-replaced.html
nested-rounded-corners-expected.txt
nested-rounded-corners.html
nested-rule-parent-sheet-expected.txt
nested-rule-parent-sheet.html
nested-table-with-collapsed-borders-expected.html
nested-table-with-collapsed-borders.html
no-shorthand-with-incomplete-longhands-expected.txt
no-shorthand-with-incomplete-longhands.html
non-empty-span.html
non-matching-adjacent-style-update-expected.txt Fix style invalidation of elements with multiple siblings dependencies 2014-09-03 21:30:31 +00:00
non-matching-adjacent-style-update.html
non-standard-checkbox-size.html
not-basics-expected.html
not-basics.html
not-self-specificity-expected.html
not-self-specificity.html
not-specificity-1-expected.html
not-specificity-1.html
not-specificity-2-expected.html
not-specificity-2.html
not-specificity-3-expected.html
not-specificity-3.html
not-specificity-4-expected.html
not-specificity-4.html
not-specificity-5-expected.html
not-specificity-5.html
not-specificity-6-expected.html
not-specificity-6.html
nth-child-and-nth-last-child-expected.html
nth-child-and-nth-last-child.html
nth-child-dynamic.html
nth-child-implied-step-expected.txt
nth-child-implied-step.html
nth-child-n-expected.txt
nth-child-n.html
nth-child-negative-a-param-expected.txt
nth-child-negative-a-param.html
nth-child-not-in-rightmost-expected.html
nth-child-not-in-rightmost.html
nth-child-odd-case-insensitive-expected.txt
nth-child-odd-case-insensitive.html
nth-child-of-classname-expected.html
nth-child-of-classname.html
nth-child-of-complex-selector-expected.html
nth-child-of-complex-selector.html
nth-child-of-compound-selector-expected.html
nth-child-of-compound-selector.html
nth-child-of-tagname-expected.html
nth-child-of-tagname.html
nth-child-specificity-1-expected.html
nth-child-specificity-1.html
nth-child-specificity-2-expected.html
nth-child-specificity-2.html
nth-child-specificity-3-expected.html
nth-child-specificity-3.html
nth-child-specificity-4-expected.html
nth-child-specificity-4.html
nth-child-style-sharing-even-expected.html
nth-child-style-sharing-even.html
nth-child-style-sharing-fixed-integer-expected.html
nth-child-style-sharing-fixed-integer.html
nth-child-style-sharing-odd-expected.html
nth-child-style-sharing-odd.html
nth-child-unary-prefix-expected.txt
nth-child-unary-prefix.html
nth-last-child-of-classname-expected.html
nth-last-child-of-classname.html
nth-last-child-of-complex-selector-expected.html Implement the matching for :nth-last-child(An+B of selector-list) 2014-11-13 21:00:33 +00:00
nth-last-child-of-complex-selector.html
nth-last-child-of-compound-selector-expected.html
nth-last-child-of-compound-selector.html
nth-last-child-of-style-sharing-1-expected.html Implement the matching for :nth-last-child(An+B of selector-list) 2014-11-13 21:00:33 +00:00
nth-last-child-of-style-sharing-1.html
nth-last-child-of-style-sharing-2-expected.html Implement the matching for :nth-last-child(An+B of selector-list) 2014-11-13 21:00:33 +00:00
nth-last-child-of-style-sharing-2.html
nth-last-child-of-style-update-optimization-expected.txt
nth-last-child-of-style-update-optimization.html Invalidate style for sibling combinators accurately on class change 2018-02-01 09:01:01 +00:00
nth-last-child-of-tagname-expected.html
nth-last-child-of-tagname.html
nth-last-child-recalc-expected.html
nth-last-child-recalc.html
nth-last-child-specificity-1-expected.html
nth-last-child-specificity-1.html
nth-last-child-specificity-2-expected.html
nth-last-child-specificity-2.html
nth-last-child-specificity-3-expected.html
nth-last-child-specificity-3.html
nth-last-child-specificity-4-expected.html
nth-last-child-specificity-4.html
number-parsing-crash-2-expected.txt
number-parsing-crash-2.html
number-parsing-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
number-parsing-crash.html
onanimation-eventhandlers-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
onanimation-eventhandlers.html
only-child-pseudo-class.html
only-of-type-pseudo-class.html
ontransitionend-eventhandler-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
ontransitionend-eventhandler.html
opacity-float-expected.txt
opacity-float.html
optimize-contrast-image-expected.html
optimize-contrast-image.html
order-calculated-value-expected.txt
order-calculated-value.html
orientation-changes-on-textarea-focus-expected.html
orientation-changes-on-textarea-focus.html
orphaned_units_crash-expected.txt
orphaned_units_crash.html
outline-auto-empty-rects-expected.txt
outline-auto-empty-rects.html
outline-auto-location.html
outline-color-self-painting-row-expected.html
outline-color-self-painting-row.htm
outline-currentcolor-expected.txt
outline-currentcolor.html
outline-hidden-illegal-value-expected.txt
outline-hidden-illegal-value.html
outline-invert-assertion-expected.txt
outline-invert-assertion.html
outline-narrowLine.html
outline-negative-expected.txt
outline-negative.html
outline-offset-parsing-assert-expected.txt
outline-offset-parsing-assert.html
outline-offset-parsing-expected.txt
outline-offset-parsing.html
overflow-btt-border-after-expected.txt
overflow-btt-border-after.html
overflow-rtl-border-after-expected.txt
overflow-rtl-border-after.html
overscroll-behavior-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
overscroll-behavior-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
overscroll-behavior-validate-if-enable-expected.txt Support overscroll-behavior parsing 2020-12-10 06:39:21 +00:00
overscroll-behavior-validate-if-enable.html Support overscroll-behavior parsing 2020-12-10 06:39:21 +00:00
padding-calc-value-expected.txt
padding-calc-value.html
padding-margin-negative-border-expected.html
padding-margin-negative-border.html
padding-no-renderer-expected.txt
padding-no-renderer.html
padding-start-end-expected.txt
padding-start-end.html
paint-order-expected.html
paint-order-shadow-expected.html
paint-order-shadow.html
paint-order.html
parse-border-image-repeat-null-crash-expected.txt Fix CSS serialization issues affecting css-counter-styles tests 2021-06-19 20:31:11 +00:00
parse-border-image-repeat-null-crash.html
parse-color-int-or-percent-crash-expected.txt
parse-color-int-or-percent-crash.html
parse-justify-items-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
parse-justify-items.html
parse-justify-self-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
parse-justify-self.html
parse-timing-function-crash-expected.txt
parse-timing-function-crash.html
parsing-color-contrast-expected.txt Add additional target luminance keywords for color-contrast() added for https://github.com/w3c/csswg-drafts/issues/6311 2021-05-31 00:52:19 +00:00
parsing-color-contrast.html Add additional target luminance keywords for color-contrast() added for https://github.com/w3c/csswg-drafts/issues/6311 2021-05-31 00:52:19 +00:00
parsing-color-function-expected.txt Add support for color(xyz ...) as part of CSS Color 4 2021-02-03 14:38:52 +00:00
parsing-color-function.html Add support for color(xyz ...) as part of CSS Color 4 2021-02-03 14:38:52 +00:00
parsing-color-mix-expected.txt Update CSS Color 5 color-mix() implementation to match the latest draft spec 2021-03-24 17:34:50 +00:00
parsing-color-mix.html Update CSS Color 5 color-mix() implementation to match the latest draft spec 2021-03-24 17:34:50 +00:00
parsing-css-allowed-string-characters-expected.txt [CSS selectors] :is() / :where() should not allow pseudo-elements at parse-time 2020-04-19 17:51:19 +00:00
parsing-css-allowed-string-characters.html
parsing-css-attribute-case-insensitive-value-1-expected.txt [CSS Selectors 4] Add support for `:is()` with the same logic for the existing `:matches()` 2020-03-31 00:52:56 +00:00
parsing-css-attribute-case-insensitive-value-1.html
parsing-css-attribute-case-insensitive-value-2-expected.txt [CSS Parser] Unskip more tests 2016-12-08 18:19:14 +00:00
parsing-css-attribute-case-insensitive-value-2.html
parsing-css-attribute-case-insensitive-value-3-expected.txt Be less strict about closing blocks in attribute and functional pseudo-element selectors. 2019-04-01 12:50:44 +00:00
parsing-css-attribute-case-insensitive-value-3.html
parsing-css-block-expected.txt
parsing-css-block.html
parsing-css-comment-expected.txt
parsing-css-comment.html
parsing-css-escapes-expected.txt
parsing-css-escapes.html
parsing-css-is-1-expected.txt
parsing-css-is-1.html
parsing-css-is-2-expected.txt
parsing-css-is-2.html
parsing-css-is-3-expected.txt
parsing-css-is-3.html
parsing-css-is-4-expected.txt
parsing-css-is-4.html
parsing-css-is-5-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-5.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-6-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-6.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-7-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-7.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-8-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-is-8.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-lang-expected.txt
parsing-css-lang.html
parsing-css-matches-1-expected.txt
parsing-css-matches-1.html
parsing-css-matches-2-expected.txt
parsing-css-matches-2.html
parsing-css-matches-3-expected.txt
parsing-css-matches-3.html
parsing-css-matches-4-expected.txt
parsing-css-matches-4.html
parsing-css-nonascii-expected.txt
parsing-css-nonascii.html
parsing-css-not-1-expected.txt
parsing-css-not-1.html
parsing-css-not-2-expected.txt
parsing-css-not-2.html
parsing-css-not-3-expected.txt
parsing-css-not-3.html
parsing-css-not-4-expected.txt
parsing-css-not-4.html
parsing-css-not-5-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-5.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-6-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-6.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-7-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-7.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-8-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-8.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-9-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-not-9.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-nth-child-expected.txt
parsing-css-nth-child-of-1-expected.txt
parsing-css-nth-child-of-1.html
parsing-css-nth-child-of-2-expected.txt
parsing-css-nth-child-of-2.html
parsing-css-nth-child-of-3-expected.txt
parsing-css-nth-child-of-3.html
parsing-css-nth-child-of-4-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-nth-child-of-4.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-nth-child.html
parsing-css-nth-last-child-of-1-expected.txt
parsing-css-nth-last-child-of-1.html
parsing-css-nth-last-child-of-2-expected.txt
parsing-css-nth-last-child-of-2.html
parsing-css-nth-last-child-of-3-expected.txt
parsing-css-nth-last-child-of-3.html
parsing-css-nth-last-child-of-4-expected.txt Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-nth-last-child-of-4.html Implement <forgiving-selector-list> for :is/:where 2020-10-20 17:07:25 +00:00
parsing-css-number-types-expected.txt
parsing-css-number-types.html
parsing-css-surrogate-pairs-expected.txt
parsing-css-surrogate-pairs.html
parsing-css-wrap-expected.txt
parsing-css-wrap.html
parsing-error-recovery-expected.txt
parsing-error-recovery.html
parsing-expr-error-recovery-expected.txt
parsing-expr-error-recovery.html
parsing-font-variant-ligatures-expected.txt
parsing-font-variant-ligatures.html
parsing-hanging-punctuation-expected.txt
parsing-hanging-punctuation.html
parsing-hyphenate-limit-expected.txt
parsing-hyphenate-limit-lines-expected.txt
parsing-hyphenate-limit-lines.html
parsing-hyphenate-limit.html
parsing-invalid-block-recovery-expected.txt
parsing-invalid-block-recovery.html
parsing-lab-colors-expected.txt Remove support for no longer specific color(lab ...) syntax 2021-05-31 03:44:27 +00:00
parsing-lab-colors.html Remove support for no longer specific color(lab ...) syntax 2021-05-31 03:44:27 +00:00
parsing-object-fit-expected.txt
parsing-object-fit.html
parsing-opacity-expected.txt
parsing-opacity.html
parsing-page-rule-expected.txt
parsing-page-rule.html
parsing-paint-order-expected.txt
parsing-paint-order.html
parsing-relative-color-syntax-expected.txt Add support for "relative color syntax" for color() 2021-06-02 17:38:56 +00:00
parsing-relative-color-syntax.html Add support for "relative color syntax" for color() 2021-06-02 17:38:56 +00:00
parsing-stroke-linecap-expected.txt
parsing-stroke-linecap.html
parsing-stroke-linejoin-expected.txt
parsing-stroke-linejoin.html
parsing-stroke-width-expected.txt
parsing-stroke-width.html
parsing-text-emphasis-expected.txt Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
parsing-text-emphasis.html Handle custom identifiers and strings separately, so we can quote strings correctly consistently 2021-06-07 02:39:33 +00:00
parsing-text-rendering-expected.txt
parsing-text-rendering.html
parsing-webkit-font-smoothing-expected.txt
parsing-webkit-font-smoothing.html
pending-image-crash-expected.txt
pending-image-crash.xhtml
pending-images-crash-expected.txt
pending-images-crash.html
pending-stylesheet-repaint-expected.png
pending-stylesheet-repaint-expected.txt
pending-stylesheet-repaint.html
pendingStylesheetFontSize.html
percent-character-as-value-expected.txt
percent-character-as-value.html
percent-min-width-img-src-change-expected.txt
percent-min-width-img-src-change.html
percent-top-relative-container-height-unspecified.html
percent-top-value-with-relative-position.html
percent-width-img-inside-zero-percent-and-fixed-container-expected.html
percent-width-img-inside-zero-percent-and-fixed-container.html
percent-width-img-src-change-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
percent-width-img-src-change.html
percentage-height-auto-sized-body-quirks-expected.txt
percentage-height-auto-sized-body-quirks.html
percentage-non-integer.html
perspective-origin-initial-inherit-expected.txt Fix initial / inherit support for '-webkit-perspective-origin' CSS property 2014-12-20 03:41:47 +00:00
perspective-origin-initial-inherit.html
placeholder-shown-basics-expected.html
placeholder-shown-basics.html
position-absolute-float-expected.txt
position-absolute-float.html
position-negative-top-margin.html
positional-selector-style-sharing-expected.html REGRESSION (r258321): CSS rules using :first-of-type are applied to any/all siblings in a group under certain circumstances 2021-01-11 18:12:19 +00:00
positional-selector-style-sharing.html REGRESSION (r258321): CSS rules using :first-of-type are applied to any/all siblings in a group under certain circumstances 2021-01-11 18:12:19 +00:00
positioned-in-relative-position-inline-crash-expected.txt
positioned-in-relative-position-inline-crash.html
positioned-overflow-scroll-expected.txt
positioned-overflow-scroll.html
prefixed-unprefixed-variant-style-declaration-expected.txt
prefixed-unprefixed-variant-style-declaration.html Make -webkit-transition-* and -webkit-animation-* properties be pure aliases of the unprefixed ones 2016-09-12 15:50:17 +00:00
preserve-user-specified-zoom-level-on-reload.html
pseudo-active-on-labeled-control-without-renderer-expected.txt
pseudo-active-on-labeled-control-without-renderer.html
pseudo-active-on-labeled-element-not-canceled-by-focus-expected.txt
pseudo-active-on-labeled-element-not-canceled-by-focus.html The active state of elements can break when focus changes 2016-06-26 04:34:23 +00:00
pseudo-active-style-sharing-1-expected.txt
pseudo-active-style-sharing-1.html
pseudo-active-style-sharing-2-expected.txt
pseudo-active-style-sharing-2.html
pseudo-active-style-sharing-3-expected.txt
pseudo-active-style-sharing-3.html
pseudo-active-style-sharing-4-expected.txt
pseudo-active-style-sharing-4.html
pseudo-active-style-sharing-5-expected.txt
pseudo-active-style-sharing-5.html
pseudo-active-style-sharing-6-expected.txt
pseudo-active-style-sharing-6.html
pseudo-active-with-programmatic-focus-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-active-with-programmatic-focus.html
pseudo-after-crash-expected.txt
pseudo-after-crash.html
pseudo-any-expected.txt
pseudo-any.html
pseudo-cache-stale-expected.html
pseudo-cache-stale.html
pseudo-class-internal-expected.txt Add modal dialog UA styles 2021-06-30 16:31:57 +00:00
pseudo-class-internal.html Add modal dialog UA styles 2021-06-30 16:31:57 +00:00
pseudo-default-001-expected.txt
pseudo-default-001.html
pseudo-default-002-expected.txt
pseudo-default-002.html
pseudo-default-003-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-default-003.html
pseudo-default-004-expected.txt
pseudo-default-004.html
pseudo-default-basics-expected.html
pseudo-default-basics.html
pseudo-element-line-break.html
pseudo-element-opagedxy-crash-expected.txt
pseudo-element-opagedxy-crash.html
pseudo-element-selector-scrollbar-hover-expected.html
pseudo-element-selector-scrollbar-hover.html
pseudo-element-specificity-expected.html
pseudo-element-specificity.html
pseudo-element-updates-on-empty-expected.html
pseudo-element-updates-on-empty.html
pseudo-empty-display-none-expected.txt
pseudo-empty-display-none.html
pseudo-empty-dynamic-empty-expected.txt
pseudo-empty-dynamic-empty.html
pseudo-escaped-parenthesis-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-escaped-parenthesis.html
pseudo-first-line-border-width-expected.txt
pseudo-first-line-border-width.html
pseudo-focus-within-basics-expected.html
pseudo-focus-within-basics.html
pseudo-focus-within-inside-shadow-dom-expected.html
pseudo-focus-within-inside-shadow-dom.html
pseudo-focus-within-style-sharing-1-expected.html
pseudo-focus-within-style-sharing-1.html
pseudo-focus-within-style-sharing-2-expected.html
pseudo-focus-within-style-sharing-2.html
pseudo-in-range-basics-expected.html
pseudo-in-range-basics.html
pseudo-in-range-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-in-range-invalid-value-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-in-range-invalid-value.html
pseudo-in-range-on-disabled-input-basics-expected.html
pseudo-in-range-on-disabled-input-basics.html
pseudo-in-range-on-readonly-input-basics-expected.html
pseudo-in-range-on-readonly-input-basics.html
pseudo-in-range-out-of-range-on-disabled-input-trivial-expected.html
pseudo-in-range-out-of-range-on-disabled-input-trivial.html :in-range & :out-of-range CSS pseudo-classes shouldn't match disabled or readonly inputs 2016-06-17 05:19:29 +00:00
pseudo-in-range-out-of-range-trivial-expected.html :in-range & :out-of-range CSS pseudo-classes shouldn't match inputs without range limitations 2016-06-16 22:47:02 +00:00
pseudo-in-range-out-of-range-trivial.html
pseudo-in-range.html
pseudo-indeterminate-radio-buttons-basics-expected.html
pseudo-indeterminate-radio-buttons-basics.html
pseudo-indeterminate-with-radio-buttons-style-invalidation-expected.txt
pseudo-indeterminate-with-radio-buttons-style-invalidation.html
pseudo-invalid-001-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-invalid-001.html
pseudo-invalid-002-expected.txt
pseudo-invalid-002.html
pseudo-invalid-fieldset-expected.html
pseudo-invalid-fieldset-invalidation-optimization-expected.txt
pseudo-invalid-fieldset-invalidation-optimization.html
pseudo-invalid-fieldset-style-sharing-expected.html
pseudo-invalid-fieldset-style-sharing.html
pseudo-invalid-fieldset.html
pseudo-invalid-form-and-fieldset-basics-expected.html
pseudo-invalid-form-and-fieldset-basics.html
pseudo-invalid-form-basics-expected.html
pseudo-invalid-form-basics.html
pseudo-invalid-form-dynamically-created-basics-expected.html Form elements should match :valid and :invalid based on their associated elements 2014-12-23 00:38:52 +00:00
pseudo-invalid-form-dynamically-created-basics.html
pseudo-invalid-form-invalidation-optimization-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-invalid-form-invalidation-optimization.html Form elements should match :valid and :invalid based on their associated elements 2014-12-23 00:38:52 +00:00
pseudo-invalid-novalidate-001-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-invalid-novalidate-001.html
pseudo-not-expected.txt
pseudo-not.html
pseudo-out-of-range-basics-expected.html
pseudo-out-of-range-basics.html
pseudo-out-of-range-expected.txt
pseudo-out-of-range-on-disabled-input-basics-expected.html
pseudo-out-of-range-on-disabled-input-basics.html
pseudo-out-of-range-on-readonly-input-basics-expected.html
pseudo-out-of-range-on-readonly-input-basics.html
pseudo-out-of-range.html
pseudo-required-optional-001-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-001.html
pseudo-required-optional-002-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-002.html
pseudo-required-optional-003-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-003.html
pseudo-required-optional-004-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-004.html
pseudo-required-optional-005-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-005.html
pseudo-required-optional-006-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-required-optional-006.html
pseudo-required-optional-unapplied-expected.txt
pseudo-required-optional-unapplied.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
pseudo-required-shared-expected.html
pseudo-required-shared.html
pseudo-target-indirect-sibling-001-expected.txt
pseudo-target-indirect-sibling-001.html
pseudo-target-indirect-sibling-002-expected.txt
pseudo-target-indirect-sibling-002.html
pseudo-valid-001-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-001.html
pseudo-valid-002-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-002.html
pseudo-valid-004-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-004.html
pseudo-valid-007-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-007.html
pseudo-valid-dynamic-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-dynamic.html
pseudo-valid-fieldset-expected.html
pseudo-valid-fieldset-invalidation-optimization-expected.txt Implement :valid and :invalid matching for the fieldset element 2014-11-17 07:01:21 +00:00
pseudo-valid-fieldset-invalidation-optimization.html
pseudo-valid-fieldset-style-sharing-expected.html
pseudo-valid-fieldset-style-sharing.html
pseudo-valid-fieldset.html
pseudo-valid-form-and-fieldset-basics-expected.html
pseudo-valid-form-and-fieldset-basics.html
pseudo-valid-form-basics-expected.html
pseudo-valid-form-basics.html
pseudo-valid-form-dynamically-created-basics-expected.html
pseudo-valid-form-dynamically-created-basics.html
pseudo-valid-form-invalidation-optimization-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudo-valid-form-invalidation-optimization.html Form elements should match :valid and :invalid based on their associated elements 2014-12-23 00:38:52 +00:00
pseudo-valid-unapplied-expected.txt
pseudo-valid-unapplied.html
pseudo-visited-background-color-on-input-expected.html
pseudo-visited-background-color-on-input.html
pseudostyle-anonymous-text-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
pseudostyle-anonymous-text.html
radial-gradient-no-document-element-crash-expected.txt Null check document element in createGradient 2021-02-08 17:36:18 +00:00
radial-gradient-no-document-element-crash.html Null check document element in createGradient 2021-02-08 17:36:18 +00:00
read-only-read-write-contenteditable-basics-expected.html
read-only-read-write-contenteditable-basics.html Add support for :read-write/:read-only matching editable content 2014-09-09 21:03:29 +00:00
read-only-read-write-designmode-basics-expected.html
read-only-read-write-designmode-basics.html
read-only-read-write-input-basics-expected.html Update the current matching of :read-only and :read-write to the latest spec 2014-09-05 20:04:39 +00:00
read-only-read-write-input-basics.html
read-only-read-write-textarea-basics-expected.html Update the current matching of :read-only and :read-write to the latest spec 2014-09-05 20:04:39 +00:00
read-only-read-write-textarea-basics.html
read-only-read-write-webkit-user-modify-expected.txt
read-only-read-write-webkit-user-modify.html
readonly-attribute-style-sharing-1-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-1.html
readonly-attribute-style-sharing-2-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-2.html
readonly-attribute-style-sharing-3-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-3.html
readonly-attribute-style-sharing-4-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-4.html
readonly-attribute-style-sharing-5-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-5.html
readonly-attribute-style-sharing-6-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-6.html
readonly-attribute-style-sharing-7-expected.html Fix style sharing with the "type" and "readonly" attributes 2014-12-05 20:58:08 +00:00
readonly-attribute-style-sharing-7.html
readonly-pseudoclass-common-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
readonly-pseudoclass-common-element.html
readonly-pseudoclass-opera-001-expected.txt
readonly-pseudoclass-opera-001.html
readonly-pseudoclass-opera-002-expected.txt
readonly-pseudoclass-opera-002.html
readonly-pseudoclass-opera-003-expected.txt
readonly-pseudoclass-opera-003.html
readonly-pseudoclass-opera-004-expected.txt
readonly-pseudoclass-opera-004.html
readonly-pseudoclass-opera-005-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
readonly-pseudoclass-opera-005.html
readwrite-pseudoclass-editable-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
readwrite-pseudoclass-editable.html
readwrite-pseudoclass-input-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
readwrite-pseudoclass-input.html
rect-shadow-tiled-expected.txt
rect-shadow-tiled.html
recursive-delay-update-scroll-expected.txt
recursive-delay-update-scroll.html
relative-position-replaced-in-table-display-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
relative-position-replaced-in-table-display-crash.html
relative-positioned-block-crash-expected.txt
relative-positioned-block-crash.html
relative-positioned-block-nested-with-inline-parent-dynamic-removed.html
relative-positioned-block-nested-with-inline-parent-dynamic.html
relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic.html
relative-positioned-block-nested-with-inline-parent.html
relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html
relative-positioned-block-with-inline-ancestor-dynamic-removed.html
relative-positioned-block-with-inline-ancestor-dynamic.html Use testRunner instead of layoutTestController in fast/canvas, clip, compact, constructors, cookies, and css* tests 2012-06-19 07:23:13 +00:00
relative-positioned-block-with-inline-ancestor.html
relative-positioned-block-with-inline-parent-dynamic-removed.html
relative-positioned-block-with-inline-parent-dynamic.html
relative-positioned-block-with-inline-parent-expected.html
relative-positioned-block-with-inline-parent-keeps-style.html
relative-positioned-block-with-inline-parent.html
reload-non-styled-element-crash-expected.txt
reload-non-styled-element-crash.html
rem-dynamic-scaling.html
rem-units-on-root.html
remove-attribute-style-expected.txt
remove-attribute-style.html
remove-fixed-resizer-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
remove-fixed-resizer-crash.html
remove-shorthand-expected.png
remove-shorthand-expected.txt
remove-shorthand.html
renderstyle-leak-with-display-none-expected.txt
renderstyle-leak-with-display-none.html
replaced-element-ignore-top-bottom-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
replaced-element-ignore-top-bottom.html
replaced-element-implicit-size-expected.png
replaced-element-implicit-size-expected.txt
replaced-element-implicit-size.html
resize-corner-tracking-expected.txt
resize-corner-tracking-transformed-iframe.html
resize-corner-tracking-transformed.html
resize-corner-tracking.html
resize-not-inherited-expected.html
resize-not-inherited.html
resize-object-crash-expected.txt
resize-object-crash.html
resize-single-axis-expected.txt
resize-single-axis.html
resize-single-line-input-no-paint-expected.html Non-resizable text field looks resizable 2016-04-13 20:40:07 +00:00
resize-single-line-input-no-paint.html
resize-value-compared-expected.txt
resize-value-compared.html
revert-color-expected.html
revert-color.html
revert-margins-expected.html
revert-margins.html
rgba-custom-text-expected.txt
rgba-custom-text.html
rotate-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
rotate-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
round-trip-stroke-width-using-computed-style-expected.html
round-trip-stroke-width-using-computed-style.html
round-trip-values-expected.txt
round-trip-values.html
rtl-nth-child-first-letter-crash-expected.txt
rtl-nth-child-first-letter-crash.html
rtl-ordering.html
rtl-to-viewport.html
rule-selector-overflow-expected.txt
rule-selector-overflow.html
scale-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
scale-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
scroll-behavior-exposed-if-disabled-expected.txt Runtime-disabled CSS features still appear enabled via CSS.supports() 2021-02-24 16:45:08 +00:00
scroll-behavior-exposed-if-disabled.html Runtime-disabled CSS features still appear enabled via CSS.supports() 2021-02-24 16:45:08 +00:00
scrollable-overflow-with-sticky-positioning-expected.html Facebook post with lots of comments has cut off scrollbar, and can't scroll fully to the bottom (sticky) 2020-08-26 02:22:44 +00:00
scrollable-overflow-with-sticky-positioning.html Facebook post with lots of comments has cut off scrollbar, and can't scroll fully to the bottom (sticky) 2020-08-26 02:22:44 +00:00
scrollbar-crash-expected.txt
scrollbar-crash.html
scrollbar-dynamic-style-change-expected.html
scrollbar-dynamic-style-change.html
scrollbar-image-crash-expected.txt
scrollbar-image-crash.html
searchfield-results-button-crash-expected.txt Check for null element in paintSearchFieldResultsButton 2021-05-14 06:42:35 +00:00
searchfield-results-button-crash.html Check for null element in paintSearchFieldResultsButton 2021-05-14 06:42:35 +00:00
selector-set-attribute.html
selector-text-escape-expected.txt
selector-text-escape.html
selector-text-mutation-crash-expected.txt
selector-text-mutation-crash.html
serialization-with-double-quotes-expected.txt CSSOM test for serializing counter() fails 2021-06-09 05:07:27 +00:00
serialization-with-double-quotes.html CSSOM test for serializing counter() fails 2021-06-09 05:07:27 +00:00
set-inline-style-recalc-expected.txt
set-inline-style-recalc.html
shadow-dom-scope-expected.txt
shadow-dom-scope.html
shadow-multiple.html
shadow-viewport-units-expected.txt
shadow-viewport-units.html
sheet-collection-link-expected.txt
sheet-collection-link.html
sheet-title-expected.txt
sheet-title.html
short-inline-style-expected.txt
short-inline-style.html
shorthand-mismatched-list-crash-expected.txt
shorthand-mismatched-list-crash.html
shorthand-omitted-initial-value-overrides-shorthand-expected.txt
shorthand-omitted-initial-value-overrides-shorthand.html
shorthand-priority-expected.txt
shorthand-priority.html
shorthands-four-values-expected.txt
shorthands-four-values.html
sibling-selectors-expected.txt
sibling-selectors.html
simple-color-change-expected.html
simple-color-change.html
simple-layout-overflow-expected.txt
simple-layout-overflow.html
simple-selector-after-pseudo-element-expected.html
simple-selector-after-pseudo-element.html
simple-selector-chain-parsing.html
small-caps-crash-expected.txt
small-caps-crash.html
space-before-charset-expected.txt
space-before-charset-external-expected.txt
space-before-charset-external.html
space-before-charset.html
square-button-appearance-expected.txt
square-button-appearance.html
stale-style-selector-crash-1-expected.txt
stale-style-selector-crash-1.html
stale-style-selector-crash-2-expected.txt
stale-style-selector-crash-2.html
stroke-color-expected.html
stroke-color-fallback-expected.html
stroke-color-fallback.html
stroke-color.html
stroke-miterlimit-default-expected.html
stroke-miterlimit-default.html
stroke-miterlimit-large-expected-mismatch.html
stroke-miterlimit-large.html
stroke-miterlimit-zero-expected-mismatch.html
stroke-miterlimit-zero.html
stroke-width-expected.html
stroke-width-fallback-expected.html
stroke-width-fallback.html
stroke-width-percent-expected.html
stroke-width-percent.html
stroke-width.html
style-attribute-invalidation-propagates-to-counted-siblings-expected.txt
style-attribute-invalidation-propagates-to-counted-siblings.html
style-attribute-invalidation-propagates-to-direct-siblings-expected.txt
style-attribute-invalidation-propagates-to-direct-siblings.html
style-attribute-invalidation-propagates-to-indirect-siblings-expected.txt
style-attribute-invalidation-propagates-to-indirect-siblings.html
style-builder-infinite-value-expected.txt
style-builder-infinite-value.html
style-change-draggable-text-expected.txt
style-change-draggable-text.html
style-element-invalidation-crash-expected.txt
style-element-invalidation-crash.html
style-element-process-crash-expected.txt
style-element-process-crash.html
style-enumerate-properties-expected.txt Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
style-enumerate-properties.html Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
style-invalidation-attribute-change-descendants-expected.txt
style-invalidation-attribute-change-descendants.html
style-invalidation-class-change-descendants-expected.txt
style-invalidation-class-change-descendants.html
style-invalidation-id-change-descendants-expected.txt
style-invalidation-id-change-descendants.html
style-invalidation-inline-csstext-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
style-invalidation-inline-csstext.html
style-outside-head.html
style-parsed-outside-head.html
style-resolver-cache-direction-1-expected.html
style-resolver-cache-direction-1.html
style-resolver-cache-direction-2-expected.html
style-resolver-cache-direction-2.html
style-resolver-cache-direction-3-expected.html
style-resolver-cache-direction-3.html
style-sharing-empty-rule-modification-expected.txt
style-sharing-empty-rule-modification.html
style-sharing-grand-parent-invalidate-expected.txt
style-sharing-grand-parent-invalidate.html
style-sharing-inline-stylesheet-expected.txt
style-sharing-inline-stylesheet.html
style-sharing-type-and-readonly-expected.txt
style-sharing-type-and-readonly.html
style-tag-display-none-expected.png
style-tag-display-none-expected.txt
style-tag-display-none.html
stylesheet-candidate-nodes-crash-expected.txt
stylesheet-candidate-nodes-crash.xhtml
stylesheet-change-updates-pseudo-elements-expected.html
stylesheet-change-updates-pseudo-elements.html
stylesheet-enable-first-alternate-link-expected.txt
stylesheet-enable-first-alternate-link.html
stylesheet-enable-first-alternate-on-load-link-expected.txt
stylesheet-enable-first-alternate-on-load-link.html
stylesheet-enable-first-alternate-on-load-sheet-expected.txt
stylesheet-enable-first-alternate-on-load-sheet.html
stylesheet-enable-second-alternate-link-expected.txt
stylesheet-enable-second-alternate-link.html
stylesheet-enable-second-alternate-on-load-link-expected.txt
stylesheet-enable-second-alternate-on-load-link.html
stylesheet-enable-second-alternate-on-load-sheet-expected.txt
stylesheet-enable-second-alternate-on-load-sheet.html
stylesheet-layout-with-pending-paint-expected.html
stylesheet-layout-with-pending-paint.html
stylesheet-parameters-expected.txt
stylesheet-parameters.html
stylesheet-parentStyleSheet-expected.txt
stylesheet-parentStyleSheet.html
svg-font-face-duplicate-crash-expected.txt ASSERTION FAILED: m_clients.contains(&client) in CSSFontFace::removeClient via CSSSegmentedFontFace::~CSSSegmentedFontFace() 2021-05-12 17:58:17 +00:00
svg-font-face-duplicate-crash.html ASSERTION FAILED: m_clients.contains(&client) in CSSFontFace::removeClient via CSSSegmentedFontFace::~CSSSegmentedFontFace() 2021-05-12 17:58:17 +00:00
tab-size-expected.html
tab-size.html
table-border-radius-with-box-shadow-expected.html
table-border-radius-with-box-shadow.html
table-border-spacing-expected.txt
table-border-spacing.html
table-collapsed-borders-expected.html
table-collapsed-borders.html
table-rules-attribute-expected.html
table-rules-attribute-groups-expected.html
table-rules-attribute-groups-with-frame-expected.txt
table-rules-attribute-groups-with-frame.html
table-rules-attribute-groups.html
table-rules-attribute-none-with-cell-borders-expected.html
table-rules-attribute-none-with-cell-borders.html
table-rules-attribute-none-with-frame-expected.html
table-rules-attribute-none-with-frame.html
table-rules-attribute-with-frame1-expected.png
table-rules-attribute-with-frame1-expected.txt
table-rules-attribute-with-frame1.html
table-rules-attribute-with-frame2-expected.png
table-rules-attribute-with-frame2-expected.txt
table-rules-attribute-with-frame2.html
table-rules-attribute.html
table-text-align-quirk.html
table-text-align-strict.html
tagname-and-namespace-case-sensitivity-xml-in-html-expected.html
tagname-and-namespace-case-sensitivity-xml-in-html.html
tagname-and-namespace-case-sensitivity-xml-in-xhtml-expected.xhtml
tagname-and-namespace-case-sensitivity-xml-in-xhtml.xhtml
tagname-case-sensitivity-svg-in-html-expected.html
tagname-case-sensitivity-svg-in-html.html
tagname-case-sensitivity-svg-in-xhtml-expected.xhtml
tagname-case-sensitivity-svg-in-xhtml.xhtml
tagname-case-sensitivity-xml-in-html-expected.html
tagname-case-sensitivity-xml-in-html.html
tagname-case-sensitivity-xml-in-xhtml-expected.xhtml
tagname-case-sensitivity-xml-in-xhtml.xhtml
target-fragment-match.html
test-setting-canvas-color-expected.txt
test-setting-canvas-color.html
text-align-initial-expected.txt
text-align-initial.html
text-align-string-crash-expected.txt
text-align-string-crash.html
text-align-webkit-match-parent-expected.txt
text-align-webkit-match-parent-parse-expected.txt
text-align-webkit-match-parent-parse.html
text-align-webkit-match-parent.html
text-align.html
text-decoration-in-descendants-expected.html
text-decoration-in-descendants.html
text-decoration-in-second-order-descendants-expected.html
text-decoration-in-second-order-descendants.html
text-decoration-inheritance-pseudo-expected.html
text-decoration-inheritance-pseudo.html
text-decorations-on-first-line-and-containing-block-expected.html
text-decorations-on-first-line-and-containing-block.html
text-indent-first-line-001-expected.html
text-indent-first-line-001.html
text-indent-first-line-002-expected.html
text-indent-first-line-002.html
text-indent-first-line-003-expected.html
text-indent-first-line-003.html
text-indent-first-line-004-expected.html
text-indent-first-line-004.html
text-indent-first-line-005-expected.html
text-indent-first-line-005.html
text-indent-first-line-006-expected.html
text-indent-first-line-006.html
text-input-with-webkit-border-radius.html
text-overflow-ellipsis-and-floating-input-hittest-expected.txt
text-overflow-ellipsis-and-floating-input-hittest.html
text-overflow-ellipsis-anonymous-blocks-expected.html
text-overflow-ellipsis-anonymous-blocks.html
text-overflow-ellipsis-behind-floats-expected.html
text-overflow-ellipsis-behind-floats.html
text-overflow-ellipsis-bidi.html Remove unneeded whitespace between content and <br> 2020-10-26 13:28:38 +00:00
text-overflow-ellipsis-color-expected.html
text-overflow-ellipsis-color.html
text-overflow-ellipsis-full-truncate-rtl-expected.html
text-overflow-ellipsis-full-truncate-rtl.html
text-overflow-ellipsis-strict.html Remove unneeded whitespace between content and <br> 2020-10-26 13:28:38 +00:00
text-overflow-ellipsis-text-align-center.html
text-overflow-ellipsis-text-align-justify.html
text-overflow-ellipsis-text-align-left.html
text-overflow-ellipsis-text-align-right.html
text-overflow-ellipsis.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
text-overflow-input-focus-placeholder-expected.html
text-overflow-input-focus-placeholder.html
text-overflow-input-focus-value-expected.html
text-overflow-input-focus-value.html
text-overflow-input.html
text-rendering-priority-expected.txt
text-rendering-priority.html
text-rendering.html
text-security.html
text-shadow-calc-value-expected.txt
text-shadow-calc-value.html
text-transform-select.html
textCapitalizeEdgeCases.html
transform-box-parsing-expected.txt
transform-box-parsing.html
transform-default-parameter.html
transform-fast-paths-expected.txt
transform-fast-paths.html
transform-function-lowercase-assert-expected.txt
transform-function-lowercase-assert.html
transform-inline-style-expected.txt
transform-inline-style-remove-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
transform-inline-style-remove.html
transform-inline-style.html
transform-origin-parsing-expected.txt
transform-origin-parsing.html
transformed-mask.html
transition-color-unspecified-expected.txt
transition-color-unspecified.html
transition-delay-calculated-value-expected.txt
transition-delay-calculated-value.html
transition-timing-function-expected.txt
transition-timing-function.html
transition_shorthand_parsing-expected.txt
transition_shorthand_parsing.html
translate-invalidate-if-disabled-expected.txt Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
translate-invalidate-if-disabled.html Use Element for checking Settings in CSSComputedStyleDeclaration 2021-04-01 10:26:37 +00:00
turn-angle-double-expected.txt
turn-angle-double.html
type-attribute-style-sharing-1-expected.html
type-attribute-style-sharing-1.html
type-attribute-style-sharing-2-expected.html
type-attribute-style-sharing-2.html
type-attribute-style-sharing-3-expected.html
type-attribute-style-sharing-3.html
type-attribute-style-sharing-4-expected.html
type-attribute-style-sharing-4.html
type-attribute-style-sharing-5-expected.html
type-attribute-style-sharing-5.html
type-attribute-style-sharing-6-expected.html
type-attribute-style-sharing-6.html
type-attribute-style-sharing-7-expected.html
type-attribute-style-sharing-7.html
unexpected-word-wrapping-with-non-empty-spans-expected.html
unexpected-word-wrapping-with-non-empty-spans.html
unicode-bidi-computed-value-expected.txt
unicode-bidi-computed-value.html
unicode-escape-in-8bit-string-expected.html
unicode-escape-in-8bit-string.html
universal-hover-quirk.html
unknown-pseudo-element-matching-expected.txt
unknown-pseudo-element-matching.html
unset-keyword-expected.html
unset-keyword.html
uri-token-parsing-expected.txt Fix CSS serialization issues affecting css-counter-styles tests 2021-06-19 20:31:11 +00:00
uri-token-parsing.html Fix CSS serialization issues affecting css-counter-styles tests 2021-06-19 20:31:11 +00:00
url-format-non-string-expected.txt
url-format-non-string.html
url-with-multi-byte-unicode-escape-expected.txt Fix CSS serialization issues affecting css-counter-styles tests 2021-06-19 20:31:11 +00:00
url-with-multi-byte-unicode-escape.html Fix CSS serialization issues affecting css-counter-styles tests 2021-06-19 20:31:11 +00:00
user-drag-none-expected.txt
user-drag-none.html
user-stylesheet-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
user-stylesheet-crash.html
value-list-out-of-bounds-crash.html
vertical-align-baseline-rowspan-001-expected.html
vertical-align-baseline-rowspan-001.htm
vertical-align-baseline-rowspan-002-expected.html
vertical-align-baseline-rowspan-002.htm
vertical-align-baseline-rowspan-003-expected.html
vertical-align-baseline-rowspan-003.htm
vertical-align-baseline-rowspan-004-expected.html
vertical-align-baseline-rowspan-004.htm
vertical-align-baseline-rowspan-005-expected.html
vertical-align-baseline-rowspan-005.htm
vertical-align-baseline-rowspan-006-expected.html
vertical-align-baseline-rowspan-006.htm
vertical-align-baseline-rowspan-007-expected.html
vertical-align-baseline-rowspan-007.htm
vertical-align-baseline-rowspan-008-expected.html
vertical-align-baseline-rowspan-008.htm
vertical-align-baseline-rowspan-009-expected.html
vertical-align-baseline-rowspan-009.htm
vertical-align-baseline-rowspan-010-expected.html
vertical-align-baseline-rowspan-010.html
vertical-align-baseline-rowspan-011-expected.html
vertical-align-baseline-rowspan-011.html
vertical-align-baseline-rowspan-012-expected.html
vertical-align-baseline-rowspan-012.html
vertical-align-block-elements-expected.html paypal.com: text at the bottom of the page is not aligned properly 2021-01-08 04:38:05 +00:00
vertical-align-block-elements.html paypal.com: text at the bottom of the page is not aligned properly 2021-01-08 04:38:05 +00:00
vertical-align-length-copy-bug-expected.txt
vertical-align-length-copy-bug.html
vertical-align-lengths-expected.txt
vertical-align-lengths.html
vertical-text-overflow-ellipsis-text-align-center-mixed.html
vertical-text-overflow-ellipsis-text-align-center.html
vertical-text-overflow-ellipsis-text-align-justify-mixed.html
vertical-text-overflow-ellipsis-text-align-justify.html
vertical-text-overflow-ellipsis-text-align-left-mixed.html
vertical-text-overflow-ellipsis-text-align-left.html
vertical-text-overflow-ellipsis-text-align-right-mixed.html
vertical-text-overflow-ellipsis-text-align-right.html
viewport-height-border-expected.txt
viewport-height-border.html
viewport-height-outline-expected.txt
viewport-height-outline.html
viewport-percentage-compute-box-height-expected.html
viewport-percentage-compute-box-height.html
viewport-percentage-compute-box-width-expected.html
viewport-percentage-compute-box-width.html
viewport-units-dynamic.html
viewport-units-zoom-expected.html
viewport-units-zoom.html
viewport-vmax-border-expected.txt
viewport-vmax-border.html
viewport-vmin-border-expected.txt
viewport-vmin-border.html
viewport-width-border-expected.txt
viewport-width-border.html
viewport-width-outline-expected.txt
viewport-width-outline.html
visibility-collapse-form-buttons-expected.txt
visibility-collapse-form-buttons.html
visibility-hit-test-expected.txt
visibility-hit-test.html
visited-link-hang-expected.txt
visited-link-hang.html
visited-link-mix-blend-mode-expected.html Don't allow :visited link style in subtrees that use mix-blend-mode 2021-05-15 12:47:21 +00:00
visited-link-mix-blend-mode.html Don't allow :visited link style in subtrees that use mix-blend-mode 2021-05-15 12:47:21 +00:00
visited-link-stroke-color-expected.html
visited-link-stroke-color.html
webkit-color-adjust-expected.txt
webkit-color-adjust.html
webkit-empty-transform-preserve3d-crash-expected.txt
webkit-empty-transform-preserve3d-crash.html
webkit-filter-calc-expected.txt
webkit-filter-calc.html
webkit-keyframes-crash-expected.txt
webkit-keyframes-crash.html
webkit-keyframes-errors-expected.html
webkit-keyframes-errors.html
webkit-line-clamp-calculated-value-expected.txt
webkit-line-clamp-calculated-value.html
webkit-marquee-increment-bad-value-expected.txt
webkit-marquee-increment-bad-value.html
webkit-marquee-speed-unit-in-quirksmode-expected.txt
webkit-marquee-speed-unit-in-quirksmode.html
webkit-mask-box-image-expected.html
webkit-mask-box-image.html
webkit-mask-crash-fieldset-legend-expected.txt
webkit-mask-crash-fieldset-legend.html
webkit-mask-crash-figure-expected.txt
webkit-mask-crash-figure.html
webkit-mask-crash-implicit-expected.txt Make CSS.supports() return false for internal CSS properties 2021-06-16 14:37:30 +00:00
webkit-mask-crash-implicit.html Make CSS.supports() return false for internal CSS properties 2021-06-16 14:37:30 +00:00
webkit-mask-crash-table-expected.txt
webkit-mask-crash-table.html
webkit-mask-crash-td-2-expected.txt
webkit-mask-crash-td-2.html
webkit-mask-crash-td-expected.txt
webkit-mask-crash-td.html
webkit-text-fill-color-inherit-expected.html
webkit-text-fill-color-inherit.html
will-change-parsing-expected.txt
will-change-parsing.html
window-watch-media-large-query-expected.txt Assertion failure when calling matchMedia('a'.repeat(2 ** 30)) in JS 2021-02-02 20:18:01 +00:00
window-watch-media-large-query.html Assertion failure when calling matchMedia('a'.repeat(2 ** 30)) in JS 2021-02-02 20:18:01 +00:00
word-break-user-modify-allowed-values-expected.txt
word-break-user-modify-allowed-values.html
word-space-extra.html
word-spacing-between-blocks-expected.html
word-spacing-between-blocks.html
word-spacing-between-inlines-expected.html
word-spacing-between-inlines.html
word-spacing-characters-complex-text-expected.html
word-spacing-characters-complex-text.html
word-spacing-characters-expected.html
word-spacing-characters.html
word-spacing-linebreak-expected.html
word-spacing-linebreak.html
word-spacing-with-normal-layout-expected.html
word-spacing-with-normal-layout.html
xml-lang-ignored-in-html-expected.txt
xml-lang-ignored-in-html.html
xml-stylesheet-alternate-no-title-expected.txt
xml-stylesheet-alternate-no-title.xhtml
xml-stylesheet-alternate-processing-expected.txt
xml-stylesheet-alternate-processing.xhtml
xml-stylesheet-media-processing-expected.txt
xml-stylesheet-media-processing.xhtml
xml-stylesheet-removed-expected.txt
xml-stylesheet-removed.xhtml
xml-stylesheet-title-processing-expected.txt
xml-stylesheet-title-processing.xhtml
z-index-calculated-value-expected.txt
z-index-calculated-value.html
zoom-background-repeat-x-expected.html
zoom-background-repeat-x.html
zoom-background-repeat-y-expected.html
zoom-background-repeat-y.html
zoom-body-scroll-expected.txt
zoom-body-scroll.html
zoom-change-triggering-layout-expected.txt
zoom-change-triggering-layout.html
zoom-font-size.html
zoom-in-length-round-trip-expected.txt
zoom-in-length-round-trip.html
zoom-inside-link-expected.html
zoom-inside-link.html
zoom-on-nested-scroll-crash-expected.txt
zoom-on-nested-scroll-crash.html
zoom-on-unattached-expected.txt
zoom-on-unattached.html
zoom-property-parsing-expected.txt
zoom-property-parsing.html