Bug 36679 - DRT: Generated Content should output in Dump as Text mode
Summary: DRT: Generated Content should output in Dump as Text mode
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 15:00 PDT by Joseph Pecoraro
Modified: 2010-03-26 15:03 PDT (History)
0 users

See Also:


Attachments
[TEST] Example Test (157 bytes, text/html)
2010-03-26 15:00 PDT, Joseph Pecoraro
no flags Details
[TEST] Example Test (164 bytes, text/html)
2010-03-26 15:03 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2010-03-26 15:00:32 PDT
Created attachment 51782 [details]
[TEST] Example Test

Generated content, such as `div { content: "generated" }` does not show up in layout test dump as text results.
Comment 1 Joseph Pecoraro 2010-03-26 15:03:10 PDT
Created attachment 51783 [details]
[TEST] Example Test

It should have been =>  div:before { content: "generated" }

The dump as text output should be "helloworld" but it is just "world".