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

Issue 2608423002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)

Created:
3 years, 11 months ago by ktyliu
Modified:
3 years, 11 months ago
Reviewers:
sashab, eae
CC:
ajuma+watch_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-platform-graphics_chromium.org, blink-reviews-style_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, Eric Willigers, f(malita), jam, jbroman, Justin Novosad, kinuko+watch, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pdr+graphicswatchlist_chromium.org, pfeldman+blink_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, alancutter (OOO until 2018), Bugs Nash
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix RGBA alpha parsing and serialization to adhere to W3 standard. Specifically, a 2.55 multiplication factor should be used, and serialization should be to two or three digits according to section <alphavalue> in https://drafts.csswg.org/cssom/#serializing-css-values This fixes test case "background-color: rgba(5, 7, 10, 0.5)" in https://w3c-test.org/cssom/serialize-values.html and also that the implementation is now same as Firefox as noted in the bug. Note a large number of tests need to be fixed, many of them because: - *-expected.txt specifically had bad alpha values such as 0.501961 or - an alpha value of 0.5 was previously 127 but should have been 128. The latter applies to the updated expected images too where the only difference was tiny bit of alpha (and rgb when alpha blended) change. BUG=453414 Review-Url: https://codereview.chromium.org/2608423002 Cr-Commit-Position: refs/heads/master@{#443157} Committed: https://chromium.googlesource.com/chromium/src/+/13a86c2faeebcbc12dd4a7e8dea54318da635c19

Patch Set 1 #

Patch Set 2 : git-cl try #

Patch Set 3 : Rebaseline expectations for win and mac #

Total comments: 9

Patch Set 4 : Fix review comments for test #

Patch Set 5 : rebaseline #

Total comments: 6

Patch Set 6 : rebaseline #

Patch Set 7 : Update test according to review comments #

Patch Set 8 : Update test according to review comments #

Patch Set 9 : Rebaseline #

Patch Set 10 : rebaseline #

Patch Set 11 : rebaseline #

Patch Set 12 : Add NeedsRebaseline for remaining 3 tests that continue to fail after rebaseline-cl #

Patch Set 13 : Add NeedsRebaseline for remaining 3 tests that continue to fail after rebaseline-cl #

Patch Set 14 : Add NeedsRebaseline for 4 failed tests in Win/Linux/Mac #

