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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt

Issue 2606733003: DevTools: clean up ObjectPropertiesSection.createValueElement (Closed)
Patch Set: actually fix test Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt
index 50809d5e7b9eb84071f476a2cfb84050a958245d..76e757ee281e9d360678e0dd803f847772dc4ef2 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt
@@ -9,7 +9,9 @@ RUNNING TEST: extension_testAudits
main world object
whereAmI
:
- "main world"
+ "
+ main world
+ "
__proto__
:
Object
@@ -28,7 +30,9 @@ RUNNING TEST: extension_testAudits
content script object
whereAmI
:
- "brave new world"
+ "
+ brave new world
+ "
__proto__
:
Object

Powered by Google App Engine
This is Rietveld 408576698