mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix <br> support
This commit is contained in:
parent
f5ebd19c01
commit
024ce539fd
5 changed files with 26 additions and 2 deletions
11
src/test/ref/br-ref.html
Normal file
11
src/test/ref/br-ref.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!doctype HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>br reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>A</div>
|
||||
<div>B</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue