Skip to content

Commit

Permalink
add title to absolute div test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthekingofegypt committed Nov 22, 2017
1 parent 21e2ed5 commit e926bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/css/absolute_div_with_padding.html
@@ -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{
Expand Down
@@ -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;
Expand Down

0 comments on commit e926bef

Please sign in to comment.