Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/369952)
3 years, 10 months ago
(2017-02-20 20:55:24 UTC)
#6
https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt File third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt (right): https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt#newcode2 third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:2: FAIL text field selection for the input hidden assert_throws: ...
3 years, 10 months ago
(2017-02-20 23:43:07 UTC)
#7
https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTe...
File
third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt
(right):
https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTe...
third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:2:
FAIL text field selection for the input hidden assert_throws: function "function
(){
The test selection-not-application.html is inconsistent with the current
specification. We should update the test.
You can change selection-not-application.html in this CL, and our WPT exporter
will merge the change to web-platform-tests in GitHub.
Sunny
Description was changed from ========== Don't throw when getting selection(Direction|Start|End) on input Return null instead ...
3 years, 10 months ago
(2017-02-21 12:36:50 UTC)
#8
Description was changed from
==========
Don't throw when getting selection(Direction|Start|End) on input
Return null instead of throwing |InvalidStateError| for visiting
|selectionDirection|, |selectionStart| and |selectionEnd| on |input|
which does not apply selection API.
Firefox has the similar behavior.
Spec:
https://html.spec.whatwg.org/multipage/forms.html#dom-textarea/input-selectio...
This change fix 25 fails in layout tests but breaks 17 tests passed
before. The break is caused by bugs in test but not this change.
BUG=622679
==========
to
==========
Don't throw when getting selection(Direction|Start|End) on input
Return null instead of throwing |InvalidStateError| for visiting
|selectionDirection|, |selectionStart| and |selectionEnd| on |input|
which does not apply selection API.
Firefox has the similar behavior.
Spec:
https://html.spec.whatwg.org/multipage/forms.html#dom-textarea/input-selectio...
This change fix 25 fails in layout tests.
BUG=622679
==========
3 years, 10 months ago
(2017-02-21 12:41:49 UTC)
#9
On 2017/02/20 23:43:07, tkent wrote:
>
https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTe...
> File
>
third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt
> (right):
>
>
https://codereview.chromium.org/2706033004/diff/1/third_party/WebKit/LayoutTe...
>
third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:2:
> FAIL text field selection for the input hidden assert_throws: function
"function
> (){
> The test selection-not-application.html is inconsistent with the current
> specification. We should update the test.
> You can change selection-not-application.html in this CL, and our WPT exporter
> will merge the change to web-platform-tests in GitHub.
Hi tkent@, happy to know chromium have a WPT exporter. I've updated CL and
please take a look, thanks!
tkent
The CQ bit was checked by tkent@chromium.org to run a CQ dry run
3 years, 10 months ago
(2017-02-21 21:19:23 UTC)
#10
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) ...
3 years, 10 months ago
(2017-02-21 23:25:57 UTC)
#13
Dry run: Try jobs failed on following builders:
cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build
URL)
chromeos_amd64-generic_chromium_compile_only_ng on
master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux
(JOB_TIMED_OUT, no build URL)
linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT,
no build URL)
linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux
(JOB_TIMED_OUT, no build URL)
linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no
build URL)
tkent
The CQ bit was checked by tkent@chromium.org
3 years, 10 months ago
(2017-02-22 00:09:43 UTC)
#14
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_tsan_rel_ng on ...
3 years, 10 months ago
(2017-02-22 02:14:33 UTC)
#18
Try jobs failed on following builders:
chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build
URL)
linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT,
no build URL)
tkent
The CQ bit was checked by tkent@chromium.org
3 years, 10 months ago
(2017-02-22 02:15:27 UTC)
#19
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/369761)
3 years, 10 months ago
(2017-02-22 06:21:46 UTC)
#26
Issue 2706033004: Don't throw when getting selection(Direction|Start|End) on input
(Closed)
Created 3 years, 10 months ago by Sunny
Modified 3 years, 10 months ago
Reviewers: tkent, Eric Willigers, haraken
Base URL:
Comments: 1