diff options
Diffstat (limited to 'tools/profiler/tests/browser/single_frame.html')
-rw-r--r-- | tools/profiler/tests/browser/single_frame.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/profiler/tests/browser/single_frame.html b/tools/profiler/tests/browser/single_frame.html new file mode 100644 index 0000000000..ebdfc41da2 --- /dev/null +++ b/tools/profiler/tests/browser/single_frame.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>Single Frame</title> +</head> +<body> + Single Frame +</body> +</html> |