Bug 42204

Summary: Fold most WebGL script-tests into .html files
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dglazkov, fishd, oliver, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 42185    
Attachments:
Description Flags
Patch fishd: review+, kbr: commit-queue-

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>