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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html

Issue 2130543003: Convert some flexbox tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html style="display: inline-flex;"> 2 <html style="display: inline-flex;">
3 <script src="../../resources/js-test.js"></script>
4 <script> 3 <script>
5 description('This test passes if it does not crash.'); 4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <title>This test passes if it does not crash.</title>
7 <frameset></frameset> 8 <frameset></frameset>
8 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698