Bug 91190 - PerformanceTests/Parser/resources/html5.html should be sharable between multiple tests
Summary: PerformanceTests/Parser/resources/html5.html should be sharable between multi...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 91070
  Show dependency treegraph
 
Reported: 2012-07-12 22:01 PDT by Hajime Morrita
Modified: 2012-07-13 01:32 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.