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

Unified Diff: LayoutTests/cssom/cssvalue-comparison-expected.txt

Issue 109763007: Reland r159735 - support for test harness (text-only) tests w/o expected results. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update testharness-based baselines Created 7 years 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: LayoutTests/cssom/cssvalue-comparison-expected.txt
diff --git a/LayoutTests/cssom/cssvalue-comparison-expected.txt b/LayoutTests/cssom/cssvalue-comparison-expected.txt
index 32cdd3a29d13d51f55da114f0f566e19ceb5001a..457340c9a37b61407d6a625e87f73356ae59d141 100644
--- a/LayoutTests/cssom/cssvalue-comparison-expected.txt
+++ b/LayoutTests/cssom/cssvalue-comparison-expected.txt
@@ -1,6 +1,6 @@
This test verifies that CSSValue objects comparison works correctly.
-
+This is a testharness.js-based test.
PASS Two CSSValues "20%" for property "width" are equal.
PASS Two CSSValues "2em" for property "width" are equal.
PASS Two CSSValues "2rem" for property "width" are equal.
@@ -105,4 +105,5 @@ PASS Two CSSValues "grayscale(100%) sepia(100%)" and "sepia(10%) grayscale(50%)"
PASS Two CSSValues "dashboard-region(label circle)" for property "-webkit-dashboard-region" are equal.
PASS Two CSSValues "dashboard-region(label circle 1px 2px 3px 4px) dashboard-region(label rectangle 5px 6px 7px 8px)" for property "-webkit-dashboard-region" are equal.
PASS Two CSSValues "dashboard-region(label circle)" and "dashboard-region(label circle 1px 2px 3px 4px) dashboard-region(label rectangle 5px 6px 7px 8px)" for property "-webkit-dashboard-region" are not equal.
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698