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

Unified Diff: LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 2 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: LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html
diff --git a/LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html b/LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html
deleted file mode 100644
index 6da753b29a216e79587f4b6d1855de06a9eac4b7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
-<!-- Test passes if you see RUNIN, followed by list marker and ABCD. All text should be of same 50px size. -->
-<style>
-li:before { content: "AB"; }
-</style>
-<div style="display: run-in; color: green">RUNIN</div>
-<li style="color: orange">CD</li>
-<script>
-document.body.offsetTop;
-document.body.style.fontSize = "50px";
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698