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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt

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/flexitem-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt
index 32ba6829e5fceeddde0cc27c06779b43dc781927..a0647fe24b9dee089d2780b4720cabf422874dce 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt
@@ -3,45 +3,47 @@ button
object
-PASS
-PASS
-PASS
-PASS
button
-PASS
-PASS
-FAIL:
-Expected 600 for width, but got 0.
-<div class="flexbox">
- <!-- FIXME: This table should flex. -->
- <div data-expected-display="table" data-expected-width="600" style="display: inline-table"></div>
-</div>
-
-PASS
-PASS
-PASS
button
object
-PASS
-PASS
-PASS
-PASS
Some text
Some more text
-PASS
-PASS
-PASS
-PASS
+This is a testharness.js-based test.
+PASS .flexbox 1
+PASS .flexbox 2
+PASS .flexbox 3
+PASS .flexbox 4
+PASS .flexbox 5
+PASS .flexbox 6
+PASS .flexbox 7
+PASS .flexbox 8
+PASS .flexbox 9
+PASS .flexbox 10
+PASS .flexbox 11
+FAIL .flexbox 12 assert_equals:
+<div class="flexbox">
+ <!-- FIXME: This table should flex. -->
+ <div data-expected-display="table" data-expected-width="600" style="display: inline-table"></div>
+</div>
+width expected 600 but got 0
+PASS .flexbox 13
+PASS .flexbox 14
+PASS .flexbox 15
+PASS .flexbox 16
+PASS .flexbox 17
+PASS .flexbox 18
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698