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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html

Issue 1458553005: Add variant of check-layout.js that uses testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better error output, remove dead code Created 5 years, 1 month 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/stretched-child-shrink-on-relayout.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html b/third_party/WebKit/LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html
index c384d5615bee8a2e1ac343fe6ec1903e1cc17743..9843a803be410072cd231a60ccba04686aca2197 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html
@@ -33,7 +33,9 @@
}
</style>
</head>
-<script src="../../resources/check-layout.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="../../resources/check-layout-th.js"></script>
<body onload="checkLayout('.flexbox')">
<div class="flexbox">

Powered by Google App Engine
This is Rietveld 408576698