Bug 91190

Summary: PerformanceTests/Parser/resources/html5.html should be sharable between multiple tests
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: abarth, eric, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91070    

Description Hajime Morrita 2012-07-12 22:01:17 PDT
This is a preparation for Bug 91070.

Bug 91070 want to use html5 spec page as an asset, but in a slightly different way.
Because of its size, we don't want to have two copy of it in the repo.
So we need to share the single copy between these two somehow.
Comment 1 Eric Seidel (no email) 2012-07-12 22:43:00 PDT
I guess.  I believe we've modified it to remove scripts in one instance?
Comment 2 Hajime Morrita 2012-07-13 00:33:41 PDT
(In reply to comment #1)
> I guess.  I believe we've modified it to remove scripts in one instance?
It looks there are several modifications like removing image reference and
inlining styles. I'm not sure how script stuff was modified.
Comment 3 Hajime Morrita 2012-07-13 01:32:19 PDT
Looked into html5.html. It look I can do this as a part of Bug 91070.
My plan is to keep html5.html almost as is, and copy it into PerfomanceTests/Interactive/resources 
with some small modifications. Thanks for your comment, Eric.