diff options
Diffstat (limited to 'testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html')
-rw-r--r-- | testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html new file mode 100644 index 0000000000..df3fe20eff --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<div id="result">true</div> +</html> |