Patch Set 15 : NeedsRebaseline for failed layout tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -608 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/animations/composition/box-shadow-composition.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/composition/text-shadow-composition.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt View 9 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/contents-opaque/background-color-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/compositing/iframes/overlapped-nested-iframes-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/overflow/border-radius-styles-with-composited-child-expected.png View 1 2 3 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/compositing/overflow/border-radius-styles-with-composited-child-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/compositing/overflow/clip-content-under-overflow-controls-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/compositing/scrollbar-painting-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/compositing/z-order/collect-layers-does-not-initialize-pos-z-order-list-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/css-parser/color3-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/backgrounds/background-leakage-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/basic/fieldset-stretch-to-legend-expected.txt View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/float/relative-painted-twice-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-image-trumps-radius-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-left-right-same-bottom-different-color-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-left-right-same-bottom-different-color-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-mixed-alpha-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-mixed-alpha2-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-groove-03-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-groove-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-wide-border-03-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-wide-border-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-wide-border-04-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/border-radius-wide-border-04-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDashed05-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDashed05-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDotted05-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDotted05-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDotted06-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDotted06-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDouble05-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDouble05-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDouble09-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/borderRadiusDouble09-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/fieldsetBorderRadius-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/fieldsetBorderRadius-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/mixed-border-styles-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/mixed-border-styles-radius-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/mixed-border-styles-radius2-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-radius-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/box-shadow/inset-box-shadow-radius-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/box-shadow/shadow-tiling-artifact-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-blend-image-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-transformclip-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-ellipse-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-ellipse-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt View 1 chunk +20 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-blend-image.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/script-tests/rgba-parsing.js View 1 chunk +20 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/toDataURL-alpha-stability-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/percentage-non-integer-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/frames/content-opacity-1-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/frames/content-opacity-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/layers/self-painting-outline-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/replaced/border-radius-clip-content-edge-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/ruby/select-ruby-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt View 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/row-box-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/row-box-shadow-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/section-box-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/section-box-shadow-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/text/shadow-no-blur-expected.txt View 1 2 4 1 chunk +0 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/waterfall-images-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors-expected.txt View 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/gestures/gesture-tapHighlight-pixel-rotated-div-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/gestures/gesture-tapHighlight-pixel-rotated-link-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/gestures/gesture-tapHighlight-pixel-transparent-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/images/direct-image-background-color-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/images/direct-image-background-color-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-scroll-background-opaque-to-transparent-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-scroll-background-transparent-to-opaque-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/webgl/webgl-background-color-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/webgl/webgl-background-color-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-leakage-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-leakage-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-leakage-transforms-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/backgrounds/background-leakage-transforms-expected.txt View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/block/float/intruding-painted-twice-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/block/float/intruding-painted-twice-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/border-mixed-alpha-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/border-mixed-alpha2-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-expected.txt View 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-radius-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-radius-expected.txt View 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-radius2-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/mixed-border-styles-radius2-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/outline-alpha-block-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/outline-alpha-inline-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/box-shadow/basic-shadows-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/box-shadow/inset-box-shadow-radius-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/box-shadow/inset-box-shadow-radius-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/canvas/canvas-composite-video-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/canvas/canvas-composite-video-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/canvas/toDataURL-alpha-stability-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt View 2 chunks +44 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/css/shadow-multiple-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/css/shadow-multiple-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/dom/HTMLMeterElement/meter-styles-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/month-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/week-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/checkbox/checkbox-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/color/color-suggestion-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/color/color-suggestion-picker-appearance-zoom125-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/radio/radio-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/range/range-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/select/menulist-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/submit/submit-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/text/text-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/textarea/textarea-appearance-basic-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/gradients/gradient-after-transparent-border-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/overflow/float-in-relpositioned-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/overflow/float-in-relpositioned-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/replaced/border-radius-clip-content-edge-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/shadow-no-blur-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/shadow-no-blur-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/shadow-translucent-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/shadow-translucent-fill-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/filters/feBlend-all-modes-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/filters/feBlend-all-modes-expected.txt View 1 chunk +32 lines, -32 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/display_list_2d_canvas/fast/canvas/toDataURL-alpha-stability-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/gpu/fast/canvas/canvas-composite-video-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/gpu/fast/canvas/canvas-composite-video-shadow-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/gpu/fast/canvas/toDataURL-alpha-stability-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/scalefactor200withzoom/fast/hidpi/static/calendar-picker-appearance-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/webgl/webgl-background-color-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/webgl/webgl-background-color-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/compositing/shadows/shadow-drawing-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/css/shadow-multiple-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/month-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/week-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/color/color-suggestion-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/color/color-suggestion-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/color/color-suggestion-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/select/listbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/select/menulist-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/submit/submit-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/text/text-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/textarea/textarea-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/text/shadow-no-blur-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/text/shadow-translucent-fill-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/backgrounds/background-leakage-transforms-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/block/basic/fieldset-stretch-to-legend-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/block/float/relative-painted-twice-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/box-shadow/basic-shadows-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/css/shadow-multiple-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/month-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/week-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/checkbox/checkbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/color/color-suggestion-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/color/color-suggestion-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/color/color-suggestion-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/radio/radio-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/select/listbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/select/menulist-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/submit/submit-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/text/text-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/forms/textarea/textarea-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/overflow/float-in-relpositioned-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/text/shadow-translucent-fill-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/gpu/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/gpu/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/spinvalidation/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/fast/forms/checkbox/checkbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/fast/forms/radio/radio-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/clip-content-under-overflow-controls-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/overflow-scroll-background-opaque-to-transparent-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/overflow-scroll-background-transparent-to-opaque-expected.png View 1 2 4 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/compositing/scrollbar-painting-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/shadows/shadow-drawing-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/webgl/webgl-background-color-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/compositing/webgl/webgl-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/background-leakage-expected.txt View 1 2 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/background-leakage-transforms-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/background-leakage-transforms-expected.txt View 1 2 4 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/block/float/intruding-painted-twice-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/block/float/intruding-painted-twice-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/block/float/relative-painted-twice-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/borders/mixed-border-styles-expected.txt View 1 2 4 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/borders/mixed-border-styles-radius-expected.txt View 1 2 4 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/borders/mixed-border-styles-radius2-expected.txt View 1 2 4 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/borders/outline-alpha-block-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/borders/outline-alpha-inline-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/box-shadow/basic-shadows-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt View 1 2 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/css/percentage-non-integer-expected.txt View 1 2 4 2 chunks +44 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/css/shadow-multiple-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/css/shadow-multiple-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/month-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/week-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/checkbox/checkbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/color/color-suggestion-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/color/color-suggestion-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/color/color-suggestion-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/radio/radio-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/range/range-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/select/listbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/text/text-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/forms/textarea/textarea-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/gradients/gradient-after-transparent-border-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/overflow/float-in-relpositioned-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/overflow/float-in-relpositioned-expected.txt View 1 2 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/ruby/select-ruby-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/text/shadow-no-blur-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/fast/text/shadow-no-blur-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/text/shadow-translucent-fill-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/text/shadow-translucent-fill-expected.txt View 1 2 4 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-fill-opacity-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/gpu/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/gpu/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/virtual/prefer_compositing_to_lcd_text/compositing/overflow/clip-content-under-overflow-controls-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/spinvalidation/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/stable/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/threaded/compositing/webgl/webgl-background-color-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/threaded/compositing/webgl/webgl-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/gestures/gesture-tapHighlight-pixel-rotated-div-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/gestures/gesture-tapHighlight-pixel-rotated-link-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/gestures/gesture-tapHighlight-pixel-transparent-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/images/direct-image-background-color-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/images/direct-image-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/overflow/clip-content-under-overflow-controls-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/overflow/overflow-scroll-background-opaque-to-transparent-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/overflow/overflow-scroll-background-transparent-to-opaque-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/scrollbar-painting-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/shadows/shadow-drawing-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/background-leakage-expected.txt View 1 2 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/background-leakage-transforms-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/background-leakage-transforms-expected.txt View 1 2 4 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/block/basic/fieldset-stretch-to-legend-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/block/float/intruding-painted-twice-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/block/float/intruding-painted-twice-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/block/float/relative-painted-twice-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/borders/mixed-border-styles-expected.txt View 1 2 4 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/borders/mixed-border-styles-radius-expected.txt View 1 2 4 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/borders/mixed-border-styles-radius2-expected.txt View 1 2 4 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/borders/outline-alpha-block-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/borders/outline-alpha-inline-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/box-shadow/inset-box-shadow-radius-expected.txt View 1 2 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/css/percentage-non-integer-expected.txt View 1 2 4 2 chunks +44 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/css/shadow-multiple-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/css/shadow-multiple-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/month-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/week-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/checkbox/checkbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/color/color-suggestion-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/color/color-suggestion-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/radio/radio-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/range/range-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/select/listbox-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/submit/submit-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/text/text-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/forms/textarea/textarea-appearance-basic-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/gradients/gradient-after-transparent-border-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/overflow/float-in-relpositioned-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/overflow/float-in-relpositioned-expected.txt View 1 2 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/text/shadow-no-blur-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/text/shadow-no-blur-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/text/shadow-translucent-fill-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/text/shadow-translucent-fill-expected.txt View 1 2 4 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/gpu/fast/canvas/canvas-composite-video-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/gpu/fast/canvas/canvas-composite-video-shadow-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/clip-content-under-overflow-controls-expected.png View 3 5 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/scalefactor200withzoom/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/virtual/threaded/compositing/webgl/webgl-background-color-expected.png View 1 2 4 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/virtual/threaded/compositing/webgl/webgl-background-color-expected.txt View 1 2 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/calendar-picker-appearance-zoom200-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/month-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/month-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/week-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/calendar-picker/week-picker-appearance-step-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/forms/search/search-appearance-basic-expected.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/fast/text/shadow-no-blur-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/virtual/scalefactor200withzoom/fast/hidpi/static/calendar-picker-appearance-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-display-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/fill-opacity-rgba-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/fill-opacity-rgba-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/svg/filters/feBlend-all-modes-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/svg/filters/feBlend-all-modes-expected.txt View 1 2 4 1 chunk +32 lines, -32 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/canvas-arc-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/canvas-arc-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/canvas-composite-transformclip-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/canvas-ellipse-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/canvas-ellipse-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/display_list_2d_canvas/fast/canvas/toDataURL-alpha-stability-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-arc-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-arc-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-ellipse-circumference-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-ellipse-circumference-fill-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-fillPath-shadow-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/toDataURL-alpha-stability-expected.png View 1 2 4 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/clear-scroll-parent-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp View 1 2 3 4 5 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Color.cpp View 1 chunk +10 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 104 (65 generated)
ktyliu
Hi Sasha, I figured out why it's under @google.com and not @chromium.org -- I didn't ...
3 years, 11 months ago (2017-01-04 23:48:51 UTC) #11
sashab
The way we rebaseline patches (because they need rebaselining on multiple machines) is by editing ...
3 years, 11 months ago (2017-01-05 00:18:21 UTC) #12
Timothy Loh
On 2017/01/05 00:18:21, sashab wrote: > The way we rebaseline patches (because they need rebaselining ...
3 years, 11 months ago (2017-01-05 03:29:36 UTC) #13
sashab
Sorry -- this was clarified in person. It's unclear to me that this patch is ...
3 years, 11 months ago (2017-01-05 03:42:43 UTC) #14
alancutter (OOO until 2018)
All test modifications in this patch appear to be updating expectations, I don't see any ...
3 years, 11 months ago (2017-01-05 03:53:36 UTC) #15
sashab
+bugsnash OK, I'm convinced. Kevin -- sorry for the misdirection. If you could add one ...
3 years, 11 months ago (2017-01-05 03:56:02 UTC) #17
sashab
Actual patch looks good, left some feedback on your test. I can't actually review the ...
3 years, 11 months ago (2017-01-05 04:10:34 UTC) #18
ktyliu
Thanks for the comments, Sasha. I've checked that Firefox renders http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3436 the same as content_shell ...
3 years, 11 months ago (2017-01-06 01:58:30 UTC) #29
alancutter (OOO until 2018)
https://codereview.chromium.org/2608423002/diff/40001/third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html File third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html (right): https://codereview.chromium.org/2608423002/diff/40001/third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html#newcode14 third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html:14: }); On 2017/01/06 at 01:58:30, ktyliu wrote: > I ...
3 years, 11 months ago (2017-01-06 02:47:00 UTC) #31
sashab
https://codereview.chromium.org/2608423002/diff/80001/third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html File third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html (right): https://codereview.chromium.org/2608423002/diff/80001/third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html#newcode2 third_party/WebKit/LayoutTests/css-parser/serialize-css-alpha-value.html:2: <title>Floating point alpha value parssing and serialization</title> Do we ...
3 years, 11 months ago (2017-01-06 02:56:17 UTC) #32
sashab
And please add the notes on Firefox performing the same way to the bug. Also ...
3 years, 11 months ago (2017-01-06 02:56:56 UTC) #33
ktyliu
Original bug have Interop label already, and have attached screenshot to the bug. Also mention ...
3 years, 11 months ago (2017-01-08 22:01:09 UTC) #39
sashab
LGTM, let's land this! :-)
3 years, 11 months ago (2017-01-09 03:28:00 UTC) #40
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/2608423002/120001
3 years, 11 months ago (2017-01-09 03:42:32 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/337155)
3 years, 11 months ago (2017-01-09 03:57:01 UTC) #44
ktyliu
Hi Emil, Would you be able to help review this patch or suggest someone appropriate? ...
3 years, 11 months ago (2017-01-09 04:32:36 UTC) #46
eae
LGTM for Source/platform
3 years, 11 months ago (2017-01-09 17:27:48 UTC) #47
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/2608423002/160001
3 years, 11 months ago (2017-01-10 05:41:06 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/367691)
3 years, 11 months ago (2017-01-10 07:51:24 UTC) #56
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/2608423002/180001
3 years, 11 months ago (2017-01-10 23:03:51 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/368330)
3 years, 11 months ago (2017-01-11 01:33:20 UTC) #61
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/2608423002/200001
3 years, 11 months ago (2017-01-11 03:12:12 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/290652) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 04:01:05 UTC) #66
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/2608423002/200001
3 years, 11 months ago (2017-01-11 05:44:28 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/368586)
3 years, 11 months ago (2017-01-11 07:06:52 UTC) #70
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/2608423002/200001
3 years, 11 months ago (2017-01-11 07:44:51 UTC) #72
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/366506)
3 years, 11 months ago (2017-01-11 08:51:35 UTC) #74
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/2608423002/220001
3 years, 11 months ago (2017-01-11 23:10:52 UTC) #77
ktyliu
Strangely rebaseline_cl fixed all but ~3 tests. The expected png seems to be updated and ...
3 years, 11 months ago (2017-01-11 23:11:58 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/192078) android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 23:20:25 UTC) #80
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/2608423002/240001
3 years, 11 months ago (2017-01-11 23:31:18 UTC) #85
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/2608423002/260001
3 years, 11 months ago (2017-01-12 01:46:12 UTC) #88
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/263215)
3 years, 11 months ago (2017-01-12 02:03:15 UTC) #90
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/2608423002/260001
3 years, 11 months ago (2017-01-12 02:52:27 UTC) #92
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/263250)
3 years, 11 months ago (2017-01-12 03:06:26 UTC) #94
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/2608423002/280001
3 years, 11 months ago (2017-01-12 03:24:11 UTC) #97
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/301643)
3 years, 11 months ago (2017-01-12 03:35:36 UTC) #99
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/2608423002/280001
3 years, 11 months ago (2017-01-12 03:47:49 UTC) #101
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 05:00:36 UTC) #104
Message was sent while issue was closed.
Committed patchset #15 (id:280001) as
https://chromium.googlesource.com/chromium/src/+/13a86c2faeebcbc12dd4a7e8dea5...

Powered by Google App Engine
This is Rietveld 408576698