Skip to content

Functional test for instance loading fails in Chrome #124

@backplane-import

Description

@backplane-import

Imported from backplanejs Google Code issue 124.

Reporter markbirbeck
Date 23 Nov 2010 11:32:16 PM UTC

What steps will reproduce the problem?

  1. Create a roll-up file with ant compile.
  2. Copy the functional tests to the test directory with ant functional-test-compile.
  3. Start the test server with ant start-test-server.
  4. Navigate to http://localhost:8080/functional-tests/ft-instance-loading.html in Google Chrome.

What is the expected output? What do you see instead?
The form should show the following text (visible correctly in FF, Safari and IE):
{{{
Output for instance using @src:Hello from 'src'
Output for instance using @resource:Hello from 'resource'
}}}

Instead we just see:
{{{
Output for instance using @src:
Output for instance using @resource:
}}}
and a JavaScript error in the debug console.


Owner set to creaven

Ticket status set to Accepted

Priority: Medium
Type: Defect

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions