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

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

Issue 1837963002: Use fallback in LayoutThemeMobile on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test 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-only-viewport.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-only-viewport.html
copy to third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls.html
index ba930bea521270a99b30b1cc1690723276150748..397805b3debd1fefc0fef771d49e0ee0b26b9a85 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-only-viewport.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-only-viewport.html", 0, 0, 0, "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