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

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

Issue 2027053003: Rebaseline tests on Win10 for crbug.com/521730 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
deleted file mode 100644
index 9877bb68106324a669b1226ee60ddfa13dd607f9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
+++ /dev/null
@@ -1,92 +0,0 @@
-This test setting suggested values on an input element
-and a textarea element. The dump below should have the "suggested value"
-instead of "initial value".
-| <input>
-| id="test"
-| type="text"
-| value="initial value"
-| this.value="initial value"
-| <shadow:root>
-| <div>
-| id="inner-editor"
-| "suggested value"
-| <input>
-| id="month"
-| type="month"
-| this.value=""
-| <shadow:root>
-| <div>
-| datetimeformat="MMMM yyyy"
-| id="date-time-edit"
-| pseudo="-webkit-datetime-edit"
-| shadow:pseudoId="-webkit-datetime-edit"
-| <div>
-| pseudo="-webkit-datetime-edit-fields-wrapper"
-| shadow:pseudoId="-webkit-datetime-edit-fields-wrapper"
-| <span>
-| aria-help="Month"
-| aria-valuemax="12"
-| aria-valuemin="1"
-| aria-valuenow="1"
-| aria-valuetext="January"
-| pseudo="-webkit-datetime-edit-month-field"
-| role="spinbutton"
-| shadow:pseudoId="-webkit-datetime-edit-month-field"
-| "January"
-| <div>
-| pseudo="-webkit-datetime-edit-text"
-| shadow:pseudoId="-webkit-datetime-edit-text"
-| " "
-| <span>
-| aria-help="Year"
-| aria-valuemax="275760"
-| aria-valuemin="1"
-| aria-valuenow="2014"
-| aria-valuetext="2014"
-| pseudo="-webkit-datetime-edit-year-field"
-| role="spinbutton"
-| shadow:pseudoId="-webkit-datetime-edit-year-field"
-| "2014"
-| <div>
-| id="clear"
-| pseudo="-webkit-clear-button"
-| style=""
-| shadow:pseudoId="-webkit-clear-button"
-| <div>
-| id="spin"
-| pseudo="-webkit-inner-spin-button"
-| shadow:pseudoId="-webkit-inner-spin-button"
-| <div>
-| id="picker"
-| pseudo="-webkit-calendar-picker-indicator"
-| shadow:pseudoId="-webkit-calendar-picker-indicator"
-| <textarea>
-| id="textarea"
-| this.value="initial value"
-| <shadow:root>
-| <div>
-| id="inner-editor"
-| "suggested value"
-| <select>
-| id="select"
-| <option>
-| "CA"
-| <shadow:root>
-| "CA"
-| <option>
-| "TX"
-| <shadow:root>
-| "TX"
-| <shadow:root>
-| <content>
-| select="option,optgroup,hr"
-| "input.value: initial value"
-| "internals.suggestedValue(input): suggested value"
-| "input.selectionStart: 0"
-| "input.selectionEnd: 0"
-| "month.value: "
-| "internals.suggestedValue(month): 2014-01"
-| "textarea.value: initial value"
-| "internals.suggestedValue(textarea): suggested value"
-| "select.value: "
-| "internals.suggestedValue(select): TX"

Powered by Google App Engine
This is Rietveld 408576698