add title to absolute div test case

This commit is contained in:
Bob 2017-11-20 15:57:45 +00:00
parent 21e2ed522b
commit e926bef796
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<meta charset="utf-8"> <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"> <link rel="match" href="absolute_div_with_padding_ref.html">
<style> <style>
.absolute{ .absolute{

View file

@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<meta charset="utf-8"> <meta charset="utf-8">
<title></title> <title>CSS Test: Absolute position div with padding should not increase in size</title>
<style> <style>
.absolute{ .absolute{
padding: 100px; padding: 100px;