| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>Reference</title> | |
| <p>Test passes if there are two green squares and no red.</p> | |
| <svg width="100" height="100"><rect width="100" height="100" fill="green"/></svg> | |
| <svg width="100" height="100"><rect width="100" height="100" fill="green"/></svg> |