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

Unified Diff: LayoutTests/fast/runin/generated2.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/generated-expected.txt ('k') | LayoutTests/fast/runin/generated2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/runin/generated2.html
diff --git a/LayoutTests/fast/runin/generated2.html b/LayoutTests/fast/runin/generated2.html
deleted file mode 100644
index 8adc530f534de8dda613c02ea37030c8a6eb73f0..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/generated2.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<style>
-#target:before {
- content: "PASS";
- display: run-in;
-}
-</style>
-<p>x</p>
-<div id="target">
- <div id="inner"> &lt; this should say still say &ldquo;PASS&rdquo;</div>
-</div>
-<script>
-// Force layout.
-document.body.offsetTop;
-
-// Cause a layout of the inner div.
-document.getElementById('inner').style.color = 'blue';
-</script>
« no previous file with comments | « LayoutTests/fast/runin/generated-expected.txt ('k') | LayoutTests/fast/runin/generated2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698