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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html

Issue 1870173003: Use fallback in LayoutThemeMobile on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-2x.html b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html
similarity index 59%
copy from third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-2x.html
copy to third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html
index b8d0a405db257a3581c6d002674c6467d05efa9e..397805b3debd1fefc0fef771d49e0ee0b26b9a85 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-2x.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html
@@ -24,14 +24,18 @@ body {
<script>
function test()
{
- InspectorTest.testDeviceEmulation("device-emulation-320-2x.html", 1200, 1000, 2, "w=320");
+ InspectorTest.testDeviceEmulation("device-emulation-controls.html", 800, 600, 1, "none");
}
</script>
</head>
<body onload="runTest()">
<p>
-Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen.
+Tests that form controls are rendered with correct theme. See crbug.com/591315.
</p>
+<form>
+<input type="radio" class="device-emulation-measure">Radio<br>
+<input type="checkbox" class="device-emulation-measure">Checkbox<br>
+</form>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698