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

Unified Diff: LayoutTests/inspector/elements/edit/set-outer-html-test.js

Issue 1273313002: DevTools: introduce dom markers, decorate hidden, forced state and breakpoint elements using marker… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: for landing 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/edit/set-outer-html-test.js
diff --git a/LayoutTests/inspector/elements/edit/set-outer-html-test.js b/LayoutTests/inspector/elements/edit/set-outer-html-test.js
index 7020c6f30fbdf1d31618a2258ef1737a0bbac6ed..656926cc5d1425255542c61e74eba524f4a2466c 100644
--- a/LayoutTests/inspector/elements/edit/set-outer-html-test.js
+++ b/LayoutTests/inspector/elements/edit/set-outer-html-test.js
@@ -33,7 +33,7 @@ InspectorTest.setUpTestSuite = function(next)
InspectorTest.recordEvent = function(eventName, event)
{
- if (!event.data)
+ if (!event.data || event.type === WebInspector.DOMModel.Events.MarkersChanged)
return;
var node = event.data.node || event.data;
var parent = event.data.parent;
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/elements/hide-shortcut.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698