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 |
- |
- |