Bug 23904 - Layout test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
Summary: Layout test for Bug 23741: StyleRareNonInheritedData::operator==() should not...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 15:04 PST by David Kilzer (:ddkilzer)
Modified: 2010-03-22 11:08 PDT (History)
2 users (show)

See Also:


Attachments
Test for LayoutTests/fast/css (1.33 KB, text/html)
2009-02-11 15:06 PST, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-02-11 15:04:54 PST
* SUMMARY
Need a layout test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer.

Unfortunately, this isn't as easy as it sounds.  Although a manual test shows the bug in Safari, the same test won't produce incorrect results (without the fix) in DumpRenderTree.  (If you dump the page as a render tree, the values are correct.  If you dump the page as text, the content values don't appear.)
Comment 1 David Kilzer (:ddkilzer) 2009-02-11 15:06:49 PST
Created attachment 27573 [details]
Test for LayoutTests/fast/css

A layout test that doesn't work (see Comment #0) when run with DumpRenderTree.
Comment 2 David Kilzer (:ddkilzer) 2010-03-22 11:08:12 PDT
This was fixed in r43474.  <http://trac.webkit.org/changeset/43474>

Thanks for the test, Simon!