[Webkit-unassigned] [Bug 70246] REGRESSION(r96189): Cappuccino applications don't work anymore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 20 18:39:50 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=70246
--- Comment #17 from Antoine Mercadal <antoine.mercadal at inframonde.eu> 2012-09-20 18:40:18 PST ---
Created an attachment (id=165033)
--> (https://bugs.webkit.org/attachment.cgi?id=165033&action=review)
bug 70246 test case
Ok, here is a sample app causing problem.
Procedure: open index-debug.html (this application will throw lot of errors, but when it's "working" you should see a window with a textfield and a slider)
Case:
In this extracted code, there are 3 referenced block identified by:
/* BEGIN: REFERENCED BLOCK [A|B|C] */
/* END: REFERENCED BLOCK [A|B|C] */
The error happens differently according to which blocks are commented out.
Here is what I found so far:
nothing commented: KO
A commented: OK
B commented: KO
C commented: KO
A,B commented: OK
A,C commented: OK
B,C commented: OK
A,B,C commented: OK
I cannot find any obvious logic in this.
--
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