Bug 139955

Summary: WebGL 1.0.3 tests import js-test-pre.js with a wrong path
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, dino, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=139953

Description Alexey Proskuryakov 2014-12-26 11:34:02 PST
LayoutTests/webgl/1.0.3/conformance/extensions/angle-instanced-arrays.html:

<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL Conformance Test Wrapper for angle-instanced-arrays.html</title>
<script type="text/javascript" src="../../../resources/js-test-pre.js"></script>

This is a wrong path, but also, the script is entirely unneeded, as the test is currently in an iframe.