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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size-expected.html b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f449ce9924ac68222ad7406cf18314cbdfb01cf6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/historical/list-item-bullet-size-expected.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<title>Historical quirk: list item bullet size</title>
+<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>&nbsp;
+</ul>
+<ul id=test>
+ <li>&nbsp;
+</ul>

Powered by Google App Engine
This is Rietveld 408576698