| Index: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size.html | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size.html b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..bf996edf784890b51926a0aba316c9cb0fb74069 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size.html | 
| @@ -0,0 +1,16 @@ | 
| +<!--quirks--> | 
| +<title>Historical quirk: list item bullet size</title> | 
| +<link rel=help href=https://quirks.spec.whatwg.org/#goals> | 
| +<meta name=assert content="List item bullet size quirk must not be supported."> | 
| +<link rel=match href=list-item-bullet-size-ref.html> | 
| +<style> | 
| +p { margin:0 } | 
| +#test { font-size:3em; margin-top:0 } | 
| +</style> | 
| +<p>There should be a normal-size bullet and a big bullet below.</p> | 
| +<ul> | 
| + <li>  | 
| +</ul> | 
| +<ul id=test> | 
| + <li>  | 
| +</ul> | 
|  |