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

Unified Diff: LayoutTests/fast/runin/runin-into-div-with-float-child.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-into-div-with-float-child.html
diff --git a/LayoutTests/fast/runin/runin-into-div-with-float-child.html b/LayoutTests/fast/runin/runin-into-div-with-float-child.html
deleted file mode 100644
index 6e4fe118e8816ce75f5e36e31e0f07931f361186..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/runin-into-div-with-float-child.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<!-- You should see green A, followed by orange ABCD, followed by blue EFGH and green IJKL. None of these should be repeated and all should be of 40px size. -->
-<html>
-<body style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
-<style>
-#test::before {
- content: "EFGH";
- color: blue;
-}
-</style>
-<div style="display: run-in; color: orange">ABCD</div><div id="test" style="color: green"><div style="float:left">A</div>IJKL</div>
-<script>
-document.body.offsetTop;
-document.body.style.fontSize = "40px";
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698