Index: third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-small-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-small-expected.txt b/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-small-expected.txt |
deleted file mode 100644 |
index 8458a72ac5c411a9491b094443aeb4ddf221e0dd..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-small-expected.txt |
+++ /dev/null |
@@ -1,42 +0,0 @@ |
-Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen. Emulating small device on a page without viewport set should take UA viewport settings into account. |
- |
-Page reloaded. |
-Emulating device: 380x420x1 viewport='none' |
-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: = ?none |
-@media orientation = portrait |
-window.orientation |
-@media resolution = 96dpi |
-@media device-pixel-ratio = 1 |
-window.devicePixelRatio = 1 |
-Widths: |
-@media device-width = 380px |
-screen.width = 380px |
-screen.availWidth = 380px |
-window.outerWidth = 380px |
-window.innerWidth = 980px |
-@media width = 980px |
-doc.docElem.clientWidth = 980px |
-doc.docElem.offsetWidth = 980px |
-doc.docElem.scrollWidth = 980px |
-doc.body.clientWidth = 980px |
-doc.body.offsetWidth = 980px |
-doc.body.scrollWidth = 980px |
-Heights: |
-@media device-height = 420px |
-screen.height = 420px |
-screen.availHeight = 420px |
-window.outerHeight = 420px |
-window.innerHeight = 1084px |
-@media height = 1083px |
-doc.docElem.clientHeight = 1083px |
-doc.docElem.offsetHeight = 1083px |
-doc.docElem.scrollHeight = 1083px |
-doc.body.clientHeight = 1083px |
-doc.body.offsetHeight = 1083px |
-doc.body.scrollHeight = 1083px |
- |
- |