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

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)

Created:
3 years, 12 months ago by rhogan
Modified:
3 years, 11 months ago
Reviewers:
pdr., Xianzhu
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Paint the whole of a table-part background image behind the cells in a table Fix the painting of background images on table parts so that the image is displayed across the whole of the part. This fixes each of table-row-group, table-row, table-column and table-column-group. The fix is pretty simple in principle: just adjust the geometry we use to paint the image to reflect the cell's position relative to the table part from which the image originates. Previously, we were just painting the image as though it was originating in each cell. The one case left over is backgr_fixed-bg.html: this is still wrong and I need to address it in a follow-up. BUG=35697 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2600903002 Cr-Commit-Position: refs/heads/master@{#445283} Committed: https://chromium.googlesource.com/chromium/src/+/949b36db0565e9a81fc50cbb1584d64d6090c147

Patch Set 1 #

Patch Set 2 : Paint the whole of an image behind the cells in a table #

Patch Set 3 : Paint the whole of an image behind the cells in a table #

Patch Set 4 : Paint the whole of an image behind the cells in a table #

Patch Set 5 : Paint the whole of an image behind the cells in a table #

Patch Set 6 : Paint the whole of an image behind the cells in a table #

Patch Set 7 : Paint the whole of an image behind the cells in a table #

Total comments: 11

Patch Set 8 : Paint the whole of an image behind the cells in a table #

Patch Set 9 : Paint the whole of an image behind the cells in a table #

Patch Set 10 : Paint the whole of an image behind the cells in a table #

Total comments: 2

Patch Set 11 : Paint the whole of an image behind the cells in a table #

