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

Unified Diff: LayoutTests/fast/runin/002.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
« no previous file with comments | « LayoutTests/fast/runin/001-expected.txt ('k') | LayoutTests/fast/runin/002-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/runin/002.html
diff --git a/LayoutTests/fast/runin/002.html b/LayoutTests/fast/runin/002.html
deleted file mode 100644
index c4edecd264e04045aea8e9e680a6e0fe8ba39d97..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/002.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>WebKit Bug 23839: Definition terms with display style of run-in display :after content like :before content</title>
- <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" />
- <style type="text/css">
-dt {display: run-in}
-dt:after {content: ":"}
- </style>
- </head>
- <body>
- <dl>
- <dt>Term</dt>
- <dd>Definition</dd>
- </dl>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/runin/001-expected.txt ('k') | LayoutTests/fast/runin/002-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698