| Index: LayoutTests/svg/custom/svg-length-rem-crash.html | 
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html b/LayoutTests/svg/custom/svg-length-rem-crash.html | 
| similarity index 53% | 
| copy from LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html | 
| copy to LayoutTests/svg/custom/svg-length-rem-crash.html | 
| index 61e070ef474181826824ee4a11083eb4f2089355..9aab69a0044e01b2affb1d2188b5f2aae85e2584 100644 | 
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html | 
| +++ b/LayoutTests/svg/custom/svg-length-rem-crash.html | 
| @@ -1,5 +1,6 @@ | 
| <!DOCTYPE html> | 
| -<iframe src="resources/sandbox.php?sandbox=allowScript"></iframe> | 
| +<svg width="1re"></svg> | 
| +<p>This test passes if it doesn't crash in ASAN.</p> | 
| <script> | 
| if (window.testRunner) | 
| testRunner.dumpAsText(); | 
|  |