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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/default-background-color-expected.html

Issue 2643723008: [devtools] Add a command to emulate the default background color. (Closed)
Patch Set: Created 3 years, 11 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/inspector-protocol/emulation/default-background-color-expected.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/default-background-color-expected.html b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/default-background-color-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7873cda8bb120723336a79917d82628d17bf83d2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/default-background-color-expected.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+
+<style>
+html {
+ margin: 0;
+ background-color: #123456;
dgozman 2017/01/20 17:57:07 Looks like the page here specifies the background,
Eric Seckler 2017/01/23 18:06:24 This is the expectation file, which specifies the
+}
+</style>
+
+</head>
+<body>
+<p>
+Tests that Emulation.setDefaultBackgroundColor changes the background color of a page that does not specify one.
+</p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698