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

Issue 172973002: Rewrite svg/dynamic-updates to use text-based repaint harness (Closed)

Created:
6 years, 10 months ago by jamesr
Modified:
6 years, 10 months ago
Reviewers:
pdr., esprehn, eseidel
CC:
blink-reviews, eseidel, Julien - ping for review, dsinclair, fmalita_google_do_not_use, Stephen Chennney
Visibility:
Public.

Description

Rewrite svg/dynamic-updates to use text-based repaint harness These tests are covering three things: 1.) Verifying that property updates are reflected through the SVG DOM API correctly, tested via javascript 2.) Verifying that the rendering of the SVG is correct 3.) Verifying that the dynamic update of the property generates invalidations sufficient to cover the changed area The pixel-based repaint harness doesn't effectively handle (3) since adding the text to the page for (1) generates lots of invalidations that are unioned with the invalidations from the SVG itself, leading to a repaint that covers all of the SVG and all of the text. Additionally since these tests are all pixel tests to cover (2) but contain lots of visible text to handle (1), the results are platform-specific due to text rendering differences even when the SVG itself renders identically. This converts the tests over to using the text based repaint harness to capture invalidations to handle (3), hiding the text in the pixel output to handle (1), and having only the SVG itself show up in the pixel output to handle (2). Each test has two outputs - pixel and text. The pixel output is just the rendering of the final SVG scene. The text output has the contents of the JS test harness assertions from (1) and the text representations of repaint rects generated by the SVG property updates to handle (3). To prevent the text output from generating invalidations that would get mixed up with invalidations on the SVG itself, all text content is set to display:none during the test itself by SVGTestCase.js. At the end of the test, after the text repaint harness is told to stop tracking invalidations, these elements are switched to being just opacity:0 so that they still appear in the text output but do not appear in the pixel output. BUG=344774 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167551

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : fix svg/animations to not reuse svg/dynamic-updates/resources/SVGTestCase.js #

