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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.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/box-orient-button.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html b/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
index e580d8c39adec943b35fa873340586a478a40bb6..16771c9ce6b26b7cf3d538420b56a3aa8c7e0451 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
@@ -19,10 +19,12 @@
display: flex;
}
</style>
-<script src="../../resources/js-test.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
-<p id="description"></p>
+<p id="description">Check if box-orient is working in &lt;button&gt;. See https://bugs.webkit.org/show_bug.cgi?id=25406</p>
+<div id="log"></p>
<div id="main">
<p>
reference of horizontal button:<br>

Powered by Google App Engine
This is Rietveld 408576698