| Summary: | Add test for fix of REGRESSION (r174985-174986): Site display disappears | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> | ||||
| Component: | WebCore JavaScript | Assignee: | Michael Saboff <msaboff> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | ||||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Michael Saboff
2014-11-06 11:48:59 PST
Created attachment 241312 [details]
Patch
Comment on attachment 241312 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241312&action=review r=me > LayoutTests/js/dom/document-write-functions-cached.html:18 > +if (document.writeln === document.writeln) > + debug("PASS: document.write is cached."); > +else > + debug("FAIL: document.write is not cached, but should be."); Message should be writeln, not write. (In reply to comment #2) > Comment on attachment 241312 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=241312&action=review > > r=me > > > LayoutTests/js/dom/document-write-functions-cached.html:18 > > +if (document.writeln === document.writeln) > > + debug("PASS: document.write is cached."); > > +else > > + debug("FAIL: document.write is not cached, but should be."); > > Message should be writeln, not write. Fixed. Committed r175834: <http://trac.webkit.org/changeset/175834> |