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

Unified Diff: LayoutTests/inspector/elements/highlight-node-transformed.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-transformed.html
diff --git a/LayoutTests/inspector/elements/highlight-node-transformed.html b/LayoutTests/inspector/elements/highlight-node-transformed.html
index 276b6fa6a2e800677f58414d13d2ea0df6e50baa..d1d0c060519f8d8f9c44193bea05e5384c5ec82d 100644
--- a/LayoutTests/inspector/elements/highlight-node-transformed.html
+++ b/LayoutTests/inspector/elements/highlight-node-transformed.html
@@ -29,7 +29,7 @@ function onload()
function test()
{
- InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest), "transform-iframe");
+ InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest));
}
</script>

Powered by Google App Engine
This is Rietveld 408576698