 Chromium Code Reviews
 Chromium Code Reviews Issue 23785014:
  [SVG] Resources should be laid out in dependecy order.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 23785014:
  [SVG] Resources should be laid out in dependecy order.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/svg/text/text-layout-crash.html | 
| diff --git a/LayoutTests/svg/text/text-layout-crash.html b/LayoutTests/svg/text/text-layout-crash.html | 
| index f2c23847c9613cc0cce910d0e9d4e1ed7d448e66..f5ac5af8e519772198d1d1558ca904bb00ad2a9b 100644 | 
| --- a/LayoutTests/svg/text/text-layout-crash.html | 
| +++ b/LayoutTests/svg/text/text-layout-crash.html | 
| @@ -3,7 +3,7 @@ | 
| <body> | 
| <script> | 
| if (window.testRunner) | 
| - testRunner.dumpAsText(true); | 
| + testRunner.dumpAsText(); | 
| onload = function() { | 
| document.body.offsetTop; |