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

Unified Diff: LayoutTests/editing/undo/undo-after-event-edited.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/TestExpectations ('k') | LayoutTests/fast/css-generated-content/generated-runin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/undo/undo-after-event-edited.html
diff --git a/LayoutTests/editing/undo/undo-after-event-edited.html b/LayoutTests/editing/undo/undo-after-event-edited.html
index e7a443cc2ffeeb6a5767768d521fd0f806800c7a..5148c5e74321ff3ae384f76ceb23f20599179347 100644
--- a/LayoutTests/editing/undo/undo-after-event-edited.html
+++ b/LayoutTests/editing/undo/undo-after-event-edited.html
@@ -2,7 +2,7 @@
<html>
<head>
<style>
-* { display:run-in; }
+* { display:block; }
.collapse { visibility:collapse; }
</style>
<script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css-generated-content/generated-runin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698