Bug 3419

Summary: REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload
Product: WebKit Reporter: John Sullivan <sullivan>
Component: WebKit Misc.Assignee: Adele Peterson <adele>
Status: VERIFIED FIXED    
Severity: Normal CC: cmeyer100
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   

Description John Sullivan 2005-06-10 13:16:44 PDT
This is also in Radar as <rdar://problem/4111752>

To reproduce:
1. Go to edmunds.com
2. Click on a type of car as if you are researching a new car (e.g. "SUV")

The page is (at least mostly) all gray. Reloading cures it. The same thing happens with many other links on 
this site.

This worked correctly in 10.3.8 with Safari-125.
Comment 1 Adele Peterson 2005-06-15 16:13:27 PDT
This reduction demonstrates the problem.  The first script tag has a '/' at the end that doesn't belong.  
This still works in Firefox, but the first time you load the page, we seem to stop parsing.

<html>
<body>
HEADER						
<script src="" /></script>
<script src="http://www.edmunds.com/scripts/flash_detect.js"></script>
MAIN TEXT
</body>
</html>
Comment 2 Adele Peterson 2005-06-15 16:24:03 PDT
note- the .js file can be empty, but there has to be a url in the src attribute.  Also, there is a parse error in 
the console:

[6869] file:///Tests/edm.html:SyntaxError - Parse error
Comment 3 Chris Petersen 2005-06-17 20:54:14 PDT
This problem isolated here is the same problem in 3314.

Comment 4 Chris Petersen 2005-06-17 20:58:56 PDT
*** Bug 3314 has been marked as a duplicate of this bug. ***