mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
"use strict";
|
|
|
|
var URL = "data:text/html;charset=utf-8,<p>Test page</p>";
|
|
|
|
var test = makeTimelineTest("browser_timelineMarkers-frame-03.js", URL);
|