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

Unified Diff: LayoutTests/fast/runin/runin-not-go-into-float.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-not-go-into-float.html
diff --git a/LayoutTests/fast/runin/runin-not-go-into-float.html b/LayoutTests/fast/runin/runin-not-go-into-float.html
deleted file mode 100644
index 74cd25471dc36875d0c1fe8e579eb3113eed300a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/runin-not-go-into-float.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<!-- PASS on one line, followed by EFABCD on the second line. All text should be of same size 40 px. -->
-<html>
-<body style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
-<style>
-#target:before {
- content: "PASS";
- display: run-in;
- color: green;
-}
-span:before {
- content: "EF";
-}
-</style>
-<div id="target" style="color: blue">
-<span style="float: left">AB</span>
-<div id="inner">CD</div>
-</div>
-<script>
-document.body.offsetTop;
-document.body.style.fontSize = "40px";
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698