Bug 42204 - Fold most WebGL script-tests into .html files
Summary: Fold most WebGL script-tests into .html files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks: 42185
  Show dependency treegraph
 
Reported: 2010-07-13 14:44 PDT by Kenneth Russell
Modified: 2010-07-13 15:03 PDT (History)
5 users (show)

See Also:


Attachments
Patch (70.20 KB, patch)
2010-07-13 14:58 PDT, Kenneth Russell
fishd: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-07-13 14:44:30 PDT
For simplicity, in the Khronos WebGL conformance tests, an attempt has been made to keep most tests to a single file rather than splitting off the logic into a separate .js file. In order to keep these tests in sync in the future, it is strongly desirable to do the same in the WebKit versions of these layout tests.
Comment 1 Kenneth Russell 2010-07-13 14:58:21 PDT
Created attachment 61420 [details]
Patch

From the ChangeLog:

For each WebGL script-test layout test which has a corresponding copy in the Khronos repository, folded the .js into the .html. This will make it easier to synchronize these tests between repositories.
Comment 2 Kenneth Russell 2010-07-13 15:03:02 PDT
Committed r63250: <http://trac.webkit.org/changeset/63250>