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

Unified Diff: LayoutTests/inspector/elements/shadow-dom-expected.txt

Issue 7147011: Merge 88331 - 2011-06-07 Andrey Kosyakov <caseq@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
« no previous file with comments | « LayoutTests/inspector/elements/shadow-dom.html ('k') | LayoutTests/platform/win/Skipped » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/shadow-dom-expected.txt
===================================================================
--- LayoutTests/inspector/elements/shadow-dom-expected.txt (revision 88781)
+++ LayoutTests/inspector/elements/shadow-dom-expected.txt (working copy)
@@ -1,23 +0,0 @@
-Tests that shadow DOM tree is properly displayed.
-
-
-
-Running: testDumpInitial
-- <meter id="meter" min="0" max="100" value="20">
- - (shadow)
- - <div>
- <div style="width: 20%; "></div>
- </div>
- </meter>
-
-Running: testDumpUpdated
-Before shadow root added
- <div id="delayed-shadow-host"></div>
-After shadow root added
-- <div id="delayed-shadow-host">
- - (shadow)
- - <div>
- <span>text</span>
- </div>
- </div>
-
« no previous file with comments | « LayoutTests/inspector/elements/shadow-dom.html ('k') | LayoutTests/platform/win/Skipped » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698