1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:18:14 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 89ba7246dd LibWeb: Don't resolve CSS property values for unconnected elements
While it's possible to getComputedStyle() on an unconnected element,
the resulting object is not supposed to have any values, since we can't
resolve style without a document root anyway.

This fixes a crash on https://bandcamp.com
2023-05-10 17:27:07 +02:00
..
expected LibWeb: Don't resolve CSS property values for unconnected elements 2023-05-10 17:27:07 +02:00
input LibWeb: Don't resolve CSS property values for unconnected elements 2023-05-10 17:27:07 +02:00
layout_test.sh LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00