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

Issue 1158563006: Add SMIL deprecation warning (Closed)

Created:
5 years, 6 months ago by pdr.
Modified:
5 years, 6 months ago
Reviewers:
chrishtr
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, krit, Eric Willigers, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add SMIL deprecation warning This patch deprecates SMIL animations (a.k.a., SVG animations) and emits a warning message when they are used. See the blink-dev discussion here: https://groups.google.com/a/chromium.org/d/msg/blink-dev/5o0yiO440LM/mHtmsQxf2bIJ A few tests have multiple warnings in a single test such as LayoutTests/svg/custom/draw-image-crash-expected.txt. These are expected and have manual reloads in the test. BUG=482689 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196823

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update expectations #

Patch Set 3 : Update expectations for mac #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+671 lines, -2 lines) Patch
M LayoutTests/animations/svg-attribute-interpolation/svg-amplitude-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-azimuth-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-baseFrequency-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-bias-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-class-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-clipPathUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-cx-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-d-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-diffuseConstant-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-divisor-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-dx-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-edgeMode-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-elevation-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-exponent-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-filterUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-fx-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-gradientTransform-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-gradientUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-href-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-in-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-intercept-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-k1-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-kernelMatrix-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-kernelUnitLength-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-lengthAdjust-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-limitingConeAngle-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-markerUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-markerWidth-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-maskContentUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-maskUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-method-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-mode-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-numOctaves-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-offset-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-operator-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-order-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-orient-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-pathLength-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-patternContentUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-patternTransform-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-patternUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-points-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-pointsAtX-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-preserveAlpha-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-preserveAspectRatio-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-primitiveUnits-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-r-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-radius-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-refX-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-result-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-rotate-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-rx-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-scale-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-seed-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-slope-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-spacing-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-specularConstant-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-specularExponent-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-spreadMethod-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-stdDeviation-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-stitchTiles-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-surfaceScale-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-tableValues-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-target-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-targetX-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-textLength-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-transform-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-type-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-values-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-viewBox-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-x-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-x1-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-xChannelSelector-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/css3/images/cross-fade-invalidation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/events/touch/touch-event-target-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/loader/delete-inside-cancelTimer-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/text/first-letter-bad-line-boxes-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/text/insert-text-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/html5lib/generated/run-tests11-data-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/html5lib/generated/run-tests11-write-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/smil-usecounter-in-cached-image-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/svg-animate-clutter-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/svg-animate-clutter-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/svg-animate-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/imported/web-platform-tests/html/syntax/parsing/Document.getElementsByTagName-foreign-01-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_tests11-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/virtual/slimmingpaint/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/virtual/slimmingpaint/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/fast/backgrounds/animated-svg-as-mask-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/animations/animate-text-nested-transforms-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/animations/svglength-animation-px-to-exs-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/svg/as-background-image/animated-svg-as-background-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/virtual/slimmingpaint/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/virtual/slimmingpaint/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac-mountainlion/virtual/slimmingpaint/fast/backgrounds/animated-svg-as-mask-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/fast/backgrounds/animated-svg-as-mask-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/animations/animate-elem-08-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/as-background-image/animated-svg-as-background-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/virtual/slimmingpaint/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/virtual/slimmingpaint/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/virtual/slimmingpaint/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/fast/backgrounds/animated-svg-as-mask-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/animations/animate-elem-06-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/animations/animate-text-nested-transforms-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/animations/svglength-animation-px-to-exs-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/svg/as-background-image/animated-svg-as-background-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/fast/backgrounds/animated-svg-as-mask-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/animations/animate-elem-08-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/animations/svglength-animation-px-to-exs-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/svg/as-background-image/animated-svg-as-background-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/virtual/slimmingpaint/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/virtual/slimmingpaint/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/virtual/slimmingpaint/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/virtual/slimmingpaint/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/accumulate-values-width-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/additive-from-to-fill-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/additive-from-to-width-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/additive-type-by-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/additive-values-width-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animVal-basics-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-beginElementAt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-by-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-crash-bad-array-length-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-from-by-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-from-to-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-to-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-values-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-clip-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-color-calcMode-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-color-fill-currentColor-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-color-fill-from-by-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-color-transparent-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-currentColor-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-dynamic-update-attributeName-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-02-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-03-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-04-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-05-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-06-t-drt-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-07-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-09-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-10-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-12-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-13-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-14-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-15-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-16-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-17-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-18-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-elem-19-t-drt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-element-reinserted-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-end-attribute-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-end-attribute-numeric-precision-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-endElement-beginElement-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-fill-freeze-with-repeatDur-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-from-to-keyTimes-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-gradient-transform-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-inactivedocument-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-inherit-css-property-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-insert-begin-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-insert-no-begin-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-keySplines-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-keysplines-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-list-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-angle-to-angle-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-auto-to-auto-start-reverse-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-to-angle-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-mpath-insert-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-no-matching-end-value-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-number-calcMode-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-number-calcMode-discrete-keyTimes-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Cc-Ss-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Qq-Tt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-cC-sS-inverse-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-qQ-tT-inverse-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-nested-transforms-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-path-to-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-reset-freeze-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-setcurrenttime-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-startoffset-unitmode-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-stroke-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-teardown-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-test-attributes-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-text-nested-transforms-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-textlength-unitmode-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animate-to-low-prio-frozen-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-accumulate-1a-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-accumulate-1b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-accumulate-1c-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-accumulate-2a-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-accumulate-2b-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-crash-with-large-begin-time-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-fill-freeze-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-fill-remove-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateMotion-multiple-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-circular-linked-syncbases-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-list-crash-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-list-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-pattern-transform-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animated-path-via-use-debug-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animation-dependency-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/animation-dependency-hang-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/attributeTypes-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-freeze-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-freeze-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-remove-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-remove-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-css-property-while-animating-fill-freeze-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/change-target-while-animating-SVG-property-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/cssanimation-inactivedocument-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/cyclic-syncbase-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/deferred-insertion-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/discard-check-removal-order-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/discard-on-discard-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/discard-on-svg-crash-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/discard-on-svg-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/dynamic-modify-attributename-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/dynamic-modify-attributename-crash2-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/svg/animations/dynamic-modify-transform-without-baseval-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/force-use-shadow-tree-recreation-while-animating-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/getCurrentTime-pause-unpause-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/getCurrentTime-pause-unpause-setCurrentTime-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/invalid-keytime-number-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/keypoints-mismatch-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/multiple-animations-ending-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/multiple-animations-fill-freeze-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/multiple-begin-additive-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/multiple-begin-animation-events-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/non-additive-type-by-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/non-additive-type-from-by-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/non-svg-eventbase-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/reinserting-svg-into-document-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/remove-animation-element-while-animation-is-running-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/remove-begin-event-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/repeatDur-zero-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/repeatn-remove-add-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/single-values-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-animation-max-attribute-zero-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-element-not-removed-crash-expected.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-element-target-crash-main-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-leak-dynamically-added-element-instances-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-leak-element-instances-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-leak-elements-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/smil-setcurrenttime-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svg-animation-policy-none-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svg-animation-policy-once-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgPreserveAspectRatio-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-deg-to-grad-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-deg-to-rad-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-grad-to-deg-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-grad-to-rad-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-rad-to-deg-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-rad-to-grad-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgboolean-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-10-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-11-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-12-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-13-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-5-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-6-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-7-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-8-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-9-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svginteger-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svginteger-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-5-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-6-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeHeight-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeOther-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeWidth-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-number-to-number-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-cm-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-ems-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-exs-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-in-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-number-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-pc-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-percentage-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-pt-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-px-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-retarget-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-unitType-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglength-animation-values-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-5-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberlist-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberlist-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-3-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-4-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgpath-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgpointlist-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgpointlist-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgrect-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgrect-animation-2-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgstring-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgstring-animation-fallback-to-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgtransform-animation-1-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/svgtransform-animation-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/target-condition-crash-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/svg/animations/updated-attributes-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/use-animate-transform-and-position-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/use-animate-width-and-height-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/use-use-animate-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/animations/use-while-animating-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/animated-svg-as-image-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/animated-svg-as-image-same-image-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/animated-use-as-image-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/smil-usecounter-in-css-image-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/as-image/smil-usecounter-in-image-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-disallowed-mask-element-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-disallowed-use-element-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-initial-pause-unpause-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-motion-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-path-discrete-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-path-morphing-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-pause-resume-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-reference-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-target-id-changed-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-target-removed-from-document-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animate-use-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animateMotion-path-change-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/animation-currentColor-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/bad-attributeName-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/bug78700-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/draw-image-crash-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/svg/custom/element-instance-held-by-js-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/elementTimeControl-nan-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/get-text-element-transform-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/invalid-ctm-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/removed-from-animation-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/smil-in-shadow-tree-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/svg-element-destructor-iteration-crash-expected.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/svg/custom/symbol-viewport-element-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/use-animation-in-fill-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/use-multiple-on-nested-disallowed-font-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/use-on-use-with-child-and-empty-target-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/use-on-use-with-child-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/custom/use-referencing-animation-crash-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/method-argument-aritychecks-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/method-argument-typechecks-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/move-animating-svg-to-other-frame-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/remove-use-target-element-indirectly-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/set-class-attribute-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/smil-methods-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/stylesheet-candidate-node-crash-main-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/symbol-embeddedAnimation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/filters/feColorMatrix-invalid-animation-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/filters/feImage-animated-transform-on-target-rect-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/filters/filter-refresh-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/filters/reparent-animated-filter-target-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
pdr.
https://codereview.chromium.org/1158563006/diff/1/LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt File LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt (right): https://codereview.chromium.org/1158563006/diff/1/LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt#newcode1 LayoutTests/platform/linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:1: CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are ...
5 years, 6 months ago (2015-05-27 22:02:57 UTC) #2
chrishtr
lgtm
5 years, 6 months ago (2015-05-28 00:22:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158563006/1
5 years, 6 months ago (2015-05-28 00:23:21 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/63532)
5 years, 6 months ago (2015-05-28 02:28:34 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158563006/20001
5 years, 6 months ago (2015-06-10 01:54:57 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158563006/60001
5 years, 6 months ago (2015-06-10 02:40:20 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-10 04:01:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158563006/60001
5 years, 6 months ago (2015-06-10 04:02:31 UTC) #17
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 04:14:09 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196823

Powered by Google App Engine
This is Rietveld 408576698