| Index: third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt | 
| index d49207ecfe2d8a8a1aa17afd0b881fcb408d2119..1f8e47117d6c21c276aa7a6cccf71e2eab5663e0 100644 | 
| --- a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt | 
| @@ -6,19 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE | 
| PASS viewport.x is 0 | 
| PASS viewport.x is 100 | 
| PASS svgDoc.documentElement.viewport.x is 0 | 
| -PASS zoomRectScreen.x is 0 | 
| -PASS zoomRectScreen.x = 100; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGRect': The attribute is read-only.. | 
| -PASS zoomEvent.previousScale is 0 | 
| -PASS zoomEvent.previousScale is 0 | 
| -PASS previousTranslate.x is 0 | 
| -PASS previousTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only.. | 
| -PASS zoomEvent.previousTranslate.x is 0 | 
| -PASS zoomEvent.newScale is 0 | 
| -FAIL zoomEvent.newScale = 200; should throw an exception. Was 200. | 
| -PASS zoomEvent.newScale is 0 | 
| -PASS newTranslate.x is 0 | 
| -PASS newTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only.. | 
| -PASS newTranslate.x is 0 | 
| PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
|  |