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

Unified Diff: LayoutTests/fast/runin/001.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/001.html
diff --git a/LayoutTests/fast/runin/001.html b/LayoutTests/fast/runin/001.html
deleted file mode 100644
index 12c59b7966d722dfab96b2f0e8b20f0ba16a1dfa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/001.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html401/strict.dtd">
-<html>
-<head>
-<title>Test</title>
-
-<style type="text/css">
-.block { display: block }
-.runin { display: run-in }
-.inline { display: inline }
-
-</style>
-</head>
-
-<body>
-Case A:
-
-<div class="block">
- <div class="runin">This should NOT</div>
- <div class="inline">run in.</div>
-</div>
-
-Case B:
-
-<div class="block">
- <div class="runin">This should NOT</div>
- run in.
-</div>
-
-Case C:
-
-<div class="block">
- <div class="runin">This should </div>
- <div class="block">run in.</div>
-</div>
-
-Case D:
-
-<div class="block">
- <div class="runin">This should NOT</div>
- <div class="runin">run in.</div>
-</div>
-
-</body>
-</html>
-
« no previous file with comments | « LayoutTests/fast/regions/script-tests/region-element-display-restriction.js ('k') | LayoutTests/fast/runin/001-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698