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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/inspector/elements/shadow-dom.html ('k') | LayoutTests/platform/win/Skipped » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that shadow DOM tree is properly displayed.
2
3
4
5 Running: testDumpInitial
6 - <meter id="meter" min="0" max="100" value="20">
7 - (shadow)
8 - <div>
9 <div style="width: 20%; "></div>
10 </div>
11 </meter>
12
13 Running: testDumpUpdated
14 Before shadow root added
15 <div id="delayed-shadow-host"></div>
16 After shadow root added
17 - <div id="delayed-shadow-host">
18 - (shadow)
19 - <div>
20 <span>text</span>
21 </div>
22 </div>
23
OLDNEW
« 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