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

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)

Created:
4 years ago by yhirano
Modified:
4 years ago
Reviewers:
kouhei (in TOK)
CC:
chromium-reviews, mlamouri+watch-test-runner_chromium.org, viettrungluu+watch_chromium.org, tfarina, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, dglazkov+blink, einbinder+watch-test-runner_chromium.org, blink-reviews, blink-reviews-api_chromium.org, darin (slow to review), kinuko+watch, jochen+watch_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Most css1/ tests should wait for basebg.gif to be loaded Many css1/ tests compare the image output with the expected one. They expected that tests finish when the layout result becomes stable. But the test runner may finish tests before loading some resources. Even worse, the document load event may be dispatched before loading some resources. They're working by chance, and changing the loading timing a bit will break them. This CL makes those tests wait for css1/resources/basebg.gif to be loaded. BUG=603396, 675870 Committed: https://crrev.com/d16a6bc2ccee2249dec6028140ac5792c4ca991e Cr-Commit-Position: refs/heads/master@{#439733}

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -7 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/root-layer-scrolls View 1 chunk +58 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/css1/basic/class_as_selector.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/comments.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/containment.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/contextual_selectors.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/grouping.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/id_as_selector.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/basic/inheritance.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_bottom_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_bottom_width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_bottom_width_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_color.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_color_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_left.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_left_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_left_width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_left_width_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_right.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_right_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_right_width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_right_width_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_style.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_style_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_top.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_top_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_top_width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_top_width_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/border_width_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/clear.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/clear_float.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/float.html View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/float_elements_in_series.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/float_on_text_elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/height.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_left.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_right.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_right_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_top.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/margin_top_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_left.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_left_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_right.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_right_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_top.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/padding_top_inline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/box_properties/width.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/cascade/cascade_order.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/cascade/important.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/display.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/list_style.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/list_style_image.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/list_style_position.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/list_style_type.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/classification/white_space.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background_attachment.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background_color.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background_image.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background_position.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/background_repeat.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/color_and_background/color.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/conformance/forward_compatible_parsing.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font_family.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font_size.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font_style.html View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font_variant.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/font_properties/font_weight.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/canvas.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/height_of_lines.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/horizontal_formatting.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/inline_elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/replaced_elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/formatting_model/vertical_formatting.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/pseudo/anchor.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/pseudo/firstletter.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/pseudo/firstline.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/pseudo/multiple_pseudo_elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/pseudo/pseudo_elements_in_selectors.html View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/css1/resources/base.js View 1 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/letter_spacing.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/line_height.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/text_align.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/text_decoration.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/text_indent.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/text_transform.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/vertical_align.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/text_properties/word_spacing.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/units/color_units.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/units/length_units.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/units/percentage_units.html View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css1/units/urls.html View 2 chunks +2 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/virtual/mojo-loading/css1/README.txt View 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (13 generated)
yhirano
4 years ago (2016-12-20 05:48:43 UTC) #4
yhirano
Based on an offline discussion I updated the change. PTAL again.
4 years ago (2016-12-20 06:35:49 UTC) #9
kouhei (in TOK)
On 2016/12/20 06:35:49, yhirano wrote: > Based on an offline discussion I updated the change. ...
4 years ago (2016-12-20 06:37:19 UTC) #10
yhirano
On 2016/12/20 06:37:19, kouhei wrote: > On 2016/12/20 06:35:49, yhirano wrote: > > Based on ...
4 years ago (2016-12-20 06:47:49 UTC) #12
kouhei (in TOK)
lgtm
4 years ago (2016-12-20 07:05:36 UTC) #13
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/2588283002/20001
4 years ago (2016-12-20 07:07:14 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-20 07:44:47 UTC) #19
commit-bot: I haz the power
4 years ago (2016-12-20 07:47:04 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d16a6bc2ccee2249dec6028140ac5792c4ca991e
Cr-Commit-Position: refs/heads/master@{#439733}

Powered by Google App Engine
This is Rietveld 408576698