Bug 20104
| Summary: | Exception in tables/mozilla_expected_failures/bugs/bug92868_1.html includes the equals operator in the quoted expression | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | JavaScriptCore | Assignee: | Oliver Hunt <oliver> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | oliver |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Timothy Hatcher
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Oliver Hunt
Actually i suspect that the error expression should be
'document.styleSheets[1]' [...
Oliver Hunt
Almost fixerated. And with no additional memory usage. Hurrah!
Oliver Hunt
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