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

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

Issue 9389003: Merge 107242 - Web Inspector: fix setOuterHTML for the case that adds / removes duplicate. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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/set-outer-html-2-expected.txt
===================================================================
--- LayoutTests/inspector/elements/set-outer-html-2-expected.txt (revision 107556)
+++ LayoutTests/inspector/elements/set-outer-html-2-expected.txt (working copy)
@@ -12,11 +12,8 @@
Event NodeRemoved: UL
==========8<==========
<div id="container" style="display:none">
-<h2 foo="bar" bar="baz">Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
-<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
+<h2 foo="bar" bar="baz">Getting involved</h2>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
@@ -35,11 +32,8 @@
Event ChildNodeCountUpdated: UL
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
@@ -60,11 +54,8 @@
Event NodeRemoved: UL
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<div><ul>
<li></li>
@@ -82,11 +73,8 @@
Event NodeRemoved: DIV
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
@@ -107,11 +95,8 @@
Event NodeRemoved: H2
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
@@ -125,17 +110,14 @@
Bringing things back
Wrapper identity: identity
-Event NodeInserted: A
Event NodeInserted: H2
-Event NodeRemoved: A
+Event NodeInserted: P
Event NodeRemoved: H2
+Event NodeRemoved: P
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
@@ -155,11 +137,25 @@
Event NodeInserted: DIV
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
+<h2>Getting involved</h2>
+<p id="identity">There are many ways to get involved. You can:</p>
+<ul>
+ <li></li>
+</ul>
+<ul>
+ <li></li>
+</ul>
+</div>
+==========>8==========
+Bringing things back
+
+Wrapper identity: identity
+==========8<==========
+<div id="container" style="display:none">
+<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
@@ -170,16 +166,37 @@
</div>
==========>8==========
+
+
+
+
+Running: testDupeNode
+Replacing '<h2>Getting involved</h2>' with '<h2>Getting involved</h2><h2>Getting involved</h2>'
+
+Wrapper identity: identity
+Event NodeInserted: 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>
+<h2>Getting involved</h2><h2>Getting involved</h2>
+<p id="identity">There are many ways to get involved. You can:</p>
+<ul>
+ <li></li>
+</ul>
+<ul>
+ <li></li>
+</ul>
+</div>
+==========>8==========
+
Bringing things back
Wrapper identity: identity
+Event NodeRemoved: H2
==========8<==========
<div id="container" style="display:none">
-<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
-
<h2>Getting involved</h2>
-<a href="http://nightly.webkit.org/"></a>
<p id="identity">There are many ways to get involved. You can:</p>
<ul>
<li></li>
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-2.html ('k') | LayoutTests/inspector/elements/set-outer-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698