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

Side by Side Diff: LayoutTests/platform/android/fast/dom/Range/range-clone-contents-expected.txt

Issue 792883004: Auto-rebaseline for r186800 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 test contents: 1 test contents:
2 | <div> 2 | <div>
3 | <a> 3 | <a>
4 | href="#" 4 | href="#"
5 | "link" 5 | "link"
6 | <div> 6 | <div>
7 | <div> 7 | <div>
8 | <br> 8 | <br>
9 | <br> 9 | <br>
10 | <img> 10 | <img>
(...skipping 16 matching lines...) Expand all
27 27
28 PASS: Cloning left complex subtree yields: 28 PASS: Cloning left complex subtree yields:
29 | <div> 29 | <div>
30 | <div> 30 | <div>
31 | <br> 31 | <br>
32 | <br> 32 | <br>
33 | "text" 33 | "text"
34 34
35 DONE 35 DONE
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698