[Webkit-unassigned] [Bug 28012] [Gtk] WebKit crashes on Slashdot.org main page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 02:01:59 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28012





--- Comment #3 from red47514f7 at yandex.ru  2009-08-07 02:01:59 PDT ---
Simple reduction (derived from slashdot.org). <form> tag can be added if you
wish so.

<html> 
  <head> 
    <style>
      label{display:block;}
    </style>
  </head>
  <body>
        <fieldset>
    <label></label>
      a
        </fieldset> 
  </body>
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list