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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
index b2a312130bba38ed226d17773f57657b652cd0f0..5a4afe8303556cc7e7746113fa384a00dd32113d 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
@@ -17,7 +17,9 @@
min-width: 0;
}
</style>
-<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" style="height:200px">
<button data-expected-display="block" data-expected-width="100" data-expected-height="200">button</button>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698