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

Side by Side Diff: LayoutTests/inspector/elements/inline-style-title-expected.txt

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Verifies that external change of inline style element updates its title. 1 Verifies that external change of inline style element updates its title.
2 2
3 === initial inline style text === 3 === initial inline style text ===
4 <style id=​"inline-style">​ 4 <style id=​"inline-style">​
5 div { color: red } 5 div { color: red }
6 ​</style>​ 6 ​</style>​
7 === inline style text after change === 7 === inline style text after change ===
8 <style id=​"inline-style">​​</style>​ 8 <style id=​"inline-style">​span { border: 1px solid black }​</style>​
9 9
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/edit-dom-actions-expected.txt ('k') | LayoutTests/inspector/elements/insert-node-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698