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

Side by Side Diff: LayoutTests/css3/flexbox/inline-flex-crash.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style>#el0::first-letter, #el0:first-child { height: 10px; }</style> 2 <style>#el0::first-letter, #el0:first-child { height: 10px; }</style>
3 This test passes if it doesn't crash. 3 This test passes if it doesn't crash.
4 4
5 <div id='container' contentEditable><a><img><div id="el0" style="display: -webki t-inline-flex"><pre></pre></div></a></div> 5 <div id='container' contentEditable><a><img><div id="el0" style="display: inline -flex"><pre></pre></div></a></div>
6 <script> 6 <script>
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 9
10 document.querySelector('pre').textContent = 'AA\u0605'; 10 document.querySelector('pre').textContent = 'AA\u0605';
11 window.getSelection().selectAllChildren(document.getElementById('container')); 11 window.getSelection().selectAllChildren(document.getElementById('container'));
12 document.execCommand('FormatBlock', false, '<h1>'); 12 document.execCommand('FormatBlock', false, '<h1>');
13 </script> 13 </script>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/inline-flex.html ('k') | LayoutTests/css3/flexbox/inline-flex-crash2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698