Files
rust_browser/tests/goldens/expected/187-table-anonymous-objects.layout.txt
Zachary D. Rowitsch 9b71819713 Fix border-spacing initial value to 0 per CSS 2.1 §17.6.1
The CSS spec initial value for border-spacing is 0, not 2px. The 2px
default for <table> elements belongs in the UA stylesheet (which already
has it), not in Default::default(). This caused non-table elements with
display:table (e.g. <ul>) to incorrectly get 2px spacing instead of 0.

Promotes 69 WPT tests from known_fail to pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 14:27:37 -05:00

4.1 KiB