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

Issue 1028383002: Enable new multicol for testing and experimental web platform features. (Closed)

Created:
5 years, 9 months ago by mstensho (USE GERRIT)
Modified:
5 years, 8 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-rendering, dglazkov+blink, Dominik Röttsches, dshwang, eae+blinkwatch, jchaffraix+rendering, Ken Russell (switch to Gerrit), leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rwlbuis, sof, slimming-paint-reviews_chromium.org, zoltan1
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Enable new multicol for testing and experimental web platform features. There's already a RuntimeEnabledFeatures flag for region based (aka. "new") multicol. So far it's only been used to toggle support for column-fill (only supported in the new implementation), but will from now on be used to determine whether to use the region based implementation or not. Remove internals.settings.setRegionBasedColumnsEnabled(). We need to keep a method for region based multicol (that does nothing) in WebSettings for now, since it's still being called from the Chromium side. Will be cleaned up later, when the --enable-region-based-columns command line flag (which from now on has no effect) is gone. See crbug.com/350853 Remove virtual/regionbasedcolumns tests, since region based multicol is what's tested by default from now on. At the same time, add virtual/stable/ tests, so that we still get test coverage for the old implementation, since that's still what's shipping. This move causes many changes in TestExpectations. All multicol test expectations that used to be foo/* will now be virtual/stable/foo/* , and everything that used to be virtual/regionbased/foo/* is now foo/* . A few test expectations also need to be updated: fast/dom/Element/getBoundingClientRect.html: Regenerated expectation file. New multicol has improved column balancing, resulting in 6px shorter columns. fast/borders/border-antialiasing.html: Schedule for rebaseline. Clipping improvements in new multicol. fast/repaint/multicol-as-paint-container.html: Schedule for rebaseline. Different individual rectangles, but same resulting rectangle. fast/repaint/multicol-repaint.html: Schedule for rebaseline. Clipping improvements in new multicol. BUG=334335, 467468 R=dsinclair@chromium.org,jchaffraix@chromium.org,kbr@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192683

Patch Set 1 #

Patch Set 2 : Remove leftover comments referring to region based columns in a (now) invalid way #

Patch Set 3 : Update disabled tests for old multicol with the correct bug number #

Patch Set 4 : rebase master #

Total comments: 2

Patch Set 5 : rebase master #

Patch Set 6 : getBoundingClientRect.html: update the test. No need to expect failures. :-P #

Patch Set 7 : Mark DRT test svg/text/columns-do-not-apply.html as failing. Need to land this CL before fixing it. #

Patch Set 8 : Need to mark virtual/slimmingpaint/svg/text/columns-do-not-apply.html as failing too. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -13498 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 chunks +193 lines, -187 lines 0 comments Download
M LayoutTests/VirtualTestSuites View 1 2 3 4 5 6 7 3 chunks +17 lines, -17 lines 0 comments Download
M LayoutTests/compositing/gestures/gesture-tapHighlight-no-graphics-layer-region-based-multicol.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/Element/getBoundingClientRect.html View 1 2 3 4 5 6 7 1 chunk +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt View 1 2 3 4 5 6 7 10 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/multicol/remove-all-children.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/remove-style-multicol-with-nested-layers.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-relpos-with-abspos.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-abspos.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-block.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-inline.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-relpos.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/multicol-with-text.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M LayoutTests/fast/repaint/paged-with-overflowing-block-rl.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -104 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-h-vertical-lr-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-h-vertical-rl-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-v-horizontal-bt-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-v-horizontal-tb-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-v-vertical-lr-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/pagination-v-vertical-rl-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/before-child-anonymous-column-block-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -179 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -358 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -322 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -314 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -376 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -296 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -166 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -159 lines 0 comments Download
D LayoutTests/platform/android/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -206 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-v-horizontal-bt-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-v-horizontal-tb-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-v-vertical-lr-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/pagination-v-vertical-rl-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/before-child-anonymous-column-block-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/android/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -104 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -179 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -358 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -322 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -314 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -376 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -296 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -166 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -159 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -206 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/linux/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/linux/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-lion/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-lion/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac-snowleopard/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -112 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -47 lines 0 comments Download
A + LayoutTests/platform/mac/fast/multicol/orphans-relayout-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -184 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -368 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -333 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -324 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -385 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -306 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -170 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -163 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -217 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/mac/virtual/regionbasedmulticol/fast/multicol/orphans-relayout-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -14 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -104 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/pagination-h-horizontal-bt-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/pagination-h-horizontal-tb-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -179 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -358 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -322 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -314 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -376 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -296 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -166 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -159 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -206 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win-xp/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win-xp/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -112 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -184 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -368 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -333 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -324 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -385 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -306 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -170 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -163 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -217 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
D LayoutTests/platform/win/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -15 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/column-rules-stacking-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/column-rules-stacking-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/max-height-columns-block-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/max-height-columns-block-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-h-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-h-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-h-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-h-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-v-horizontal-bt-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-v-horizontal-tb-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-v-vertical-lr-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/pagination-v-vertical-rl-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-columns-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-as-nested-inline-block-child-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/span/span-margin-collapsing-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/vertical-lr/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + LayoutTests/platform/win/virtual/stable/fast/multicol/vertical-rl/border-padding-pagination-expected.txt View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/virtual/regionbasedmulticol/compositing/columns/README.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/virtual/regionbasedmulticol/fast/multicol/README.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -5 lines 0 comments Download
D LayoutTests/virtual/regionbasedmulticol/fast/pagination/README.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/virtual/slimmingpaint/fast/multicol/README.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/virtual/stable/compositing/columns/README.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/virtual/stable/fast/multicol/README.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
A + LayoutTests/virtual/stable/fast/pagination/README.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/frame/Settings.in View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 1 2 3 4 5 6 7 6 chunks +6 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTestHelper.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.cpp View 1 2 3 4 5 6 7 4 chunks +4 lines, -9 lines 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
mstensho (USE GERRIT)
We're getting ready for new multicol! First we need to land https://codereview.chromium.org/1024023002/ , though. There's ...
5 years, 9 months ago (2015-03-24 11:02:30 UTC) #1
Ken Russell (switch to Gerrit)
5 years, 9 months ago (2015-03-24 22:04:57 UTC) #3
esprehn
lgtm, onward and upward! Alf is excited for region based columns. http://i.imgur.com/vEQp9Xy.gif
5 years, 9 months ago (2015-03-26 08:30:47 UTC) #5
mstensho (USE GERRIT)
On 2015/03/26 08:30:47, esprehn wrote: > lgtm, onward and upward! Alf is excited for region ...
5 years, 9 months ago (2015-03-26 13:36:06 UTC) #6
Julien - ping for review
lgtm2 (totally with Alf on this one)
5 years, 9 months ago (2015-03-26 15:00:45 UTC) #7
dsinclair
https://codereview.chromium.org/1028383002/diff/30001/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt File LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt (right): https://codereview.chromium.org/1028383002/diff/30001/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt#newcode37 LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt:37: FAIL rect.height.toFixed(3) should be 374.000. Was 368.000. Are these ...
5 years, 9 months ago (2015-03-26 23:17:44 UTC) #8
mstensho (USE GERRIT)
https://codereview.chromium.org/1028383002/diff/30001/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt File LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt (right): https://codereview.chromium.org/1028383002/diff/30001/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt#newcode37 LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt:37: FAIL rect.height.toFixed(3) should be 374.000. Was 368.000. On 2015/03/26 ...
5 years, 9 months ago (2015-03-27 09:08:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1028383002/60001
5 years, 9 months ago (2015-03-27 09:09:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1028383002/70001
5 years, 9 months ago (2015-03-27 12:24:18 UTC) #16
commit-bot: I haz the power
Committed patchset #8 (id:70001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192683
5 years, 9 months ago (2015-03-27 15:18:34 UTC) #17
mstensho (USE GERRIT)
5 years, 8 months ago (2015-04-20 20:21:27 UTC) #18
Message was sent while issue was closed.
Note: This got reverted some weeks ago:
https://codereview.chromium.org/1050243002

Powered by Google App Engine
This is Rietveld 408576698