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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt

Issue 2286963002: DevTools: Turn *Model events into symbols (Closed)
Patch Set: Add SourcesTextEditor events Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt
index 7c69ae783a52ad7f38f0da4a6d61f6279ef14a27..2758a618381382593be0461c7a7fb133235b22dc 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-2-expected.txt
@@ -6,10 +6,10 @@ Running: testSetUp
Running: testChangeMultipleThings
Wrapper identity: identity
-Event AttrModified: H2
-Event AttrModified: H2
-Event NodeInserted: UL
-Event NodeRemoved: UL
+Event Symbol(AttrModified): H2
+Event Symbol(AttrModified): H2
+Event Symbol(NodeInserted): UL
+Event Symbol(NodeRemoved): UL
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -27,10 +27,10 @@ Event NodeRemoved: UL
Bringing things back
Wrapper identity: identity
-Event AttrRemoved: H2
-Event AttrRemoved: H2
-Event CharacterDataModified: #text
-Event NodeInserted: LI
+Event Symbol(AttrRemoved): H2
+Event Symbol(AttrRemoved): H2
+Event Symbol(CharacterDataModified): #text
+Event Symbol(NodeInserted): LI
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -51,8 +51,8 @@ Event NodeInserted: LI
Running: testChangeNestingLevel
Wrapper identity: identity
-Event NodeInserted: DIV
-Event NodeRemoved: UL
+Event Symbol(NodeInserted): DIV
+Event Symbol(NodeRemoved): UL
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -70,8 +70,8 @@ Event NodeRemoved: UL
Bringing things back
Wrapper identity: identity
-Event NodeInserted: UL
-Event NodeRemoved: DIV
+Event Symbol(NodeInserted): UL
+Event Symbol(NodeRemoved): DIV
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -92,8 +92,8 @@ Event NodeRemoved: DIV
Running: testSwapNodes
Wrapper identity: identity
-Event NodeInserted: H2
-Event NodeRemoved: H2
+Event Symbol(NodeInserted): H2
+Event Symbol(NodeRemoved): H2
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -111,14 +111,14 @@ Event NodeRemoved: H2
Bringing things back
Wrapper identity: identity
-Event NodeInserted: H2
-Event NodeInserted: P
-Event NodeInserted: UL
-Event NodeInserted: UL
-Event NodeRemoved: H2
-Event NodeRemoved: P
-Event NodeRemoved: UL
-Event NodeRemoved: UL
+Event Symbol(NodeInserted): H2
+Event Symbol(NodeInserted): P
+Event Symbol(NodeInserted): UL
+Event Symbol(NodeInserted): UL
+Event Symbol(NodeRemoved): H2
+Event Symbol(NodeRemoved): P
+Event Symbol(NodeRemoved): UL
+Event Symbol(NodeRemoved): UL
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -139,7 +139,7 @@ Event NodeRemoved: UL
Running: testEditTwoRoots
Wrapper identity: identity
-Event NodeInserted: DIV
+Event Symbol(NodeInserted): DIV
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -179,9 +179,9 @@ Running: testDupeNode
Replacing '<h2>Getting involved</h2>' with '<h2>Getting involved</h2><h2>Getting involved</h2>'
Wrapper identity: identity
-Event NodeInserted: H2
-Event NodeInserted: H2
-Event NodeRemoved: H2
+Event Symbol(NodeInserted): H2
+Event Symbol(NodeInserted): H2
+Event Symbol(NodeRemoved): H2
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
@@ -199,7 +199,7 @@ Event NodeRemoved: H2
Bringing things back
Wrapper identity: identity
-Event NodeRemoved: H2
+Event Symbol(NodeRemoved): H2
==========8<==========
<div id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698