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

Unified Diff: LayoutTests/fast/history/self-is-visited-expected.txt

Issue 66253005: shouldBecome* outputs variable name instead of its value on failure (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: update expectations that are supposed to fail with using shouldBecome Created 7 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: LayoutTests/fast/history/self-is-visited-expected.txt
diff --git a/LayoutTests/fast/history/self-is-visited-expected.txt b/LayoutTests/fast/history/self-is-visited-expected.txt
index 8ad22391b37957acdfc2e22f8f390b64140c1a4c..5d54b7952afae44198b4d2f0abe7ee6ca85a380e 100644
--- a/LayoutTests/fast/history/self-is-visited-expected.txt
+++ b/LayoutTests/fast/history/self-is-visited-expected.txt
@@ -1,8 +1,8 @@
These two links should be different colors (green and orange):
One Two
-FAIL firstStyle.color did not become different from secondStyle.color in 0.5 seconds.
-FAIL firstStyle.backgroundColor did not become different from secondStyle.backgroundColor in 0.5 seconds.
+FAIL firstStyle.color did not become different from rgb(0, 128, 0) in 0.5 seconds.
+FAIL firstStyle.backgroundColor did not become different from rgb(255, 255, 255) in 0.5 seconds.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/history/nested-visited-test-expected.txt ('k') | LayoutTests/fast/history/sibling-visited-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698