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

Side by Side Diff: LayoutTests/inspector/elements/edit-trimmed-attribute-value-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, 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that user can mutate DOM by means of elements panel.
2
3 Anchor
4 Original textContent
5 <a href=​"data:​text/​plain;​,1234567890…23456789012345678901234567890" id=​"ins pected">​Anchor​</a>​
6 textContent when editing 'href'
7 <a href="data:text/plain;,123456789012345678901234567890123456789012345678901234 56789012345678901234567890/12345678901234567890123456789012345678901234567890123 4567890" id=​"inspected">​Anchor​</a>​
8 textContent after moving to 'id'
9 <a href=​"data:​text/​plain;​,1234567890…23456789012345678901234567890" id="insp ected">​Anchor​</a>​
10 textContent after canceling the edit (equal to the original one)
11 <a href=​"data:​text/​plain;​,1234567890…23456789012345678901234567890" id=​"ins pected">​Anchor​</a>​
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698