Bug 91190
Summary: | PerformanceTests/Parser/resources/html5.html should be sharable between multiple tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | Tools / Tests | Assignee: | 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 |
Hajime Morrita
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I guess. I believe we've modified it to remove scripts in one instance?
Hajime Morrita
(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.
Hajime Morrita
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.