|
Update *-focus-by-mouse-then-keydown.html tests to be repaint tests
These tests worked previously but no longer work in our layouttest
repaint infrastructure. These tests intended to do the following:
1) Paint the page
2) Click a form control element (no focus ring)
3) Press a key (causing a focus ring)
4) Paint the page again, this time with the focus ring
The tests actually did the following:
1) Click a form control element (no focus ring)
2) Press a key (causing a focus ring)
3) Paint the page for the first time, including focus ring
This patch updates these tests to be repaint tests. I manually verified
these tests fail if HTMLFormControlElement.cpp does not call
renderer()->setShouldDoFullPaintInvalidation(true). The repaint tests
will have platform-specific results so NeedsRebaseline has been used,
but I uploaded my OSX10.9.4/highdpi results to make the review easier.
The checkbox-focus-by-mouse-then-keydown test is already listed in
FlakyTests (and is flaky [1]) so this was removed from TestExpectations.
[1] http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fforms%2Fcheckbox%2Fcheckbox-focus-by-mouse-then-keydown.html
BUG= 407961
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180940
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+41 lines, -61 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown.html
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-then-keydown.html
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-then-keydown-expected.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-then-keydown-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown.html
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown.html
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/fast/forms/checkbox/checkbox-focus-by-mouse-then-keydown-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/fast/forms/range/range-focus-by-mouse-then-keydown-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|