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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-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
Index: third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-expected.txt
index 7f4f78ce5a610f892f1a7981bd53ab5eebf810c6..9ba386588d6048d09b510757970a5fc024794b60 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/set-outer-html-for-xhtml-expected.txt
@@ -7,12 +7,12 @@ Running: testChangeCharacterData
Replacing 'Getting involved' with 'Getting not involved'
Wrapper identity: identity
-Event AttrModified: div
-Event AttrModified: div
-Event AttrModified: div
-Event AttrRemoved: div
-Event AttrRemoved: div
-Event CharacterDataModified: #text
+Event Symbol(AttrModified): div
+Event Symbol(AttrModified): div
+Event Symbol(AttrModified): div
+Event Symbol(AttrRemoved): div
+Event Symbol(AttrRemoved): div
+Event Symbol(CharacterDataModified): #text
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -24,7 +24,7 @@ Event CharacterDataModified: #text
Bringing things back
Wrapper identity: identity
-Event CharacterDataModified: #text
+Event Symbol(CharacterDataModified): #text
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -41,9 +41,9 @@ Running: testChangeAttributes
Replacing '<a href' with '<a foo="bar" href'
Wrapper identity: identity
-Event AttrModified: a
-Event AttrModified: a
-Event AttrRemoved: a
+Event Symbol(AttrModified): a
+Event Symbol(AttrModified): a
+Event Symbol(AttrRemoved): a
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -55,9 +55,9 @@ Event AttrRemoved: a
Bringing things back
Wrapper identity: identity
-Event AttrModified: a
-Event AttrRemoved: a
-Event AttrRemoved: a
+Event Symbol(AttrModified): a
+Event Symbol(AttrRemoved): a
+Event Symbol(AttrRemoved): a
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -74,7 +74,7 @@ Running: testRemoveLastChild
Replacing 'Getting involved' with ''
Wrapper identity: identity
-Event NodeRemoved: #text
+Event Symbol(NodeRemoved): #text
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -86,7 +86,7 @@ Event NodeRemoved: #text
Bringing things back
Wrapper identity: identity
-Event NodeInserted: #text
+Event Symbol(NodeInserted): #text
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -103,9 +103,9 @@ Running: testSplitNode
Replacing 'Getting involved' with 'Getting</h2><h2>involved'
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 xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -117,9 +117,9 @@ Event NodeRemoved: h2
Bringing things back
Wrapper identity: identity
-Event NodeInserted: h2
-Event NodeRemoved: h2
-Event NodeRemoved: h2
+Event Symbol(NodeInserted): h2
+Event Symbol(NodeRemoved): h2
+Event Symbol(NodeRemoved): h2
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -136,8 +136,8 @@ Running: testChangeNodeName
Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
Wrapper identity: identity
-Event NodeInserted: h3
-Event NodeRemoved: h2
+Event Symbol(NodeInserted): h3
+Event Symbol(NodeRemoved): h2
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
@@ -149,8 +149,8 @@ Event NodeRemoved: h2
Bringing things back
Wrapper identity: identity
-Event NodeInserted: h2
-Event NodeRemoved: h3
+Event Symbol(NodeInserted): h2
+Event Symbol(NodeRemoved): h3
==========8<==========
<div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>

Powered by Google App Engine
This is Rietveld 408576698