Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/visibility-1-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/visibility-1-expected.html b/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/visibility-1-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fcaf5fe85b44129db71f82913374859380576369 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/css-styling/visibility-1-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<meta charset="utf-8"> |
| +<title>visibility (reference)</title> |
| +</head> |
| +<body> |
| + <p>Test passes if you see a green square.</p> |
| + <div style="background: green; width: 200px; height: 200px;"> |
| + </div> |
| +</body> |
| +</html> |