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

Issue 2822093003: Some fast/table tests should wait for images specified via CSS url() (Closed)

Created:
3 years, 8 months ago by yhirano
Modified:
3 years, 8 months ago
Reviewers:
kouhei (in TOK), rune
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, blink-reviews, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Some fast/table tests should wait for images specified via CSS url() Some fast/table expect images specified via CSS url() specifier are loaded before the test runner dumps the output, but it's actually not guaranteed. This leads to test flakiness. Currently all url() are written inline, so we can rely on the Document load event. This CL adds resources/base.js which calls notifyDone when the event is fired. BUG=603396, 712930 Review-Url: https://codereview.chromium.org/2822093003 Cr-Commit-Position: refs/heads/master@{#465532} Committed: https://chromium.googlesource.com/chromium/src/+/4e1eb3c8414a02dc9d8e289c8da105ad1fff718a

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/ImageFirstTests View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/NeverFixTests View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/VirtualTestSuites View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-cell.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-cell-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-quirks.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-quirks-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_layers-show-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-cell.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-cell-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-cell.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-cell-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group-collapsed-border.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/wait-for-onload.js View 1 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/virtual/mojo-loading/fast/table/README.txt View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
yhirano
PTAL This is similar to https://bugs.chromium.org/p/chromium/issues/detail?id=675870 and https://codereview.chromium.org/2588283002. Please note that the tests are already ...
3 years, 8 months ago (2017-04-18 08:32:28 UTC) #4
rune
The BUG reference looks wrong. https://codereview.chromium.org/2822093003/diff/1/third_party/WebKit/LayoutTests/fast/table/resources/base.js File third_party/WebKit/LayoutTests/fast/table/resources/base.js (right): https://codereview.chromium.org/2822093003/diff/1/third_party/WebKit/LayoutTests/fast/table/resources/base.js#newcode14 third_party/WebKit/LayoutTests/fast/table/resources/base.js:14: The name "base.js" doesn't ...
3 years, 8 months ago (2017-04-18 15:30:09 UTC) #7
yhirano
> The BUG reference looks wrong. The reference is correct: I want tests less flaky ...
3 years, 8 months ago (2017-04-19 01:32:50 UTC) #11
yhirano
> The BUG reference looks wrong. The reference is correct: I want tests less flaky ...
3 years, 8 months ago (2017-04-19 01:32:51 UTC) #12
kouhei (in TOK)
lgtm
3 years, 8 months ago (2017-04-19 02:28:00 UTC) #13
rune
lgtm
3 years, 8 months ago (2017-04-19 07:53:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2822093003/20001
3 years, 8 months ago (2017-04-19 08:14:00 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 08:38:41 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/4e1eb3c8414a02dc9d8e289c8da1...

Powered by Google App Engine
This is Rietveld 408576698