Patch Set 12 : Paint the whole of an image behind the cells in a table #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4906 lines, -20210 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/root-layer-scrolls View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +47 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -59 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-cell-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -59 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -65 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -66 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -61 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -64 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +80 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-quirks.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -59 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-quirks-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -59 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -65 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +92 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -63 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -64 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +85 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -65 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +81 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-opacity.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -59 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-opacity-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -61 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +26 lines, -82 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_layers-show-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +28 lines, -84 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-show-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_layers-show-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +157 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -57 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -62 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-cell-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -58 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -66 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +87 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -65 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-column-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -70 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +18 lines, -72 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +98 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -63 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -65 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_position-table-row-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +82 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -65 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -64 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-cell-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -65 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -67 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -69 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -70 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -71 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +17 lines, -72 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-column-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +98 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -69 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -70 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +14 lines, -70 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group-collapsed-border.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -71 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-row-group-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/common.css View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/edge.gif View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/rainbowh.gif View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/rainbowhb.gif View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/rainbowv.gif View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/rainbowvb.gif View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/resources/valid-html401.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image.html View 1 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody.html View 1 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody-expected.html View 1 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat.html View 1 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html View 1 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-repeat-x.html View 1 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-repeat-x-expected.html View 1 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-repeat-y.html View 1 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/tbody-background-image-repeat-y-expected.html View 1 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-cell-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-cell-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-quirks-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-quirks-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-quirks-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_border-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-opacity-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-opacity-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-opacity-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-opacity-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-show-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_layers-show-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-cell-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-cell-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_position-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-cell-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-cell-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-collapsed-border-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-collapsed-border-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/fast/table/backgr_simple-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +94 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_index-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_index-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -250 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_position-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -184 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -182 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png View 1 2 3 4 5 7 8 9 10 11 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt View 1 2 3 4 5 7 8 9 10 11 2 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png View 1 2 3 4 7 8 9 10 11 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt View 1 2 3 4 7 8 9 10 11 2 chunks +8 lines, -105 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -181 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_index-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_index-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_index-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -249 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -184 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -182 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -181 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_index-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_index-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -250 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_position-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -184 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -182 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -181 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_position-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_position-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -184 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -182 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -181 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win7/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_index.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_layers-opacity.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_position-table.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_simple-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -123 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -133 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -123 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -130 lines 0 comments Download
M third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html View 1 2 3 4 5 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-hide.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -154 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-column.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -135 lines 0 comments Download
D third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -128 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +131 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 74 (57 generated)
rhogan
3 years, 11 months ago (2017-01-09 21:03:16 UTC) #26
pdr.
Xianzhu, would you be up for reviewing this one? You did quite a bit of ...
3 years, 11 months ago (2017-01-09 22:58:25 UTC) #28
Xianzhu
On 2017/01/09 22:58:25, pdr. wrote: > Xianzhu, would you be up for reviewing this one? ...
3 years, 11 months ago (2017-01-09 23:14:25 UTC) #32
Xianzhu
I think this CL is in the correct direction. Before reviewing the code, I have ...
3 years, 11 months ago (2017-01-09 23:18:52 UTC) #33
rhogan
On 2017/01/09 at 23:18:52, wangxianzhu wrote: > I think this CL is in the correct ...
3 years, 11 months ago (2017-01-09 23:26:08 UTC) #34
Xianzhu
On 2017/01/09 23:26:08, rhogan wrote: > On 2017/01/09 at 23:18:52, wangxianzhu wrote: > > I ...
3 years, 11 months ago (2017-01-09 23:35:37 UTC) #35
rhogan
> > I also want to avoid making them retests. That would be a painful ...
3 years, 11 months ago (2017-01-15 14:20:51 UTC) #42
Xianzhu
This is a nice fix to the old bug. Thanks! Only some minor comments. https://codereview.chromium.org/2600903002/diff/120001/third_party/WebKit/LayoutTests/fast/table/backgr_border-table-2.html ...
3 years, 11 months ago (2017-01-15 20:45:58 UTC) #43
rhogan
On 2017/01/15 at 20:45:58, wangxianzhu wrote: > This is a nice fix to the old ...
3 years, 11 months ago (2017-01-16 20:06:28 UTC) #44
Xianzhu
https://codereview.chromium.org/2600903002/diff/150001/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp File third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp (right): https://codereview.chromium.org/2600903002/diff/150001/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp#newcode440 third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp:440: : obj; I found why toLayoutBoxModelObject for the first ...
3 years, 11 months ago (2017-01-17 18:21:19 UTC) #55
Xianzhu
On 2017/01/16 20:06:28, rhogan wrote: > https://codereview.chromium.org/2600903002/diff/120001/third_party/WebKit/LayoutTests/fast/table/backgr_border-table-2.html#newcode1 > > third_party/WebKit/LayoutTests/fast/table/backgr_border-table-2.html:1: > <!DOCTYPE HTML PUBLIC "-//W3C//DTD ...
3 years, 11 months ago (2017-01-17 18:22:21 UTC) #56
Xianzhu
LGTM with the comments in #55 and #56 addressed.
3 years, 11 months ago (2017-01-17 18:22:58 UTC) #57
rhogan
On 2017/01/17 at 18:22:58, wangxianzhu wrote: > LGTM with the comments in #55 and #56 ...
3 years, 11 months ago (2017-01-19 22:28:23 UTC) #62
Xianzhu
On 2017/01/19 22:28:23, rhogan wrote: > On 2017/01/17 at 18:22:58, wangxianzhu wrote: > > LGTM ...
3 years, 11 months ago (2017-01-19 23:05:56 UTC) #63
pdr.
On 2017/01/19 at 23:05:56, wangxianzhu wrote: > On 2017/01/19 22:28:23, rhogan wrote: > > On ...
3 years, 11 months ago (2017-01-20 06:29:36 UTC) #64
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/2600903002/170001
3 years, 11 months ago (2017-01-21 08:14:30 UTC) #71
commit-bot: I haz the power
3 years, 11 months ago (2017-01-21 08:30:38 UTC) #74
Message was sent while issue was closed.
Committed patchset #12 (id:170001) as
https://chromium.googlesource.com/chromium/src/+/949b36db0565e9a81fc50cbb1584...

Powered by Google App Engine
This is Rietveld 408576698