+2015-10-09 Antoine Quint <graouts@apple.com>
+
+ Dynamic background color changes do not update until a layout is forced
+ https://bugs.webkit.org/show_bug.cgi?id=131623
+
+ Add some new tests checking that dynamically updating the "background",
+ "border" and "outline" CSS properties repaint correctly and rebase a few
+ existing tests that yield the same rendered results but slightly different
+ DRT output.
+
+ Reviewed by Darin Adler.
+
+ * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
+ * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
+ * svg/css/composite-shadow-example-expected.txt:
+ * svg/css/composite-shadow-with-opacity-expected.txt:
+ * svg/repaint/add-background-property-on-root-expected.html: Added.
+ * svg/repaint/add-background-property-on-root.html: Added.
+ * svg/repaint/add-border-property-on-root-expected.html: Added.
+ * svg/repaint/add-border-property-on-root.html: Added.
+ * svg/repaint/add-outline-property-on-root-expected.html: Added.
+ * svg/repaint/add-outline-property-on-root.html: Added.
+ * svg/repaint/change-background-color-expected.html: Added.
+ * svg/repaint/change-background-color.html: Added.
+ * svg/repaint/remove-background-property-on-root-expected.html: Added.
+ * svg/repaint/remove-background-property-on-root.html: Added.
+ * svg/repaint/remove-border-property-on-root-expected.html: Added.
+ * svg/repaint/remove-border-property-on-root.html: Added.
+ * svg/repaint/remove-outline-property-on-root-expected.html: Added.
+ * svg/repaint/remove-outline-property-on-root.html: Added.
+ * svg/repaint/repaint-webkit-svg-shadow-expected.txt:
+
2015-10-06 Simon Fraser <simon.fraser@apple.com>
Add some missing iOS results.