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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html b/third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
index 68be93b40bf0bed5fcf5443caf82344b9b160c76..433e808ac9897255e2fa9b641f50421ea1721ebb 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html style="display: inline-flex;">
-<script src="../../resources/js-test.js"></script>
<script>
-description('This test passes if it does not crash.');
+if (window.testRunner)
+ testRunner.dumpAsText();
</script>
+<title>This test passes if it does not crash.</title>
<frameset></frameset>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698