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

Unified Diff: LayoutTests/css3/flexbox/inline-flex-crash2.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whoops, a > went missing 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 | « LayoutTests/css3/flexbox/inline-flex-crash.html ('k') | LayoutTests/css3/flexbox/insert-text-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/inline-flex-crash2.html
diff --git a/LayoutTests/css3/flexbox/inline-flex-crash2.html b/LayoutTests/css3/flexbox/inline-flex-crash2.html
index 4fc955d9e26fde50d48e7f1d5670e90f0ad3a433..5616e6dd99bde191dfd44927f60bed7c73f94d07 100644
--- a/LayoutTests/css3/flexbox/inline-flex-crash2.html
+++ b/LayoutTests/css3/flexbox/inline-flex-crash2.html
@@ -2,7 +2,7 @@
<style>#el0::first-letter, #el0:first-child { height: 100px;}</style>
This test passes if it doesn't crash.
-<div id='container' contentEditable><a><img><div id="el0" style="display: -webkit-inline-flex"><pre>AAAAA</pre></div></a></div>
+<div id='container' contentEditable><a><img><div id="el0" style="display: inline-flex"><pre>AAAAA</pre></div></a></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
« no previous file with comments | « LayoutTests/css3/flexbox/inline-flex-crash.html ('k') | LayoutTests/css3/flexbox/insert-text-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698