mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 15:13:07 +00:00
9 lines
234 B
Text
9 lines
234 B
Text
Before: "foobar"
|
|
After: "foo<br>bar"
|
|
Before: "<p style="white-space: pre">foobar</p>"
|
|
After: "<p style="white-space: pre">foo
|
|
bar</p>"
|
|
Before: "<p style="white-space: pre">foobar</p>"
|
|
After: "<p style="white-space: pre">foobar
|
|
|
|
</p>"
|