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

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed)

Created:
5 years, 7 months ago by jfernandez
Modified:
5 years, 7 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[CSS Grid Layout] New alignment related repaint layout tests. This patch adds new repaint tests for checking style changes on the new Box Alignment properties recently added support for in Grid Layout. There were also changes on the existing tests to better describing the style change itself and the expected result when success. BUG=249451, 376823 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195662

Patch Set 1 #

Total comments: 12

Patch Set 2 : Patch rebased and applied suggested changes. #

Patch Set 3 : Anohter test expected to fail added to TestExpectations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+362 lines, -247 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/align-content-distribution-change-grid.html View 2 chunks +8 lines, -5 lines 0 comments Download
A LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt View 1 chunk +26 lines, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/align-content-position-change-grid.html View 1 3 chunks +11 lines, -8 lines 0 comments Download
A LayoutTests/fast/repaint/align-content-position-change-grid-expected.txt View 1 1 chunk +26 lines, -0 lines 0 comments Download
M LayoutTests/fast/repaint/align-items-overflow-change.html View 2 chunks +11 lines, -14 lines 0 comments Download
M LayoutTests/fast/repaint/align-items-overflow-change-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
A + LayoutTests/fast/repaint/align-self-change-grid.html View 3 chunks +9 lines, -12 lines 0 comments Download
A + LayoutTests/fast/repaint/align-self-change-grid-expected.txt View 1 chunk +6 lines, -1 line 0 comments Download
A + LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html View 1 chunk +13 lines, -10 lines 0 comments Download
A + LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M LayoutTests/fast/repaint/align-self-overflow-change.html View 3 chunks +4 lines, -8 lines 0 comments Download
M LayoutTests/fast/repaint/align-self-overflow-change-expected.txt View 1 chunk +7 lines, -10 lines 0 comments Download
M LayoutTests/fast/repaint/justify-content-change.html View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/fast/repaint/justify-content-distribution-change-grid.html View 2 chunks +13 lines, -9 lines 0 comments Download
A LayoutTests/fast/repaint/justify-content-distribution-change-grid-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
M LayoutTests/fast/repaint/justify-content-position-change.html View 1 2 chunks +2 lines, -2 lines 0 comments Download
A LayoutTests/fast/repaint/justify-content-position-change-grid.html View 1 chunk +38 lines, -0 lines 0 comments Download
A LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
M LayoutTests/fast/repaint/justify-items-change.html View 1 chunk +4 lines, -14 lines 0 comments Download
M LayoutTests/fast/repaint/justify-items-change-expected.txt View 1 chunk +4 lines, -8 lines 0 comments Download
M LayoutTests/fast/repaint/justify-items-legacy-change.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/justify-items-overflow-change.html View 1 2 chunks +1 line, -3 lines 0 comments Download
M LayoutTests/fast/repaint/justify-items-overflow-change-expected.txt View 1 1 chunk +11 lines, -11 lines 0 comments Download
A + LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html View 3 chunks +4 lines, -5 lines 0 comments Download
A + LayoutTests/fast/repaint/justify-self-change-keeping-geometry-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M LayoutTests/fast/repaint/justify-self-overflow-change.html View 3 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt View 1 chunk +8 lines, -7 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-distribution-change-grid-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-position-change-grid-expected.txt View 1 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/repaint/align-items-overflow-change-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-change-grid-expected.txt View 1 chunk +7 lines, -10 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-overflow-change-expected.txt View 1 chunk +8 lines, -12 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt View 1 chunk +10 lines, -8 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-position-change-grid-expected.txt View 1 chunk +10 lines, -8 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/repaint/justify-items-change-expected.txt View 1 chunk +6 lines, -14 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/repaint/justify-items-overflow-change-expected.txt View 1 1 chunk +11 lines, -11 lines 0 comments Download
A + LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-keeping-geometry-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt View 1 chunk +10 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
jfernandez
5 years, 7 months ago (2015-05-14 10:51:33 UTC) #2
Julien - ping for review
lgtm with some clarifications / modifications. https://codereview.chromium.org/1130843004/diff/1/LayoutTests/fast/repaint/align-content-position-change-grid.html File LayoutTests/fast/repaint/align-content-position-change-grid.html (left): https://codereview.chromium.org/1130843004/diff/1/LayoutTests/fast/repaint/align-content-position-change-grid.html#oldcode1 LayoutTests/fast/repaint/align-content-position-change-grid.html:1: <!DOCTYPE HTML> Doctype ...
5 years, 7 months ago (2015-05-19 17:59:18 UTC) #4
jfernandez
Thanks for the review. Applied suggested comments, so trying the CQ now. https://codereview.chromium.org/1130843004/diff/1/LayoutTests/fast/repaint/align-content-position-change-grid.html File LayoutTests/fast/repaint/align-content-position-change-grid.html ...
5 years, 7 months ago (2015-05-20 20:11:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130843004/20001
5 years, 7 months ago (2015-05-20 20:12:18 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/62424)
5 years, 7 months ago (2015-05-20 20:58:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130843004/40001
5 years, 7 months ago (2015-05-20 21:22:12 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 02:14:32 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195662

Powered by Google App Engine
This is Rietveld 408576698