mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
add title to absolute div test case
This commit is contained in:
parent
21e2ed522b
commit
e926bef796
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<title>CSS Test: Absolute position div with padding should not increase in size</title>
|
||||
<link rel="match" href="absolute_div_with_padding_ref.html">
|
||||
<style>
|
||||
.absolute{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<title>CSS Test: Absolute position div with padding should not increase in size</title>
|
||||
<style>
|
||||
.absolute{
|
||||
padding: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue