mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1144607
followup - Fix submitted reftest for string value of list-style-type. DONTBUILD
This commit is contained in:
parent
8b1db2cde9
commit
6a789d6fe4
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user