diff options
Diffstat (limited to 'mobile/android/tests/browser/robocop/tracking_bad.html')
-rw-r--r-- | mobile/android/tests/browser/robocop/tracking_bad.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/robocop/tracking_bad.html b/mobile/android/tests/browser/robocop/tracking_bad.html new file mode 100644 index 0000000000..17f0e459e3 --- /dev/null +++ b/mobile/android/tests/browser/robocop/tracking_bad.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<html dir="ltr" xml:lang="en-US" lang="en-US"> + <head> + <meta charset="utf8"> + </head> + <body> + <iframe src="http://tracking.example.com/"></iframe> + </body> +</html> |