mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Change printElement()
to not output unnecessary space
No functional changes.
This commit is contained in:
parent
d5a82040e3
commit
956d4c381b
Notes:
github-actions[bot]
2025-01-25 13:17:13 +00:00
Author: https://github.com/gmta
Commit: 956d4c381b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3363
Reviewed-by: https://github.com/AtkinsSJ ✅
23 changed files with 73 additions and 73 deletions
|
@ -1,16 +1,16 @@
|
|||
<#text >
|
||||
<#text>
|
||||
index: 1
|
||||
<BODY >
|
||||
<BODY>
|
||||
---
|
||||
<#text >
|
||||
<#text>
|
||||
index: 1
|
||||
<B id="b1" >
|
||||
<B id="b1">
|
||||
---
|
||||
<#text >
|
||||
<#text>
|
||||
index: 1
|
||||
<DIV id="d1" >
|
||||
<DIV id="d1">
|
||||
---
|
||||
<#text >
|
||||
<#text>
|
||||
index: 3
|
||||
<B id="b1" >
|
||||
<B id="b1">
|
||||
---
|
||||
|
|
|
@ -1 +1 @@
|
|||
<HTML >
|
||||
<HTML>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<HTML >
|
||||
<HTML>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<SPAN id="name" >
|
||||
<SPAN id="value" >
|
||||
<SPAN id="name">
|
||||
<SPAN id="value">
|
||||
|
|
|
@ -1 +1 @@
|
|||
<DIV id="box" >
|
||||
<DIV id="box">
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<P id="line-6" >
|
||||
<SPAN id="line-8" >
|
||||
<P id="line-6">
|
||||
<SPAN id="line-8">
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<DIV id="a1" >
|
||||
<BODY >
|
||||
<DIV id="a1">
|
||||
<BODY>
|
||||
---
|
||||
<DIV id="b3" >
|
||||
<DIV id="b2" >
|
||||
<DIV id="b3">
|
||||
<DIV id="b2">
|
||||
---
|
||||
<A id="c1" >
|
||||
<BODY >
|
||||
<A id="c1">
|
||||
<BODY>
|
||||
---
|
||||
<I id="d2" >
|
||||
<B id="d1" >
|
||||
<I id="d2">
|
||||
<B id="d1">
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<DIV id="aa" >
|
||||
<DIV id="a" >
|
||||
<DIV id="bb" >
|
||||
<DIV id="b" >
|
||||
<DIV id="d" >
|
||||
<DIV id="container" >
|
||||
<DIV id="aa">
|
||||
<DIV id="a">
|
||||
<DIV id="bb">
|
||||
<DIV id="b">
|
||||
<DIV id="d">
|
||||
<DIV id="container">
|
||||
|
|
|
@ -1 +1 @@
|
|||
<DIV id="scroll-space-filler" >
|
||||
<DIV id="scroll-space-filler">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue