Bug 1144607 followup - Fix submitted reftest for string value of list-style-type. DONTBUILD

This commit is contained in:
Xidorn Quan 2015-03-28 17:19:51 +11:00
parent 8b1db2cde9
commit 6a789d6fe4
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<title>CSS Test: String value of list-style-type</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://dev.w3.org/csswg/css-lists-3/#valdef-list-style-type-string">
<link rel="match" ref="list-style-type-string-001-ref.html">
<link rel="match" href="list-style-type-string-001-ref.html">
<style>
ol, ul { list-style-type: "# "; list-style-position: inside; }
</style>

View File

@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Test: String value of list-style-type</title>
<title>CSS Test: String value of list-style</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://dev.w3.org/csswg/css-lists-3/#valdef-list-style-type-string">
<link rel="match" ref="list-style-type-string-001-ref.html">
<link rel="match" href="list-style-type-string-001-ref.html">
<style>
ol, ul { list-style: inside "# "; }
</style>