Patch Set 4 : actually add file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+914 lines, -536 lines) Patch
M LayoutTests/TestExpectations View 1 1 chunk +360 lines, -0 lines 0 comments Download
M LayoutTests/fast/repaint/resources/text-based-repaint.js View 2 chunks +8 lines, -2 lines 0 comments Download
M LayoutTests/svg/animations/accumulate-values-width-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/additive-from-to-width-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/additive-type-by-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/additive-values-width-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animVal-basics.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-by.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-from-by.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-from-to.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-to.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-calcMode-spline-values.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-color-calcMode-discrete.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-color-fill-currentColor.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-color-fill-from-by.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-color-transparent.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-css-xml-attributeType.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-currentColor.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-dynamic-update-attributeName.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-02-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-03-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-04-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-05-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-06-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-07-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-08-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-09-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-10-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-11-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-12-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-13-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-14-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-15-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-16-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-17-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-18-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-elem-19-t-drt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-end-attribute.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-end-attribute-numeric-precision.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-endElement-beginElement.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-fill-freeze-with-repeatDur.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-from-to-keyTimes.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-gradient-transform.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-inherit-css-property.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-insert-begin.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-insert-no-begin.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-keySplines.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-angle-to-angle.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-marker-orient-to-angle.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-mpath-insert.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-no-matching-end-value.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-number-calcMode-discrete.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-number-calcMode-discrete-keyTimes.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Cc-Ss.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Ll-Vv-Hh.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-Qq-Tt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-cC-sS-inverse.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-lL-vV-hH-inverse.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-animation-qQ-tT-inverse.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-nested-transforms.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-path-to-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animate-text-nested-transforms.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateMotion-fill-freeze.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateMotion-fill-remove.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateMotion-multiple.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateTransform-pattern-transform.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateTransform-translate-attributetype-auto.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/attributeTypes.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-freeze.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-freeze-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-remove.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-baseVal-while-animating-fill-remove-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-css-property-while-animating-fill-freeze.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-css-property-while-animating-fill-remove.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/change-target-while-animating-SVG-property.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/cyclic-syncbase.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/deferred-insertion.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/discard-on-discard.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/force-use-shadow-tree-recreation-while-animating.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/multiple-animations-ending.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/multiple-animations-fill-freeze.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/multiple-begin-additive-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/non-additive-type-by-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/non-additive-type-from-by-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/remove-animation-element-while-animation-is-running.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/repeatn-remove-add-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/resources/SVGAnimationTestCase.js View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A + LayoutTests/svg/animations/resources/SVGTestCase.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M LayoutTests/svg/animations/single-values-animation.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgPreserveAspectRatio-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-deg-to-grad.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-deg-to-rad.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-grad-to-deg.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-grad-to-rad.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-rad-to-deg.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgangle-animation-rad-to-grad.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgboolean-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-10.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-11.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-12.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-13.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-5.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-6.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-7.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-8.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgenum-animation-9.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svginteger-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svginteger-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-5.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-by-6.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-additive-from-by-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeHeight.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeOther.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-LengthModeWidth.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-invalid-value-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-number-to-number.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-cm.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-ems.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-exs.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-in.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-number.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-pc.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-percentage.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-pt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-px-to-px.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-unitType.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglength-animation-values.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svglengthlist-animation-5.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumber-animation-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberlist-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberlist-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-3.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgnumberoptionalnumber-animation-4.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgpath-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgpointlist-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgpointlist-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgrect-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgrect-animation-2.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgstring-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgstring-animation-fallback-to-discrete.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgtransform-animation-1.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/svgtransform-animation-discrete.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/animations/use-animate-transform-and-position.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/css/scientific-numbers.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/svg/css/svg-attribute-length-parsing.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/css/svg-attribute-parser-mode.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/css/svg-paint-order.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVG-dynamic-css-transform.html View 2 chunks +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGAElement-dom-href-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGAElement-dom-target-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGAElement-svgdom-href-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGAElement-svgdom-target-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-r-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGClipPath-influences-hitTesting.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCursorElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCursorElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETileElement-dom-in-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGGElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-dom-x1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-dom-x2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-dom-y1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-dom-y2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-dom-height-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-dom-width-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-dx-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-dy-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-rotate-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-textLength-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-transform-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-x-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-dom-y-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-x-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-y-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-dom-href1-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-dom-href2-attr.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
I think this ends up being a strict improvement in these tests regardless of the ...
6 years, 10 months ago (2014-02-19 21:39:44 UTC) #1
jamesr
https://codereview.chromium.org/172973002/diff/1/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js File LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js (right): https://codereview.chromium.org/172973002/diff/1/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js#newcode17 LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js:17: document.head.parentNode.classList.add("running"); dumb question: is there a better way to ...
6 years, 10 months ago (2014-02-19 21:40:17 UTC) #2
jamesr
Anybody interested in reviewing this lovely patch? The changes in text-based-repaint.js and SVGTestCase.js are the ...
6 years, 10 months ago (2014-02-20 19:18:53 UTC) #3
pdr.
On 2014/02/20 19:18:53, jamesr wrote: > Anybody interested in reviewing this lovely patch? The changes ...
6 years, 10 months ago (2014-02-20 19:28:29 UTC) #4
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 10 months ago (2014-02-20 22:59:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/172973002/270002
6 years, 10 months ago (2014-02-20 22:59:34 UTC) #6
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 10 months ago (2014-02-20 23:00:24 UTC) #7
commit-bot: I haz the power
Failed to trigger a try job on blink_presubmit HTTP Error 400: Bad Request
6 years, 10 months ago (2014-02-20 23:02:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/172973002/330001
6 years, 10 months ago (2014-02-20 23:03:35 UTC) #9
commit-bot: I haz the power
6 years, 10 months ago (2014-02-21 00:45:41 UTC) #10
Message was sent while issue was closed.
Change committed as 167551

Powered by Google App Engine
This is Rietveld 408576698