Chromium Code Reviews| Index: content/test/data/accessibility/var.html |
| diff --git a/content/test/data/accessibility/s.html b/content/test/data/accessibility/var.html |
| similarity index 62% |
| copy from content/test/data/accessibility/s.html |
| copy to content/test/data/accessibility/var.html |
| index d17bffbf3743148183a86e32a3504d495fd13d6c..f5f332c308aed1f8bcbb855b994801bb7a690736 100644 |
| --- a/content/test/data/accessibility/s.html |
| +++ b/content/test/data/accessibility/var.html |
| @@ -1,6 +1,6 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <s>My car is blue.</s> |
| -</body> |
| -</html> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <var>Variable</var> |
| +</body> |
| +</html> |