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

Unified Diff: LayoutTests/fast/runin/generated4.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/generated3-expected.txt ('k') | LayoutTests/fast/runin/generated4-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/runin/generated4.html
diff --git a/LayoutTests/fast/runin/generated4.html b/LayoutTests/fast/runin/generated4.html
deleted file mode 100644
index 9e5f16b3d631de206612ab3a4ebf47e86569f299..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/generated4.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<style>
-.hasRunIn:before {
- content: "FAIL";
- display: run-in;
- color: red;
-}
-</style>
-
-<ul class="hasRunIn">
- <li>x</li>
-</ul>
-
-<div>
- <div class="hasRunIn">
- <p>x</p>
- </div>
-</div>
-
-<script>
-// Force layout.
-document.body.clientHeight;
-
-// This is not a Live Collection, so it is safe to iterate.
-var elems = document.querySelectorAll('.hasRunIn');
-for (var i=0; i<elems.length; ++i)
- elems[i].className = '';
-</script>
« no previous file with comments | « LayoutTests/fast/runin/generated3-expected.txt ('k') | LayoutTests/fast/runin/generated4-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698