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

Unified Diff: sky/tests/editing/backspace.sky

Issue 1077473002: Stop rendering text inside flex boxes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: make p default to display: paragraph Created 5 years, 8 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 | « sky/tests/clipping/background-opaque-clipped-gradients-expected.txt ('k') | sky/tests/editing/replace.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/editing/backspace.sky
diff --git a/sky/tests/editing/backspace.sky b/sky/tests/editing/backspace.sky
index ff3d63b320ffc0e87340e69682cf75067c073ee7..e63591e0cb01373d604ff4b9a72042d0a6f4fb7e 100644
--- a/sky/tests/editing/backspace.sky
+++ b/sky/tests/editing/backspace.sky
@@ -2,10 +2,9 @@
<style>
.blue {
border: 2px solid blue;
- display: paragraph;
}
</style>
-<div class="blue" contenteditable></div>
+<p class="blue" contenteditable></p>
<script>
import "../resources/event-sender.dart" as eventSender;
import "dart:sky";
« no previous file with comments | « sky/tests/clipping/background-opaque-clipped-gradients-expected.txt ('k') | sky/tests/editing/replace.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698