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

Unified Diff: LayoutTests/fast/css-generated-content/generated-runin.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/editing/undo/undo-after-event-edited.html ('k') | LayoutTests/fast/css/run-in-children.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-generated-content/generated-runin.html
diff --git a/LayoutTests/fast/css-generated-content/generated-runin.html b/LayoutTests/fast/css-generated-content/generated-runin.html
deleted file mode 100644
index a154d22becb026973ebb70216354b4ef292b3ce0..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css-generated-content/generated-runin.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-
-<style>
- section.run-in:before {
- display: run-in;
- content: "This ";
- }
-</style>
-
-<section>
- <div>
- should all be on the same line.
- </div>
-</section>
-
-<script>
-onload = function() {
- document.querySelector('section').className = 'run-in';
-}
-</script>
« no previous file with comments | « LayoutTests/editing/undo/undo-after-event-edited.html ('k') | LayoutTests/fast/css/run-in-children.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698