Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!--quirks-->
2 <title>Historical quirk: list item bullet size</title>
3 <link rel=help href=https://quirks.spec.whatwg.org/#goals>
4 <meta name=assert content="List item bullet size quirk must not be supported.">
5 <link rel=match href=list-item-bullet-size-ref.html>
6 <style>
7 p { margin:0 }
8 #test { font-size:3em; margin-top:0 }
9 </style>
10 <p>There should be a normal-size bullet and a big bullet below.</p>
11 <ul>
12 <li>&nbsp;
13 </ul>
14 <ul id=test>
15 <li>&nbsp;
16 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698