Add missing </title> that was causing these tests to be commented out. (Bug 681403)

This commit is contained in:
L. David Baron 2011-08-23 15:42:11 -04:00
parent e9ca41c695
commit 866728dd65
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<!doctype html>
<html><head>
<title>border-image: repeat with zero-height top and bottom
<title>border-image: repeat with zero-height top and bottom</title>
<style>
span {
display: inline-block;

View File

@ -1,6 +1,6 @@
<!doctype html>
<html><head>
<title>border-image: repeat with zero-height top and bottom
<title>border-image: repeat with zero-height top and bottom</title>
<style>
span {
display: inline-block;

View File

@ -1,6 +1,6 @@
<!doctype html>
<html><head>
<title>border-image: repeat with zero-width left and right
<title>border-image: repeat with zero-width left and right</title>
<style>
span {
display: inline-block;

View File

@ -1,6 +1,6 @@
<!doctype html>
<html><head>
<title>border-image: repeat with zero-width left and right
<title>border-image: repeat with zero-width left and right</title>
<style>
span {
display: inline-block;