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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size-expected.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 <!doctype html>
2 <title>Historical quirk: list item bullet size</title>
3 <style>
4 p { margin:0 }
5 #test { font-size:3em; margin-top:0 }
6 </style>
7 <p>There should be a normal-size bullet and a big bullet below.</p>
8 <ul>
9 <li>&nbsp;
10 </ul>
11 <ul id=test>
12 <li>&nbsp;
13 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698