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

Issue 196573042: Remove display() from more layout tests (Closed)

Created:
6 years, 9 months ago by enne (OOO)
Modified:
6 years, 9 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), philipj_slow, eric.carlson_apple.com, dstockwell, Timothy Loh, darktears, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Remove display() from more layout tests These are the remaining tests that call display() directly and also do not need actually need a paint phase to test what they intend to. BUG=345027 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170239

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove video-frame-size-change test #

Total comments: 13

Patch Set 3 : Rebase #

Patch Set 4 : Expectations #

Patch Set 5 : Rebase #

Patch Set 6 : More expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -129 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M LayoutTests/css3/filters/multiple-filters-invalidation.html View 1 chunk +7 lines, -5 lines 0 comments Download
M LayoutTests/fast/animation/request-animation-frame-during-modal.html View 1 chunk +1 line, -9 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/canvas-test.html View 3 chunks +3 lines, -6 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/webgl-layer-update.html View 3 chunks +7 lines, -21 lines 0 comments Download
M LayoutTests/fast/dynamic/containing-block-change.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/listbox-clip.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/frames/inline-object-inside-frameset.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/frames/transparent-scrollbar.html View 1 chunk +3 lines, -5 lines 0 comments Download
M LayoutTests/fast/layers/add-layer-with-nested-stacking.html View 1 chunk +7 lines, -11 lines 0 comments Download
M LayoutTests/fast/layers/inline-dirty-z-order-lists.html View 1 chunk +7 lines, -10 lines 0 comments Download
M LayoutTests/fast/layers/layer-content-visibility-change.html View 1 chunk +7 lines, -9 lines 0 comments Download
M LayoutTests/fast/layers/remove-layer-with-nested-stacking.html View 1 chunk +7 lines, -11 lines 0 comments Download
M LayoutTests/fast/reflections/inline-crash.html View 1 chunk +5 lines, -12 lines 0 comments Download
M LayoutTests/fast/replaced/width100percent-textarea.html View 1 chunk +0 lines, -5 lines 0 comments Download
M LayoutTests/fast/text/font-initial.html View 1 chunk +0 lines, -5 lines 0 comments Download
M LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
enne (OOO)
PTAL
6 years, 9 months ago (2014-03-19 20:13:26 UTC) #1
scherkus (not reviewing)
https://codereview.chromium.org/196573042/diff/1/LayoutTests/media/video-frame-size-change.html File LayoutTests/media/video-frame-size-change.html (right): https://codereview.chromium.org/196573042/diff/1/LayoutTests/media/video-frame-size-change.html#newcode52 LayoutTests/media/video-frame-size-change.html:52: runAfterDisplay(function() { some notes on this test as I ...
6 years, 9 months ago (2014-03-19 20:20:35 UTC) #2
enne (OOO)
https://codereview.chromium.org/196573042/diff/1/LayoutTests/media/video-frame-size-change.html File LayoutTests/media/video-frame-size-change.html (right): https://codereview.chromium.org/196573042/diff/1/LayoutTests/media/video-frame-size-change.html#newcode52 LayoutTests/media/video-frame-size-change.html:52: runAfterDisplay(function() { On 2014/03/19 20:20:35, scherkus wrote: > some ...
6 years, 9 months ago (2014-03-19 20:22:33 UTC) #3
enne (OOO)
From offline conversation, it sounds like this is not an issue for a composited video ...
6 years, 9 months ago (2014-03-19 21:02:38 UTC) #4
scherkus (not reviewing)
On 2014/03/19 21:02:38, enne wrote: > From offline conversation, it sounds like this is not ...
6 years, 9 months ago (2014-03-19 21:14:33 UTC) #5
scherkus (not reviewing)
On 2014/03/19 21:14:33, scherkus wrote: > On 2014/03/19 21:02:38, enne wrote: > > From offline ...
6 years, 9 months ago (2014-03-19 21:14:46 UTC) #6
enne (OOO)
Filed as http://crbug.com/354168, and that test is removed from this patch.
6 years, 9 months ago (2014-03-20 19:49:55 UTC) #7
enne (OOO)
+ojan
6 years, 9 months ago (2014-03-27 19:28:36 UTC) #8
ojan
lgtm. Thanks for pushing this through! https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations#newcode244 LayoutTests/TestExpectations:244: crbug.com/345027 css3/filters/multiple-filters-invalidation.html [ ...
6 years, 9 months ago (2014-03-27 20:31:49 UTC) #9
enne (OOO)
https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations#newcode244 LayoutTests/TestExpectations:244: crbug.com/345027 css3/filters/multiple-filters-invalidation.html [ ImageOnlyFailure NeedsRebaseline ] On 2014/03/27 20:31:49, ...
6 years, 9 months ago (2014-03-27 20:51:05 UTC) #10
ojan
lgtm https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations#newcode244 LayoutTests/TestExpectations:244: crbug.com/345027 css3/filters/multiple-filters-invalidation.html [ ImageOnlyFailure NeedsRebaseline ] On 2014/03/27 ...
6 years, 9 months ago (2014-03-27 21:58:44 UTC) #11
ojan
https://codereview.chromium.org/196573042/diff/20001/LayoutTests/css3/filters/multiple-filters-invalidation.html File LayoutTests/css3/filters/multiple-filters-invalidation.html (right): https://codereview.chromium.org/196573042/diff/20001/LayoutTests/css3/filters/multiple-filters-invalidation.html#newcode17 LayoutTests/css3/filters/multiple-filters-invalidation.html:17: <script src="../../resources/run-after-display.js"></script> On 2014/03/27 20:51:05, enne wrote: > On ...
6 years, 9 months ago (2014-03-27 21:59:53 UTC) #12
enne (OOO)
https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/196573042/diff/20001/LayoutTests/TestExpectations#newcode244 LayoutTests/TestExpectations:244: crbug.com/345027 css3/filters/multiple-filters-invalidation.html [ ImageOnlyFailure NeedsRebaseline ] On 2014/03/27 21:58:45, ...
6 years, 9 months ago (2014-03-27 22:03:04 UTC) #13
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 9 months ago (2014-03-27 22:03:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/196573042/60001
6 years, 9 months ago (2014-03-27 22:03:16 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 22:36:26 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-27 22:36:26 UTC) #17
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 9 months ago (2014-03-27 22:52:54 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/196573042/100001
6 years, 9 months ago (2014-03-27 22:53:06 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 23:59:29 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-27 23:59:30 UTC) #21
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 9 months ago (2014-03-28 00:06:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/196573042/100001
6 years, 9 months ago (2014-03-28 00:06:52 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 00:42:28 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-28 00:42:28 UTC) #25
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 9 months ago (2014-03-28 00:53:18 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/196573042/100001
6 years, 9 months ago (2014-03-28 00:53:26 UTC) #27
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 01:39:20 UTC) #28
Message was sent while issue was closed.
Change committed as 170239

Powered by Google App Engine
This is Rietveld 408576698