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

Side by Side Diff: LayoutTests/css3/flexbox/anonymous-block-merge-crash.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div style="display:-webkit-flex; display:-moz-flex;"><div id="inner"></div>If t his page doesn't crash then this test passes.</div> 1 <div style="display:flex; display:-moz-flex;"><div id="inner"></div>If this page doesn't crash then this test passes.</div>
leviw_travelin_and_unemployed 2015/04/13 19:55:41 Can we take out the -moz-flexes as well? They supp
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText() 4 testRunner.dumpAsText()
5 var inner = document.getElementById("inner"); 5 var inner = document.getElementById("inner");
6 inner.parentNode.removeChild(inner); 6 inner.parentNode.removeChild(inner);
7 </script> 7 </script>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/align-absolute-child.html ('k') | LayoutTests/css3/flexbox/auto-height-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698