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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
diff --git a/LayoutTests/inspector/elements/set-outer-html-2-expected.txt b/LayoutTests/inspector/elements/set-outer-html-2-expected.txt
deleted file mode 100644
index 7c69ae783a52ad7f38f0da4a6d61f6279ef14a27..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/set-outer-html-2-expected.txt
+++ /dev/null
@@ -1,220 +0,0 @@
-Tests DOMAgent.setOuterHTML protocol method (part 2).
-
-Additional node
-
-Running: testSetUp
-
-Running: testChangeMultipleThings
-Wrapper identity: identity
-Event AttrModified: H2
-Event AttrModified: H2
-Event NodeInserted: UL
-Event 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>
-<h2 foo="bar" bar="baz">Getting involved</h2>
-<p id="identity">There are many ways to get involved. You can:</p>
-<ul>
-
-</ul>
-<ul>
- <li></li>
-</ul>
-</div>
-==========>8==========
-
-Bringing things back
-
-Wrapper identity: identity
-Event AttrRemoved: H2
-Event AttrRemoved: H2
-Event CharacterDataModified: #text
-Event 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>
-<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==========
-
-
-
-
-
-Running: testChangeNestingLevel
-Wrapper identity: identity
-Event NodeInserted: DIV
-Event 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>
-<h2>Getting involved</h2>
-<p id="identity">There are many ways to get involved. You can:</p>
-<div><ul>
- <li></li>
-</ul></div>
-<ul>
- <li></li>
-</ul>
-</div>
-==========>8==========
-
-Bringing things back
-
-Wrapper identity: identity
-Event NodeInserted: UL
-Event 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>
-<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==========
-
-
-
-
-
-Running: testSwapNodes
-Wrapper identity: identity
-Event NodeInserted: H2
-Event 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>
-
-<p id="identity">There are many ways to get involved. You can:</p>
-<ul>
- <li></li>
-</ul>
-<ul>
- <li></li>
-</ul>
-<h2>Getting involved</h2></div>
-==========>8==========
-
-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
-==========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>
-<p id="identity">There are many ways to get involved. You can:</p>
-<ul>
- <li></li>
-</ul>
-<ul>
- <li></li>
-</ul>
-</div>
-==========>8==========
-
-
-
-
-
-Running: testEditTwoRoots
-Wrapper identity: identity
-Event 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>
-<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>
-<p id="identity">There are many ways to get involved. You can:</p>
-<ul>
- <li></li>
-</ul>
-<ul>
- <li></li>
-</ul>
-</div>
-==========>8==========
-
-
-
-
-
-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
-==========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">
-<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==========
-
-
-
-
-
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-2.html ('k') | LayoutTests/inspector/elements/set-outer-html-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698