|
Fix some async repaint tests
Some async layout tests use waitUntilDone() and notifyDone() by
themselves, without setting window.testIsAsync to true.
This may be either unnecessary or incorrect, depending on which of the
test's notifyDone() and text-based-repaint.js's notifyDone() executes
first. If the latter executes first, the test may finish before it's
done causing what the test want to test not fully executed.
BUG= 381242
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175599
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -86 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/bugzilla-6473.html
|
View
|
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/bugzilla-6473-expected.txt
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/crbug-371640.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/crbug-371640-2.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/crbug-371640-3.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/crbug-371640-4.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/repaint-during-scroll-with-zoom.html
|
View
|
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/resources/text-based-repaint.js
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/svg/custom/use-detach-expected.txt
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/foreignObject-crash-on-hover.xml
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/mask-invalidation.svg
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/resource-client-removal.svg
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/resource-client-removal-expected.txt
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/use-detach.svg
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/image-href-change.svg
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|