[Webkit-unassigned] [Bug 31337] Add test for Web Socket send

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 09:38:54 PST 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42938|review?                     |review+
               Flag|                            |




--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-11-11 09:38:54 PST ---
(From update of attachment 42938)
The test itself looks good.  Is websocket already added to the skipped list for
platforms which don't have it turned on?

Single line ifs don't need { }
+if (window.layoutTestController) {
+    layoutTestController.waitUntilDone();
+}
+    if (window.layoutTestController) {
+        layoutTestController.notifyDone();
+    }

-- 
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