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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt

Issue 2955943002: DevTools: migrate inspector-protocol/dom tests to a new test runner (Closed)
Patch Set: rebaseline Created 3 years, 6 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-protocol/dom/dom-setOuterHTML-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt
index 58ff6b72ef518429c8968c7773675ba708621a44..66864934fc0c9d2ed5863d84abcb9cd5db6d1d42 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt
@@ -1,2 +1,8 @@
-Привет мир 1
-Привет мир 2
+
+{
+ id : <messageId>
+ result : {
+ outerHTML : <body><div>Привет мир 1</div> <div>Привет мир 2</div> </body>
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698