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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-320-only-viewport-expected.txt

Issue 1638953002: [DevTools] Migrate device-emulation tests from OverridesSupport to inspector-protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/device-emulation/device-emulation-320-only-viewport-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-320-only-viewport-expected.txt b/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-320-only-viewport-expected.txt
deleted file mode 100644
index 5bd95c84506141f0387eb27141eb7c09a7ccf80a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-320-only-viewport-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen.
-
-Page reloaded.
-Emulating device: 0x0x0 viewport='w=320'
-Emulation warning: You might need to reload the page for proper user agent spoofing and viewport rendering.
-Device:
-window.screenX = 0px
-window.screenY = 0px
-Viewport: = ?w=320
-@media orientation = landscape
-window.orientation
-Widths:
-doc.docElem.clientWidth = 320px
-doc.docElem.offsetWidth = 320px
-doc.docElem.scrollWidth = 320px
-doc.body.offsetWidth = 320px
-doc.body.scrollWidth = 320px
-Heights:
-doc.docElem.clientHeight = 1000px
-doc.docElem.offsetHeight = 1000px
-doc.docElem.scrollHeight = 1000px
-doc.body.offsetHeight = 1000px
-doc.body.scrollHeight = 1000px
-
-

Powered by Google App Engine
This is Rietveld 408576698