Bug 20104 - Exception in tables/mozilla_expected_failures/bugs/bug92868_1.html includes the equals operator in the quoted expression
Summary: Exception in tables/mozilla_expected_failures/bugs/bug92868_1.html includes t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 19:12 PDT by Timothy Hatcher
Modified: 2008-07-19 22:30 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-07-18 19:12:40 PDT
The exception throw in LayoutTests/tables/mozilla_expected_failures/bugs/bug92868_1.html includes the equals operator in the quoted expression.

Result of expression 'document.styleSheets[1].disabled =' [undefined] is not an object.

Expected:
Result of expression 'document.styleSheets[1].disabled' [undefined] is not an object.
Comment 1 Oliver Hunt 2008-07-18 19:14:03 PDT
Actually i suspect that the error expression should be
'document.styleSheets[1]' [...
Comment 2 Oliver Hunt 2008-07-19 20:19:57 PDT
Almost fixerated.  And with no additional memory usage.  Hurrah!
Comment 3 Oliver Hunt 2008-07-19 22:30:29 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/kjs/grammar.y
	M	LayoutTests/ChangeLog
	M	LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
	M	LayoutTests/fast/js/resources/exception-expression-offset.js
	M	LayoutTests/http/tests/security/cross-frame-access-call-expected.txt
	M	LayoutTests/http/tests/security/cross-frame-access-call.html
	M	LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt
Committed r35250