Index: content/test/data/accessibility/output.html |
diff --git a/content/test/data/accessibility/output.html b/content/test/data/accessibility/output.html |
deleted file mode 100644 |
index 483690169f1693c5bda7616e05e494b650c123db..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/output.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<body> |
-<form onsubmit="return false" oninput="o.value = (a.valueAsNumber || 0) + (b.valueAsNumber || 0)"> |
- <input name=a type=number step=any> + |
- <input name=b type=number step=any> = |
- <output name=o for="a b"></output> |
-</form> |
-</body> |
-</html> |