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

Unified Diff: LayoutTests/inspector/elements/styles-2/lazy-computed-style.html

Issue 1285183006: DevTools: WI.Throttler goes promisified. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cc
Patch Set: remove dependent patchset Created 5 years, 4 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/styles-2/lazy-computed-style.html
diff --git a/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html b/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
index 9403755562bb58e626a9cc22afc6d038660f59b2..1454133dd24ad17be0036dc51cab1414697183ed 100644
--- a/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
+++ b/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
@@ -29,7 +29,7 @@ function test()
{
InspectorTest.addResult("==== All styles (should be no computed) ====");
InspectorTest.dumpSelectedElementStyles(false, false);
- InspectorTest.computedStyleWidget().doUpdate(step2);
+ InspectorTest.computedStyleWidget().doUpdate().then(step2);
}
function step2()
« no previous file with comments | « LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html ('k') | LayoutTests/inspector/throttler.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698