[Webkit-unassigned] [Bug 12562] Fix test cases that are now spewing console errors that they are not testing for

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 3 15:48:24 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12562


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12903|review?                     |review-
               Flag|                            |




------- Comment #2 from aroben at apple.com  2007-02-03 15:48 PDT -------
(From update of attachment 12903)
   This is an awesome patch. Some of the expected results seem a bit
questionable, though.

-SUCCESS - Didn't crash
+SUCCESS

-    <div>SUCCESS - Didn't crash</div>
+    <div id="result">SUCCESS - Didn't crash</div>

   The two above changes don't seem to match up. Why is " - Didn't crash" not
appearing in the expected results?

+caret: position 1 of child 0 {INPUT} of child 0 {DIV} of child 0 {BODY} of
child 0 {HTML} of document

   If the caret is inside the <input>, won't it have a focus ring (which is
what this test says shouldn't happen)?

+try { [2, 5, 9].forEach(printEltAndException); }
+catch (e) { print(e); }

   Can you add newlines here as if it were an if-else block?

+try { [2, 5, 8, 1, 4].some(isBigEnoughAndException); }
+catch (e) { print(e); }
+
+try { [12, 5, 8, 1, 44].some(isBigEnoughAndException); }
+catch (e) { print(e); }

   Ditto.

-caret: position 9 of child 0 {#text} of child 7 {DIV} of child 7 {DIV} of
child 1 {BODY} of child 0 {HTML} of document
+selection start: position 9 of child 0 {#text} of child 3 {DIV} of child 7
{DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end:   position 0 of child 5 {DIV} of child 7 {DIV} of child 1
{BODY} of child 0 {HTML} of document

   Why are we ending up with a selection now?


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



More information about the webkit-unassigned mailing list