ladybird/Base/home/anon/www
Andreas Kling 6242459c0f LibHTML: Implement the <br> element for line breaking
The <br> element will produce a special LayoutBreak node in the layout
tree, which forces a break in the line layout whenever encountered.

This patch also makes LayoutBlock use the current line-height as the
minimum effective height for each line box. This ensures that having
multiple <br> elements in a row doesn't create 0-height line boxes.
2019-10-12 13:47:49 +02:00
..
blink.html LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +02:00
br.html LibHTML: Implement the <br> element for line breaking 2019-10-12 13:47:49 +02:00
css.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
images.html Base: Add a page for image features to the www directory 2019-10-06 14:33:00 +02:00
link.css LibHTML: Start adding support for <link rel="stylesheet"> 2019-10-07 19:06:47 +02:00
link.html LibHTML: Start adding support for <link rel="stylesheet"> 2019-10-07 19:06:47 +02:00
lorem.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
phint.html Base: Add a little HTML test for presentational hints 2019-10-04 21:15:52 +02:00
selectors.html LibDraw: Parse some more color string formats found on the web 2019-10-06 21:40:14 +02:00
small.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
welcome.html LibHTML: Implement the <br> element for line breaking 2019-10-12 13:47:49 +02:00