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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt

Issue 19782002: Make Blink stop scheduling its own Layout, and use the compositor's timer instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: With test changes Created 7 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: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt
diff --git a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt
index 74401033e62b5259ebf547a0cd405d68fff07dd7..9a2c93a8fb875459f1fed7f617f2e2c2f3aad2b4 100644
--- a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt
+++ b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt
@@ -13,6 +13,8 @@ PASS document.getElementById("mock-page-popup") is null
PASS iframe.contentDocument.getElementById("test2").value is "2012-W01"
PASS testInput1.value is ""
PASS testInput2.value is "2002-W02"
+PASS highlightedEntry() is null
+PASS highlightedEntry() is "2012-W01"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698