Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-inline-with-empty-content-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-inline-with-empty-content-expected.html b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-inline-with-empty-content-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6760a973ab71b6594aa23a008d903ff3d89e07bc |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-inline-with-empty-content-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +.container { |
| + display: inline-block; |
| + background-color: red; |
| +} |
| +</style> |
| + |
| +<div class="container"><input style="background: green;"></div> |
| + |
| +<p>Test for http://crbug.com/445243.</p> |
| +<p>The test PASSES if you see 1 green input box and no red square.</p> |