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

Unified Diff: LayoutTests/inspector/layers/layers-3d-view-hit-testing.html

Issue 331143005: DevTools: Add showing viewport for Layers3DView. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test. Created 6 years, 6 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 | Source/devtools/front_end/sdk/LayerTreeModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layers/layers-3d-view-hit-testing.html
diff --git a/LayoutTests/inspector/layers/layers-3d-view-hit-testing.html b/LayoutTests/inspector/layers/layers-3d-view-hit-testing.html
index 30b8f23aeb7c26a54f2758c7e3f534deefdda802..0d4a4419d6ea2878c079fc6f43f0568b8eb3d5fc 100644
--- a/LayoutTests/inspector/layers/layers-3d-view-hit-testing.html
+++ b/LayoutTests/inspector/layers/layers-3d-view-hit-testing.html
@@ -83,7 +83,7 @@ function test()
dumpOutlinedStateForLayers();
InspectorTest.addResult("\nHovering layer a");
- dispatchMouseEventOnCanvas("mousemove", 0.4, 0.1);
+ dispatchMouseEventOnCanvas("mousemove", 0.4, 0.2);
dumpOutlinedStateForLayers();
InspectorTest.addResult("\nSelecting content root");
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/LayerTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698