diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2014-05-21 11:38:25 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2014-05-21 11:38:25 +0200 |
commit | d25ba7d760b017b038e5aa6c0a605b4a330eb68d (patch) | |
tree | 16ec27edc7d5f83986f16236d3a36a2682a0f37e /browser/devtools/debugger/test/test-location-changes-bp.html | |
parent | a942906574671868daf122284a9c4689e6924f74 (diff) | |
download | palemoon-gre-d25ba7d760b017b038e5aa6c0a605b4a330eb68d.tar.gz |
Recommit working copy to repo with proper line endings.
Diffstat (limited to 'browser/devtools/debugger/test/test-location-changes-bp.html')
-rw-r--r-- | browser/devtools/debugger/test/test-location-changes-bp.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/browser/devtools/debugger/test/test-location-changes-bp.html b/browser/devtools/debugger/test/test-location-changes-bp.html new file mode 100644 index 000000000..0e1831894 --- /dev/null +++ b/browser/devtools/debugger/test/test-location-changes-bp.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset='utf-8'/> +<script type="text/javascript" src="test-location-changes-bp.js"></script> +<script type="text/javascript"> +function runDebuggerStatement() { + debugger; +} +</script> +</head> +<body> + +<button type="button" onclick="myFunction()">Run</button> + +</body> +</html> |