serenity/Tests/LibWeb/Layout/input
Aliaksandr Kalenik c4f49e343a LibWeb: Fix division by zero in solve_replaced_size_constraint()
Fixes crashes that occur in Discord after clicking on a direct messages
conversation.
2024-02-20 20:35:34 +01:00
..
block-and-inline LibWeb: Make button flex wrapper inherit min-height property 2024-01-28 14:48:33 +01:00
css-values LibWeb/CSS: Resolve percentages in NumericCalculationNode 2024-01-08 15:57:42 +00:00
flex LibWeb: Clamp justification space between flex items to 0 2024-01-25 15:10:21 +01:00
grid LibWeb: Ignore repeat(auto-fit/auto-fill, auto) as it is not allowed 2024-02-11 17:51:50 +01:00
misc LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set 2024-01-21 21:03:39 +01:00
svg Tests/LibWeb: Move LibWeb test SVGs to their own directory 2024-02-19 22:11:59 -05:00
table LibWeb: Improve style propagation to anonymous wrappers 2024-01-07 14:24:38 +01:00
120.png LibWeb: Skip children based on media when updating the source set 2023-05-28 12:11:10 +02:00
400.png LibWeb: Skip children based on media when updating the source set 2023-05-28 12:11:10 +02:00
abspos-box-with-replaced-element.html LibWeb: Do not treat size of abspos items as definite 2023-06-22 18:18:04 +02:00
abspos-flex-container-with-auto-height.html LibWeb: Don't use BFC auto height for non-BFC abspos elements 2023-06-20 13:42:31 +02:00
abspos-flexbox-with-auto-height.html LibWeb/Tests: Port height:auto abspos flex container test to layout test 2023-08-21 13:51:12 +02:00
abspos-image-with-min-height-constraint.html LibWeb: Enforce min/max height constraints on abspos replaced boxes 2023-05-07 06:28:47 +02:00
abspos-not-replaced-multiple-auto-variants.html LibWeb: Fix absolute positioning issues 2023-07-08 06:13:56 +02:00
abspos-with-percentage-insets.html LibWeb: Resolve % top and bottom insets against containing block height 2023-07-08 10:51:12 +02:00
acid1.html
anonymous-wrappers-continue-to-inherit-style-after-change.html LibWeb: Update anonymous wrappers when applying style changes 2023-07-03 13:37:14 +02:00
aspect-ratio-auto-and-ratio.html LibWeb: Obey CSS aspect-ratio property during layout 2023-06-09 20:37:51 +02:00
aspect-ratio-auto.html LibWeb: Obey CSS aspect-ratio property during layout 2023-06-09 20:37:51 +02:00
aspect-ratio-ratio.html LibWeb: Obey CSS aspect-ratio property during layout 2023-06-09 20:37:51 +02:00
automatic-height-of-non-replaced-abspos-element-must-not-be-negative.html
automatic-width-of-non-replaced-abspos-element-must-not-be-negative.html
blank.html
blockify-layout-internal-box-without-crashing.html LibWeb: Implement more box type transformation edge cases 2023-05-03 16:04:30 +02:00
box-sizing-border-box-for-definite-sizes-without-layout.html LibWeb: Account for box-sizing:border-box in layout-less definite sizes 2023-05-02 11:47:13 +02:00
br-should-not-generate-pseudo-before.html LibWeb: Don't generate ::before/::after for BR elements 2023-09-14 21:46:28 +02:00
calc-font-size-with-percentages.html LibWeb: Resolve percentages in calc() for font-size 2023-10-06 08:23:03 +02:00
calc-negate-length.html LibWeb: Fix off-by-one in CSS calc() "negate" operation 2023-05-17 07:40:17 +02:00
calc-with-fr.html LibWeb/CSS: Parser should treat calc() with flex values as invalid 2023-10-11 07:07:29 +02:00
css-all-unset.html LibWeb: Implement the CSS all property 2023-07-29 19:16:08 +02:00
css-calc-border-width.html LibWeb: Match math function values to properties in correct order 2023-07-30 14:18:13 +02:00
css-dir-selector.html LibWeb: Implement the :dir() selector pseudo-class 2023-08-21 13:51:56 +02:00
css-ex-unit.html LibGfx/OpenType: Load x-height metrics from OS/2 table if available 2023-06-10 21:46:33 +02:00
css-font-size-calc.html LibWeb: Support font-size: calc() 2023-06-02 20:03:28 +02:00
css-font-size-math.html LibWeb: Implement font-size: math 2023-09-11 17:03:22 +01:00
css-host-selector-gets-parsed.html LibWeb: Parse :host() selector 2023-08-05 13:23:12 +02:00
css-import-rule-sheet-1.css
css-import-rule-sheet-2.css
css-import-rule.html
css-imported-sheet-with-media-rule.css
css-imported-sheet-with-media-rule.html
css-invalid-psuedo-compound-selector.html LibWeb: Fix crash parsing an invalid pseudo compound selector 2023-08-14 11:43:57 +01:00
css-line-height-percentage-inheritance.html
css-logical-inset-properties.html LibWeb: Add logical CSS properties for insets 2023-07-14 05:55:32 +02:00
css-namespace-rule-matches.html LibWeb: Rough implementation of CSS namespace rule 2023-07-30 20:27:19 +01:00
css-namespace-rule-no-match.html LibWeb: Rough implementation of CSS namespace rule 2023-07-30 20:27:19 +01:00
css-namespace-tag-name-selector.html LibWeb: Add namespaces to Universal and TagName selectors 2023-08-08 20:49:45 +01:00
css-namespace-universal-selector.html LibWeb: Add namespaces to Universal and TagName selectors 2023-08-08 20:49:45 +01:00
css-pseudo-element-blockification.html
css-pseudo-element-should-not-be-affected-by-inline-style.html
css-pseudo-element-should-not-be-affected-by-presentational-hints.html
css-quotes-nesting.html LibWeb: Track quote-nesting level while building the layout tree 2023-09-28 14:49:10 +02:00
css-revert.html LibWeb: Implement the CSS revert keyword 2023-07-29 19:16:08 +02:00
css-snap-a-length-as-a-border-width.html LibWeb: Add and use the "snap a length as a border width" algorithm 2023-07-30 22:18:26 +01:00
css-text-transform-math-auto.html LibWeb: Implement text-transform: math-auto 2023-09-11 17:03:22 +01:00
css-var-in-calc-block.html LibWeb: Expand CSS var() inside calc() paren blocks 2023-06-19 17:54:07 +02:00
details-closed.html LibWeb: Create a shadow tree for details elements with manual slots 2023-09-13 13:45:47 +02:00
details-open.html LibWeb: Create a shadow tree for details elements with manual slots 2023-09-13 13:45:47 +02:00
display-contents-with-in-children.html LibWeb: Ignore "display: contents" boxes while inserting inline nodes 2023-12-23 20:52:42 +01:00
display-table-inline-children.html LibWeb: Propagate children_are_inline in wrap_in_anonymous 2023-05-22 10:25:18 +02:00
div_align.html LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
div_align_nested.html LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
document-write-incomplete-tag.html LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
dont-crash-on-relayout-that-rewraps-text.html LibWeb: Prune old paintable pointers from layout tree after relayout 2023-08-29 17:05:16 +02:00
element-use-pseudo-element.html LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 2023-12-17 23:12:34 +01:00
flex-abspos-item-with-preceding-whitespace.html LibWeb: Adjust 4 abspos tests to highlight errors 2023-07-08 06:13:56 +02:00
flex-auto.html
flex-column-constained-wrap.html
flex-column-constrained-nowrap.html
flex-column-height-constrained-width-constrained.html
flex-column-height-constrained.html
flex-column-height-unconstrained.html
flex-column-item-with-auto-height-and-max-width.html
flex-column-item-with-auto-height-depending-auto-width-with-max-width-constraint.html
flex-column-item-with-auto-height-depending-on-auto-width.html
flex-container-constrained-nowrap.html
flex-container-constrained-wrap.html
flex-container-width-constrained.html
flex-frozen-items-should-be-respected.html
flex-grow-0-column.html
flex-grow-1.html
flex-grow-2.html
flex-item-auto-height-with-wrap.html
flex-item-on-row-with-intrinsic-aspect-ratio.html
flex-item-vertical-padding-relative-to-flex-container-width.html
flex-item-with-cyclic-percentage-height.html
flex-item-with-intrinsic-aspect-ratio.html
flex-margin-auto-justify-content.html
flex-row.html
flex-shrink-1.html
flex-shrink-2.html
flex-shrink-3.html
floating-non-replaced-element-percentage-padding-against-indefinite-width.html LibWeb: Resolve padding against 0 and not inf for indefinite width more 2023-06-21 06:13:05 +02:00
floating-replaced-element-percentage-padding-against-indefinite-width.html LibWeb: Resolve padding against 0 and not inf for indefinite width more 2023-06-21 06:13:05 +02:00
font-fractional-size.html LibWeb: Allow fractional font sizes in CSS 2023-09-15 18:26:37 +02:00
font-size-legacy.html LibWeb: Support size attribute on font elements 2023-11-21 16:54:02 +01:00
font-size-zero.html LibWeb: Allow font-size: 0 2023-09-05 14:23:35 +02:00
font-with-many-normal-values.html LibWeb: Support CSS font shorthand with up to 4 consecutive normal 2023-07-04 16:25:23 +02:00
getComputedStyle-on-unconnected-element.html LibWeb: Don't resolve CSS property values for unconnected elements 2023-05-10 17:27:07 +02:00
height-min-max-fit-content.html LibWeb: Accept height: {min,max,fit}-content 2023-08-20 19:37:50 +02:00
height-of-absolute-position-box-with-padding.html LibWeb: Fix for absolutely positioned elements with specified height 2023-05-16 14:34:53 +02:00
html-encoding-detection-crash.html LibWeb: Fix crash in HTML encoding detection when handling non-ASCII 2023-12-30 13:49:50 +01:00
image-display-block-margin-auto.html
image-with-multiple-constraint-violations.html LibWeb: Improve handling of min/max constraint violations on images 2023-05-09 12:11:28 +02:00
img-with-box-sizing-border-box-and-padding.html LibWeb: Take box-sizing into account when sizing replaced elements 2023-06-05 09:00:00 +02:00
img-with-percentage-max-width-and-indefinite-containing-block-width.html Tests/LibWeb: Fix typo in test 2023-06-16 14:39:03 +02:00
img-with-percentage-max-width-and-min-content-containing-block-width.html LibWeb: Resolve % min-sizes against 0 while under min-content constraint 2023-06-16 14:39:03 +02:00
img.webp LibWeb: Do not treat size of abspos items as definite 2023-06-22 18:18:04 +02:00
incomplete-input-no-newline-at-eof-should-not-crash.html LibWeb: Prevent OOB access in HTMLEncodingDetection for input of '</' 2024-01-08 23:35:09 +01:00
inline-block-treat-100pct-width-as-auto.html LibWeb/Tests: Move unresolvable % width on inline-block to layout test 2023-08-21 13:51:12 +02:00
inline-size.html LibWeb: Unit tests for min/max-inline-size 2023-05-27 16:02:33 +02:00
input-element-with-display-inline.html
input-image.html LibWeb: Begin implementing the HTMLInputElement 'image' type state 2024-02-19 11:07:30 +01:00
input-text-node-invalidation-on-value-change.html LibWeb: Add input number up down UI buttons 2023-12-09 21:49:38 +01:00
inset-shorthand-property.html LibWeb: Add support for parsing 'inset' shorthand CSS property 2023-05-30 06:02:06 +02:00
lh-1.html
lh-2.html
line-height-calc-number.html LibWeb: Support line-height: calc(...) values that resolve to number 2023-06-01 09:20:05 +02:00
link-sheet.css
link-sheet.html
media-query-resolution.html LibWeb: Support media queries with the resolution feature 2023-08-25 20:10:47 +02:00
negative-max-size.html LibWeb: Bounds-check parsed CSS types 2023-06-02 17:46:35 +02:00
non-floating-non-replaced-element-percentage-padding-against-indefinite-width.html LibWeb: Resolve padding against 0 and not inf for indefinite width more 2023-06-21 06:13:05 +02:00
nowrap-and-no-line-break-opportunity.html LibWeb: Improve the line breaking algorithm 2023-08-21 19:31:00 +02:00
ordered-list.html LibWeb: Add ol start and li value attributes support 2023-11-09 16:10:54 +01:00
overflow-x-hidden-with-border-radius.html
percentage-max-height-when-containing-block-has-indefinite-height.html LibWeb: Treat % max-height as none when containing block size indefinite 2023-06-14 17:08:15 +02:00
picture-source-media-query.html LibWeb: Skip children based on media when updating the source set 2023-05-28 12:11:10 +02:00
place-content-shorthand-property.html LibWeb: Add support for parsing place-content shorthand CSS property 2023-06-01 09:06:13 +02:00
position-absolute-from-edges.html LibWeb: Adjust 4 abspos tests to highlight errors 2023-07-08 06:13:56 +02:00
position-absolute-ignores-padding-of-position-relative-floating-parent.html
position-absolute-top-left.html
position-empty-pseudo-elements.html LibWeb: Include anonymous boxes with no lines into computing BFC height 2023-08-02 17:35:54 +02:00
pre.html LibWeb: Fix whitespace getting trimmed incorrectly 2023-07-17 21:47:34 +02:00
pseudo-element-with-custom-properties-2.html LibWeb: Resolve CSS custom properties on pseudo elements 2023-05-17 20:37:29 +02:00
pseudo-element-with-custom-properties.html LibWeb: Resolve CSS custom properties on pseudo elements 2023-05-17 20:37:29 +02:00
replaced-box-with-vertical-margins.html
replaced-within-max-content.html LibWeb: Resolve replaced element size constraints using aspect ratios 2023-09-04 12:40:17 +02:00
resolve-cyclic-percentage-against-zero-when-available-size-is-min-content.html LibWeb: Resolve cyclic % against 0 when available size is min-content 2023-06-08 13:54:11 +02:00
resolve-height-of-containing-block.html LibWeb: Fix width calculation for floating replaced elements 2023-05-26 21:20:56 +02:00
select-with-option-selected.html LibWeb: Set select element text when an option is initially selected 2024-01-29 20:05:14 +00:00
set-margin-of-floating-box.html LibWeb: Set margin, padding and border for replaced boxes 2023-05-30 10:09:47 +02:00
shadow-tree-removed-from-dom-receives-event.html LibWeb: Do not assume a shadow root has a host 2023-12-04 01:33:57 +01:00
space-is-soft-line-break-opportunity.html LibWeb: Improve the line breaking algorithm 2023-08-21 19:31:00 +02:00
style-invalidation-line-height-propagation.html LibWeb: Improve style propagation to anonymous wrappers 2024-01-07 14:24:38 +01:00
svg-preserve-aspect-ratio.html
svg-text-with-viewbox.html LibWeb: Layout SVG <text> elements during layout (not while painting) 2023-10-30 19:44:54 +01:00
svg-transforms-and-viewboxes.html
table-fixup-with-rowspan.html LibWeb: Remove invalid assertion in table fixup 2024-01-23 10:17:00 +01:00
text-align-justify-with-forced-break.html LibWeb: Don't justify text lines that end in a forced break 2023-06-10 21:46:33 +02:00
text-align-overflow.html LibWeb: Avoid text-aligning content that is too long for its line box 2023-06-02 05:21:22 +02:00
text-indent.html LibWeb: Basic support for CSS text-indent: <length-percentage> 2023-05-15 19:31:09 +02:00
textarea-content.html LibWeb: Add textarea placeholder 2024-01-07 10:22:32 +01:00
textnode-width-bitmap-font.html LibWeb: Don't add an extra glyph spacing to width of TextNode 2023-11-04 17:39:04 +01:00
tolerate-css-percentage-overshoot.html LibWeb: Round lengths to 3 decimals after resolving from percentage 2023-06-01 18:13:42 +02:00
transform-calc-length-values.html LibWeb: Resolve calc() values in CSS transform 2023-07-15 11:35:16 +02:00
utf-16-be-xhtml-file-should-decode-correctly.html LibWeb: Fix utf16-be check in HTMLEncodingDetection 2024-01-08 23:35:09 +01:00
vertical-padding-relative-to-cb-width.html
viewport-overflow-propagation-1.html LibWeb: Propagate overflow modes from <html> or <body> to viewport 2023-08-03 13:21:26 +02:00
viewport-overflow-propagation-2.html LibWeb: Propagate overflow modes from <html> or <body> to viewport 2023-08-03 13:21:26 +02:00
zero-size-replaced-box-with-aspect-ratio.html LibWeb: Fix division by zero in solve_replaced_size_constraint() 2024-02-20 20:35:34 +01:00
zero_percent_width_nested_table.html LibWeb: Avoid division by zero when computing table width 2024-01-21 16:11:25 +01:00