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

Issue 670473002: Convert fast/multicol/column-count-with-rules (and related) to reftests. (Closed)

Created:
6 years, 2 months ago by andersr
Modified:
6 years, 2 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Convert fast/multicol/column-count-with-rules (and related) to reftests. * Make test small enough to fit in content_shell. (Only the baselines for the -webkit-writing-mode versions were incorrect, though). * Used explicit column-gap to simplify ref. * Used even-size column-rule to simplify ref. R=mstensho@opera.com BUG=386567 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184202

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use floats, and re-pad. #

Patch Set 3 : Use correct base for patch. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+363 lines, -1399 lines) Patch
M LayoutTests/TestExpectations View 2 3 chunks +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/multicol/column-count-with-rules.html View 1 1 chunk +46 lines, -30 lines 0 comments Download
A LayoutTests/fast/multicol/column-count-with-rules-expected.html View 1 1 chunk +71 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/column-count-with-rules.html View 1 1 chunk +49 lines, -31 lines 0 comments Download
A LayoutTests/fast/multicol/vertical-lr/column-count-with-rules-expected.html View 1 1 chunk +74 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/column-count-with-rules.html View 1 1 chunk +49 lines, -31 lines 0 comments Download
A LayoutTests/fast/multicol/vertical-rl/column-count-with-rules-expected.html View 1 1 chunk +74 lines, -0 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-lr/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-rl/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt View 1 chunk +0 lines, -126 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt View 1 chunk +0 lines, -126 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-lr/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-rl/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/column-count-with-rules-expected.txt View 1 chunk +0 lines, -100 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-lr/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-lr/column-count-with-rules-expected.txt View 1 chunk +0 lines, -126 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-rl/column-count-with-rules-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-rl/column-count-with-rules-expected.txt View 1 chunk +0 lines, -126 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
andersr
6 years, 2 months ago (2014-10-20 13:32:40 UTC) #1
mstensho (USE GERRIT)
Only raised issues in the root directory, but the same issues apply in vertical-{lr,rl}/ https://codereview.chromium.org/670473002/diff/1/LayoutTests/fast/multicol/column-count-with-rules-expected.html ...
6 years, 2 months ago (2014-10-20 21:42:31 UTC) #2
andersr
Updated patch. Also removed mention of padding-removal from description. PTAL. https://codereview.chromium.org/670473002/diff/1/LayoutTests/fast/multicol/column-count-with-rules-expected.html File LayoutTests/fast/multicol/column-count-with-rules-expected.html (right): https://codereview.chromium.org/670473002/diff/1/LayoutTests/fast/multicol/column-count-with-rules-expected.html#newcode13 ...
6 years, 2 months ago (2014-10-21 12:33:35 UTC) #3
mstensho (USE GERRIT)
That second patch set doesn't look sane. It suddenly has a bunch of column-break-with-balancing stuff.
6 years, 2 months ago (2014-10-21 12:39:22 UTC) #4
andersr
On 2014/10/21 12:39:22, mstensho wrote: > That second patch set doesn't look sane. It suddenly ...
6 years, 2 months ago (2014-10-21 12:48:59 UTC) #5
mstensho (USE GERRIT)
lgtm
6 years, 2 months ago (2014-10-21 13:00:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/670473002/40001
6 years, 2 months ago (2014-10-22 16:53:48 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-22 18:00:57 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184202

Powered by Google App Engine
This is Rietveld 408576698