Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color.html b/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f1033c7d7e728f29b3ccdfa3c03420527f3b1b94 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color.html |
| @@ -0,0 +1,9 @@ |
| +<!doctype html> |
| +<title>Initial color is black</title> |
| +<link rel="match" href="initial-color-ref.html"> |
| +<style> |
| +html { |
| + background: white; |
| +} |
| +</style> |
| +<p>The text should be black |