serenity/Tests/LibWeb/Ref
Tim Ledbetter 4a3497e9cd LibWeb: Support loading alternative style sheets
Alternative style sheets are now fetched and are applied to the
document if they are explicitly enabled by removing the disabled
attribute.
2024-04-17 07:12:44 +02:00
..
assets LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
reference LibWeb: Support loading alternative style sheets 2024-04-17 07:12:44 +02:00
abspos-escapes-scroll-container.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
abspos-z-index-painting-order.html LibWeb: Do not require box to be positioned to create stacking context 2024-01-02 21:45:05 +01:00
alt-frame.html LibWeb: Remove RecordingPainter::paint_frame() 2024-04-13 20:25:48 -07:00
alternative-style-sheets.html LibWeb: Support loading alternative style sheets 2024-04-17 07:12:44 +02:00
anonymous-wrapper-css-visibility.html
background-size-calc.html
body-link-attribute.html
border-radius-shrink-zero-sized-box.html
border-radius-with-padding.html LibWeb: Take padding into account when resolving border radii 2024-01-07 19:28:38 +01:00
border-radius.html
button-inside-scroll-container.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
calc-border-radius.html LibWeb/CSS: Fix crashing when calc() is used for border-radius 2024-01-01 10:12:20 +01:00
canvas-arcs-and-ellipses.html LibWeb: Normalize the angle delta in CanvasPath::ellipse() 2024-03-24 18:37:44 +01:00
canvas-fillstyle-rgb.html
canvas-implict-moves-and-lines.html Tests/LibWeb: Add ref test for implicit canvas moves/lines 2024-03-21 09:19:22 +01:00
canvas-path-rect.html
canvas-text.html LibWeb: Use paths for text in CRC2D (if possible) 2024-02-12 13:38:10 +01:00
change-opacity.html LibWeb: Remove cache for Paintable::is_visible() 2024-03-25 14:17:30 +01:00
clip-abspos-children.html
clip.html
corner-clip-inside-scrollable.html LibWeb: Clean previous border radii clips in refresh_clip_state() 2024-02-28 07:44:12 -05:00
css-any-link-selector.html
css-attr-basic.html LibWeb/Tests: Rename css-attr-ref.html reference to text-div.html 2023-12-11 16:54:59 +01:00
css-attr-fallback.html LibWeb/Tests: Rename css-attr-ref.html reference to text-div.html 2023-12-11 16:54:59 +01:00
css-attr-typed-fallback.html
css-attr-typed.html
css-background-clip-text.html LibWeb: Support CSS property background-clip: text 2024-03-03 15:33:12 +01:00
css-background-position.html LibWeb: Add ref-tests for 3-value background positions with center 2024-01-10 23:27:28 +01:00
css-background-repeat.html
css-backgrounds.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
css-functional-unknown-webkit-pseudo-element.html LibWeb: Support obsolete but required -webkit- CSS parsing quirk 2023-12-11 16:54:59 +01:00
css-gradient-currentcolor.html
css-gradients.html
css-invalid-var.html
css-keyframe-fill-forwards.html LibWeb: Consider fill state before calling Animation::play() 2024-03-06 07:45:56 +01:00
css-keyframe-invalid-transform-should-not-render.html LibWeb: Don't render elements with invalid interpolated transform values 2024-03-06 07:45:56 +01:00
css-lang-selector.html
css-local-link-selector.html
css-open-closed-selectors.html
css-placeholder-shown-selector.html
css-quotes.html
css-read-only-read-write-selectors.html
css-transform-box.html LibWeb: Make use of transform-box when calculating transforms 2024-01-27 07:46:37 +01:00
css-unknown-webkit-pseudo-element.html LibWeb: Support obsolete but required -webkit- CSS parsing quirk 2023-12-11 16:54:59 +01:00
first-available-font-should-include-whitespace.html LibWeb: Find font that has whitespace glyph in first_available_font() 2024-01-22 14:14:59 +01:00
grid-items-painting-order.html
img-srcset-viewport-relative-sizes.html
inline-node.html Tests/LibWeb: Add ref test for inline node styles 2023-12-07 10:52:47 +01:00
inline-stacking-context.html LibWeb: Allow inline nodes to establish a stacking context 2024-01-05 19:36:55 +01:00
input-placeholder.html LibWeb: Hide input placeholder when input already has a value 2023-12-10 20:56:19 +01:00
invalidate-css-transform-property.html LibWeb: Fix invalidation of CSS properties that do not affect layout 2024-02-03 09:28:03 +01:00
item-with-negative-z-index.html
meter.html LibWeb: Add basic HTML meter element support 2023-12-04 19:54:43 +00:00
nested-boxes-with-hidden-overflow-and-border-radius.html LibWeb: Account for all clipped border radii in containing block chain 2024-02-11 08:12:31 +01:00
nested-svg-as-img.html LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
object-fit-position.html
opacity-stacking.html
outer-box-shadow.html
outlines.html LibWeb: Resolve outline CSS property before paint commands recording 2024-02-12 13:38:24 +01:00
overflow-hidden-2.html Tests/LibWeb: Add ref-tests for "overflow: hidden" 2023-12-21 19:25:31 +01:00
overflow-hidden-3.html LibWeb: Move clip rect calculation to happen before painting 2024-01-28 08:25:28 +01:00
overflow-hidden-4.html LibWeb: Move clip rect calculation to happen before painting 2024-01-28 08:25:28 +01:00
overflow-hidden-5.html LibWeb: Move clip rect calculation to happen before painting 2024-01-28 08:25:28 +01:00
overflow-hidden-6.html LibWeb: Fix hidden overflow clipping with nested CSS transforms 2024-01-29 07:21:38 +01:00
overflow-hidden-7.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
overflow-hidden-text-inside-translated-container.html LibWeb: Do not add CSS transforms into clip rect in PaintableWithLines 2024-02-03 20:05:09 +01:00
overflow-hidden.html Tests/LibWeb: Add ref-tests for "overflow: hidden" 2023-12-21 19:25:31 +01:00
positioned-elements-in-scroll-container.html LibWeb: Use offset of nearest scrollable ancestor for positioned boxes 2023-12-11 20:37:05 +01:00
resolve-paint-only-properties-after-layout.html LibWeb: Invalidate paint-only property after relayout 2024-02-08 13:08:10 +01:00
scroll-iframe.html LibWeb: Remove direct calls of page_did_request_scroll_to() 2024-02-03 19:00:26 +01:00
scroll-using-mousewheel-event.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
scrollable-box-with-nested-stacking-context.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
scrollable-contains-boxes-with-hidden-overflow-1.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
scrollable-contains-boxes-with-hidden-overflow-2.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
scrollable-contains-boxes-with-hidden-overflow-and-opacity.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
separate-borders-inline-table.html
simple-svg-mask.html
space-glyph-width.html LibGfx: Take into account unicode ranges to find font for space glyph 2024-01-08 01:00:24 +01:00
square-flex.html
svg-alpha-mask-attribute.html
svg-alpha-mask.html
svg-axis-aligned-lines.html LibWeb: Fix drawing axis-aligned lines 2024-01-09 00:03:09 +01:00
svg-background-no-natural-size.html Tests/LibWeb: Add ref test for SVG background without natural size 2023-12-30 23:23:19 +01:00
svg-clip-path-and-mask.html Tests/LibWeb: Add some ref tests for SVG <clipPath>s 2024-03-29 21:59:56 +01:00
svg-file-matches-html-file.svg
svg-gradient-spreadMethod.html
svg-inside-scroll-container.html LibWeb: Implement scrollbar painting 2024-02-28 07:51:13 -05:00
svg-invalid-number-arguments.html LibWeb: Use ErrorOr to propagate SVG attribute parsing errors 2024-03-20 09:09:35 +01:00
svg-mask-in-defs.html
svg-mask-maskUnits-userSpaceOnUse.html
svg-maskContentUnits.html Tests/LibWeb: Add SVG maskContentUnits ref test 2024-03-12 08:51:50 +01:00
svg-path-incomplete-args.html LibWeb: Use ErrorOr to propagate SVG attribute parsing errors 2024-03-20 09:09:35 +01:00
svg-polygon-with-incomplete-points.html LibWeb: Use ErrorOr to propagate SVG attribute parsing errors 2024-03-20 09:09:35 +01:00
svg-radialGradient.html
svg-simple-clipPath.html Tests/LibWeb: Add some ref tests for SVG <clipPath>s 2024-03-29 21:59:56 +01:00
svg-stroke-paintstyle-with-opacity.html
svg-symbol.html
svg-text-effects.html
svg-textPath.html Tests/LibWeb: Add ref test for SVG <textPath>s 2023-12-19 21:29:03 +01:00
svg-use-defined-later.html LibWeb: Ensure DocumentObserver document_completely_loaded() is called 2023-12-26 21:37:04 +01:00
text-decorations.html LibWeb: Use PaintableFragment::baseline() in paint_text_decoration() 2024-01-26 07:36:40 +01:00
text-shadow.html
transform-2d-translate.html LibWeb: Resolve CSS transform lengths against padding rect 2024-01-16 21:54:10 +01:00
transform-calc-length-percentage.html LibWeb/CSS: Improve parsing of length percentage values for transforms 2024-01-09 14:15:05 +01:00
unicode-range.html LibGfx+LibWeb: Update for_each_glyph_position to use font cascade list 2023-12-10 17:32:04 +01:00