mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Change layout to handle whitespace between inline elements in HTML file.
This matches the behaviour of other browsers.
This commit is contained in:
parent
3c89e7a8e7
commit
76349374bb
5 changed files with 54 additions and 12 deletions
14
src/test/ref/inline_whitespace_ref.html
Normal file
14
src/test/ref/inline_whitespace_ref.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
||||
font-size: 128px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>A B</span>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue