Index: third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color-ref.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color-ref.html b/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color-ref.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..46dd110bd3ea1959556b10a7da3f39205c67fcc5 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color-ref.html |
@@ -0,0 +1,12 @@ |
+<!doctype html> |
+<title>Initial color is black reference</title> |
+<style> |
+html { |
+ background: white; |
+} |
+ |
+p { |
+ color: black; |
+} |
+</style> |
+<p>The text should be black |