ladybird/Tests/LibWeb/Ref/input
Sam Atkins 1fe29ac642
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb/CSS: Bring :lang() matching closer to spec
With this, we pass the 8 ref tests in css/selectors/selectors-4/ which
previously failed. This is not technically a full implementation, as we
are supposed to first canonicalize the language range and tag, but that
will require downloading and processing the IANA language subtag
registry:

https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry

That's significantly more work, and WPT doesn't seem to test any cases
that require that, so we can leave it for now.
2025-05-15 16:40:44 +01:00
..
css LibWeb: Draw text even if it needs to go into a 0-size inline box 2025-05-12 10:49:46 +02:00
HTML LibWeb: Apply HTMLFontElement's face attribute's presentational hint 2025-04-01 03:50:30 +02:00
svg LibWeb: Do not forget to unapply empty masks 2025-05-13 10:31:08 +02:00
wpt-import LibWeb/CSS: Bring :lang() matching closer to spec 2025-05-15 16:40:44 +01:00
abspos-escapes-scroll-container.html
abspos-z-index-painting-order.html
alternative-style-sheets.html
anonymous-wrapper-css-visibility.html
background-clip-text-inside-scrollable.html
background-clip-text.html
background-size-calc.html
bitmaps-with-scroll-offset.html Tests: Regression test recent image rendering bug when scrolling 2025-03-10 17:14:13 +01:00
block-element-inside-inline-element.html LibWeb: Retain display: contents in ancestor stack for continuations 2025-02-18 23:31:49 +01:00
body-link-attribute.html
border-radius-shrink-zero-sized-box.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
border-radius-with-padding.html
box-with-transform-should-be-above-other-boxes.html
box-without-scrollable-overflow-should-not-consume-scroll-events.html
button-inside-scroll-container.html
calc-border-radius.html
change-opacity.html
clip-abspos-children.html
clip-border-radius-with-css-transform.html
clip-offscreen.html LibWeb/Painting: Apply clip and mask operations that are off-screen 2024-11-13 16:10:15 +01:00
clip-path-scrolling.html LibWeb: Fix CSS clip-path ignoring scroll position 2025-01-13 20:03:28 -07:00
clip.html
color-hsl.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
color-hwb.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
color-oklab.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
color-oklch.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
color-rgb.html
corner-clip-inside-scrollable.html
css-any-link-selector.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-attr-basic.html
css-attr-fallback.html
css-attr-typed-fallback.html
css-attr-typed.html
css-case-insensitive-html-attributes-selector.html
css-functional-unknown-webkit-pseudo-element.html
css-gradient-currentcolor.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-has-compound.html
css-has-descendant.html
css-has-direct-child.html
css-has-next-sibling.html
css-has-subsequent-sibling.html
css-invalid-var.html
css-isolation.html LibWeb: Implement CSS 'isolation' property 2025-01-13 11:07:55 +00:00
css-keyframe-fill-forwards.html
css-keyframe-invalid-transform-should-not-render.html Tests: Make test less flaky 2024-12-04 16:56:30 +00:00
css-lang-selector.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-local-link-selector.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-nested-declarations.html
css-nested-has.html
css-nesting.html
css-open-closed-selectors.html LibWeb: Remove :closed pseudo class 2024-12-06 04:49:36 +00:00
css-placeholder-shown-selector.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-pseudo-element-in-has.html
css-quotes.html
css-read-only-read-write-selectors.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
css-tag-selector-case-sensitivity-html.html LibWeb: Fix CSS tag seletor case sensitivity for SVG elements 2025-01-13 12:11:34 +00:00
css-tag-selector-case-sensitivity-svg.html LibWeb: Fix CSS tag seletor case sensitivity for SVG elements 2025-01-13 12:11:34 +00:00
css-tag-selector-case-sensitivity-xhtml.xhtml LibWeb: Fix CSS tag seletor case sensitivity for SVG elements 2025-01-13 12:11:34 +00:00
css-unknown-webkit-pseudo-element.html
disabled-button-border-color.html LibWeb: Avoid changing button border color on disable/hover 2025-04-30 20:13:14 +01:00
empty-radial-gradient-crash.html LibWeb: Do not crash when Radial Gradient height is 0 2024-11-19 22:31:51 +01:00
first-available-font-should-include-whitespace.html
grid-item-and-css-filter.html
grid-items-painting-order.html
iframe-contains-scrollable-box.html
img-srcset-viewport-relative-sizes.html
inline-block-with-css-background.html
inline-nested-node.html LibWeb: Improve painting of nested inline elements 2024-12-04 11:23:54 +00:00
inline-paintable-background-clip-text.html
inline-paintable-inside-translated-container.html
inline-stacking-context.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
inline-visibility-hidden.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
input-background.html
invalidate-css-transform-property.html
item-with-negative-z-index.html
li-change-value-attribute.html Libweb: Invalidate layout for the value-attribute of li-elements 2025-05-11 01:14:31 +02:00
mismatch-test.html WebContent+headless-browser: Implement mismatch conditions for ref tests 2024-12-04 19:50:00 +00:00
nested-svg-as-img.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
non-positioned-stacking-context-with-z-index-0.html
object-fit-scale-down.html LibWeb: Add support for object-fit: scale-down 2024-12-16 20:47:32 +01:00
object-fit-with-zoom-0.5.html Tests: Add tests that verify object-fit and -position with zoom 2025-01-21 16:05:12 +01:00
object-fit-with-zoom-2.0.html Tests: Add tests that verify object-fit and -position with zoom 2025-01-21 16:05:12 +01:00
object-fit-with-zoom-4.0.html Tests: Add tests that verify object-fit and -position with zoom 2025-01-21 16:05:12 +01:00
ol-change-reversed-attribute.html LibWeb: Invalidate layout for ol-attributes that affect it 2025-05-11 01:14:31 +02:00
ol-change-start-attribute.html LibWeb: Invalidate layout for ol-attributes that affect it 2025-05-11 01:14:31 +02:00
ol-change-type-attribute.html LibWeb: Invalidate layout for ol-attributes that affect it 2025-05-11 01:14:31 +02:00
options-set-index.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
outlines.html
overflow-hidden-2.html
overflow-hidden-3.html
overflow-hidden-4.html
overflow-hidden-5.html
overflow-hidden-6.html
overflow-hidden-7.html
overflow-hidden-text-inside-translated-container.html
overflow-hidden.html
paintablewithlines-corner-clip-in-scroll-container.html
position-sticky-bottom.html
position-sticky-left.html
position-sticky-right.html
position-sticky-should-stay-within-containing-block.html
position-sticky-top.html
positioned-elements-in-scroll-container.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
render-order-floating-replaced.html LibWeb: Draw floating replaced elements more correctly 2025-03-03 21:49:44 +01:00
resolve-paint-only-properties-after-layout.html
scroll-iframe.html
scroll-using-mousewheel-event.html
scrollable-box-with-nested-stacking-context.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
scrollable-contains-box-with-gradient-background.html
scrollable-contains-boxes-with-hidden-overflow-1.html
scrollable-contains-boxes-with-hidden-overflow-2.html
scrollable-contains-boxes-with-hidden-overflow-and-opacity.html
scrollable-contains-iframe.html
scrollable-contains-rotated-boxes.html
scrollable-contains-table.html LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
scrollable-content-inside-fixed-position-box.html
scrollable-overflow-viewport-bug.html LibWeb: Remove non-spec condition in scrollable overflow calculation 2024-12-04 17:14:10 +00:00
scrolled-svg-path-with-transform.html Tests: Hide scrollbars in failing ref test 2025-03-28 22:01:51 +00:00
scrolled-text-with-clipped-corners.html LibWeb: Deduplicate clipping code 2025-05-13 15:30:14 +03:00
select-chevron-color.html LibWeb: Make SelectElement arrow use text color 2025-02-20 14:06:23 -05:00
select-option-use-label.html LibWeb: Make select element use option's label, not text content 2025-01-04 11:44:03 +00:00
separate-borders-inline-table.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
simple-svg-mask.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
space-glyph-width.html
square-flex.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
sticky-box-with-percentage-insets.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
sticky-positioned-box-with-border.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-alpha-mask-attribute.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-alpha-mask.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-display-attr.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-file-matches-html-file.svg
svg-image-in-iframe.html LibWeb: Resolve SVGImageElement source URL correctly 2025-01-19 15:02:38 +01:00
svg-image-positioning.html
svg-inside-scroll-container.html
svg-invalid-number-arguments.html
svg-mask-in-defs.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-mask-maskUnits-userSpaceOnUse.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-non-local-clip-path-display-none.html
svg-overflow-hidden.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-overflow-visible.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-path-incomplete-args.html
svg-polygon-with-incomplete-points.html
svg-restore-after-filter.html LibWeb: Unapply CSS filters after applying them to SVG 2024-11-23 21:39:50 +00:00
svg-symbol.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-text-crash.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
svg-use-defined-later.html
svg-with-css-transform.html LibWeb: Make SVGs respect their CSS transforms 2024-11-24 14:30:32 +01:00
tables-with-z-index.html LibWeb: Move z-index to table wrapper box 2025-02-16 21:05:59 +01:00
text-decoration-in-anonymous-wrapper.html
text-overflow.html
textnode-segmenter-invalidation.html
transform-2d-translate.html
transform-box.html
transform-calc-length-percentage.html
unicode-range.html
webkit-box-shadow.html
webkit-text-fill-color.html Meta: Add DOCTYPEs to ref tests 2025-03-20 11:50:49 +01:00
z-index-should-not-affect-svg-painting-order.html
zero-area-child-creating-scrollable-overflow.html LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00