Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/assumptions/initial-color.html

Issue 2689763003: Import wpt@06c6c52e05e05483d3c844168a417ee27a554eb7 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698