Bug 139955 - WebGL 1.0.3 tests import js-test-pre.js with a wrong path
Summary: WebGL 1.0.3 tests import js-test-pre.js with a wrong path
Status: NEW
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:
 
Reported: 2014-12-26 11:34 PST by Alexey Proskuryakov
Modified: 2014-12-26 11:34 PST (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 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.