gecko-dev/dom/svg/test
Tom Klein 4c5f52fbca Bug 1486952 - Update overflow on the correct svg frame(s) when the viewBox changes. r=jwatt
Bug 828240 switched the children only transform on an outer svg from applying to
each of the anonymous child's children to applying directly to the anonymous
child instead.  So now when the viewBox changes on an outer svg, we need to
update (just) the overflow of the anonymous child. The children only transform
on an inner svg still applies to the children of the inner svg, so we continue
updating those children in that case.

Hit testing uses overflows as part of the testing process, so was broken by the
lack of overflow updates.

Differential Revision: https://phabricator.services.mozilla.com/D5668

--HG--
extra : moz-landing-system : lando
2018-11-23 15:58:27 +00:00
..
.eslintrc.js Bug 1508980 - Add more .eslintrc.js files for dom/ and update .eslintignore. r=Gijs 2018-11-21 14:27:27 +00:00
MutationEventChecker.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
a_href_destination.svg
a_href_helper_01.svg
a_href_helper_02_03.svg
a_href_helper_04.svg
a_href_helper_05.svg
a_href_helper_06.svg
a_href_helper_07.svg
animated-svg-image-helper.html
animated-svg-image-helper.svg
bbox-helper.svg Bug 1361639 - Part 2. Add test cases of calling getBBox on use element in test_bbox.xhtml. r=longsonr+218550 2017-08-30 11:22:43 +08:00
bounds-helper.svg
dataTypes-helper.svg
fragments-helper.svg
getBBox-method-helper.svg Bug 1369904 - Bounding box should not include control points. r=lsalzman 2017-06-14 06:34:01 +01:00
getCTM-helper.svg
getSubStringLength-helper.svg
matrixUtils.js
mochitest.ini Bug 1486952 - Update overflow on the correct svg frame(s) when the viewBox changes. r=jwatt 2018-11-23 15:58:27 +00:00
object-delayed-intrinsic-size.sjs
pointer-events.js
scientific-helper.svg
selectSubString-helper.svg
switch-helper.svg
tearoff_with_cc_helper.html
test_SVGLengthList-2.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_SVGLengthList.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_SVGMatrix.xhtml Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_SVGNumberList.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_SVGPointList.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_SVGStringList.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_SVGStyleElement.xhtml
test_SVGTransformList.xhtml Bug 1446802 - use codespell -w -q4 to fix some spelling mistakes r=jwatt 2018-03-18 18:09:51 +00:00
test_SVGTransformListAddition.xhtml Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_SVG_namespace_ids.html
test_SVGxxxList.xhtml Bug 1446802 - use codespell -w -q4 to fix some spelling mistakes r=jwatt 2018-03-18 18:09:51 +00:00
test_SVGxxxListIndexing.xhtml Bug 1436438 part 1 - Remove the tests that test SVG path data DOM interfaces. r=longsonr 2018-01-26 10:39:11 +00:00
test_a_href_01.xhtml
test_a_href_02.xhtml
test_animLengthObjectIdentity.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_animLengthReadonly.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_animLengthUnits.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bbox-changes.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bbox-with-invalid-viewBox.xhtml
test_bbox.xhtml Bug 1467712 - Simplify calls to ok to use only 2 arguments;r=Standard8 2018-11-01 13:48:48 +00:00
test_bounds.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug872812.html
test_dataTypes.html Bug 1479272 - remove svg.marker-improvements.enabled pref r=heycam 2018-07-31 21:45:29 +01:00
test_dataTypesModEvents.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_fragments.html Bug 1335266: In test_fragments.html, don't set iframe src attribute until *after* we've set up its load handler. r=longsonr 2018-03-21 10:50:19 -07:00
test_getBBox-method.html Bug 1369904 - Bounding box should not include control points. r=lsalzman 2017-06-14 06:34:01 +01:00
test_getCTM.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_getElementById.xhtml Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_getSubStringLength.xhtml
test_getTotalLength.xhtml Bug 1474284 - cope with degenerate bezier curves r=baz 2018-07-23 18:36:09 +01:00
test_hit-testing-and-viewbox.xhtml Bug 1486952 - Update overflow on the correct svg frame(s) when the viewBox changes. r=jwatt 2018-11-23 15:58:27 +00:00
test_lang.xhtml
test_length.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_lengthParsing.html
test_markerOrient.xhtml Bug 1479272 - remove svg.marker-improvements.enabled pref r=heycam 2018-07-31 21:45:29 +01:00
test_non-scaling-stroke.html
test_nonAnimStrings.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_object-delayed-intrinsic-size.html Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws. 2017-01-27 10:51:02 +01:00
test_onerror.xhtml
test_pathAnimInterpolation.xhtml Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_pointAtLength.xhtml Bug 1443685 - GetPointAtLength should not take into account the pathLength attribute r=dholbert 2018-03-09 04:35:37 +00:00
test_pointer-events-1a.xhtml
test_pointer-events-1b.xhtml
test_pointer-events-2.xhtml
test_pointer-events-3.xhtml
test_pointer-events-4.xhtml
test_pointer-events-5.xhtml
test_pointer-events-6.xhtml
test_pointer-events-7.xhtml
test_scientific.html Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws. 2017-01-27 10:51:02 +01:00
test_selectSubString.xhtml
test_stroke-hit-testing.xhtml
test_stroke-linecap-hit-testing.xhtml
test_style_sheet.html
test_switch.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_tabindex.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_tearoff_with_cc.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_text.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_text_2.html Bug 1395512 - Make dom/svg/test/test_text_2.html produce useful and non-inverted error messages. r=jfkthame 2017-08-10 12:47:20 +01:00
test_text_dirty.html Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
test_text_lengthAdjust.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_text_scaled.html Bug 1342951, part 4 - Add a version of SVGTextFrame::GetSubStringLength that can be used independantly of reflow, to avoid sync reflows. r=heycam 2017-09-02 22:22:54 +01:00
test_text_selection.html Bug 1286882 - Make SVG basic shape elements unselectable. r=dholbert 2018-07-13 18:01:48 +00:00
test_text_update.html Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
test_transform.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_transformParsing.html
test_use_with_hsts.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_valueAsString.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_valueLeaks.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_viewBox.html Bug 1396642 - support smaller viewBox coordinates at the expense of larger ones r=dholbert 2018-09-18 19:43:53 +01:00
test_viewport.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
text-helper-scaled.svg
text-helper-selection.svg
text-helper.svg
use-with-hsts-helper.html
use-with-hsts-helper.html^headers^
viewport-helper.svg