Issue 2427: Website shows blank page: firstseedtests.com
http://code.google.com/p/chromium/issues/detail?id=2427

Comment #2 by bksening:
It is because there is an invalid stylesheet declaration at the end of the  
<head> section in the HTML source
(which is included below).  At the end of the stylesheet, the closing -->  
is missing before the </style>,
thereby not formally closing the stylesheet declaration.  WebKit and Chrome  
are treating the entire HTML
source as part of the stylesheet and therefore nothing is rendered.  Once  
the closing --> is put back, the
page renders correctly.

Invalid; not a Chrome/WebKit bug?

<head>
<link rel="shortcut icon" href="http://www.firstseedtests.com/favicon.ico";>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>F.I.R.S.T. - Farmer's Independent Research of Seed  
Technologies</title>
     <noscript><a href="http://deluxe-menu.com";>Javascript Menu by  
Deluxe-Menu.com</a></noscript>
     <script type="text/javascript">var dmWorkPath  
= "2008-firstseedtestsmenu.files/";</script>
     <script type="text/javascript"  
src="firs_files/dmenu_002.js"></script><noscript id="dmSup">a</noscript>
     <script type="text/javascript">var dmWorkPath  
= "main-firstseedtestsmenu.files/";</script>
     <script type="text/javascript"  
src="firs_files/dmenu.js"></script><noscript id="dmSup">a</noscript>
     <style type="text/css">
<!--
A:link {color: #003065; text-decoration: underline}
A:visited {color: #003065; text-decoration: underline}
A:active {color: #003065; text-decoration: underline}
A:hover {color: #ffffff; background-color: #473423; text-decoration: none}
<style type="text/css">{  }
</style>
</head>





-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to