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

Unified Diff: third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt

Issue 2139943002: Auto-rebaseline for r403860 (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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt b/third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt
index 5c1b60e1783284e8904cd3fa171d45f38bbefbab..df440ee2abb0763566ea8fee9781c734226590a0 100644
--- a/third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win7/fast/forms/suggested-value-expected.txt
@@ -70,13 +70,13 @@ instead of "initial value".
| <select>
| id="select"
| <option>
-| "CA"
+| "initial value"
| <shadow:root>
-| "CA"
+| "initial value"
| <option>
-| "TX"
+| "inserted value"
| <shadow:root>
-| "TX"
+| "inserted value"
| <shadow:root>
| <content>
| select="option,optgroup,hr"
@@ -88,5 +88,6 @@ instead of "initial value".
| "internals.suggestedValue(month): 2014-01"
| "textarea.value: initial value"
| "internals.suggestedValue(textarea): suggested value"
-| "select.value: "
-| "internals.suggestedValue(select): TX"
+| "select.value: initial value"
+| "internals.suggestedValue(select): suggested value"
+| "internals.suggestedValue(select): "
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698