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

Unified Diff: LayoutTests/inspector/elements/highlight-node-scaled.html

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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
Index: LayoutTests/inspector/elements/highlight-node-scaled.html
diff --git a/LayoutTests/inspector/elements/highlight-node-scaled.html b/LayoutTests/inspector/elements/highlight-node-scaled.html
index 9154374d18a44f5ff4a8f759bd368eba4e4498b5..03a977affee287d7d3e9d80346af993943afe874 100644
--- a/LayoutTests/inspector/elements/highlight-node-scaled.html
+++ b/LayoutTests/inspector/elements/highlight-node-scaled.html
@@ -31,7 +31,7 @@ function onload()
function test()
{
- InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest), "scale-iframe");
+ InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest));
}
</script>

Powered by Google App Engine
This is Rietveld 408576698