Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/button-first-line-change-color-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/button-first-line-change-color-expected.html b/third_party/WebKit/LayoutTests/fast/css/button-first-line-change-color-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5ca6ce6323f9d2ed4d8ff8dfcc437a9620a042f2 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css/button-first-line-change-color-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<button id="button" style="color: green"> |
| + <p>This text should be green.</p> |
| +</button> |