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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-near-expected.html

Issue 2960263002: [DevTools] Move pixel tests from inspector-protocol to inspector (Closed)
Patch Set: rebased Created 3 years, 6 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/forced-viewport-near-expected.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-near-expected.html b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-near-expected.html
deleted file mode 100644
index 6aa501f8a7c7a713ee385ce5bd0415a534b752aa..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-near-expected.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
-
-<style>
-html {
- overflow: hidden;
-}
-
-body {
- margin: 0;
- min-height: 1000px;
- overflow: hidden;
-}
-
-#near {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 200px;
- height: 200px;
- background-color: red;
-}
-</style>
-
-</head>
-<body>
-<div id="near"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698