Browser navigation, e.g. reload, history.back, and history.forward, should preserve values of input type "time".
Created attachment 163766 [details] Patch 1
Comment on attachment 163766 [details] Patch 1 Could you review this patch? Thanks in advance.
Created attachment 163783 [details] Patch 2
Comment on attachment 163783 [details] Patch 2 Could you review this patch? Thanks in advance. = Changes since the last review = * Rename test file time-multiple-fields-preserve-value-after-reload.* to time-multiple-fields-not-preserve-value-after-reload.* * Change reload test does right thing. Previous version checked value before reloaded.
Created attachment 163786 [details] Patch 3
Comment on attachment 163786 [details] Patch 3 Could you review this patch? Thanks in advance. = Changes since the last review = * Rename test file time-multiple-fields-preserve-value-after-reload.* to time-multiple-fields-reset-value-after-reload.* * Change reload test does right thing. Previous version checked value before reloaded.
Comment on attachment 163786 [details] Patch 3 View in context: https://bugs.webkit.org/attachment.cgi?id=163786&action=review > LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt:9 > +PASS "backward full";"01:01" is "01:01" > +PASS "backward partial";"" is "" > +PASS "forward full";"02:02" is "02:02" > +PASS "forward partial";"" is "" "backward/forward full/partial" is hard to understand unless reading the test code carefully. Please show more descriptive strings. e.g. Went back to a page. Checking a field which had a full value: PASS "01:01" is "01:01" Went back to a page. Checking a field which had a partial value: ..
Created attachment 163818 [details] Patch 4
Comment on attachment 163818 [details] Patch 4 Could you review this patch? Thank in advance. = Changes since the last review = * Change test output descriptive in time-multiple-fields-preserve-value-after-history-back.html
Comment on attachment 163818 [details] Patch 4 ok
Comment on attachment 163818 [details] Patch 4 Clearing flags on attachment: 163818 Committed r128434: <http://trac.webkit.org/changeset/128434>
All reviewed patches have been landed. Closing bug.