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

Side by Side Diff: LayoutTests/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>
11 | id="img-tag" 11 | id="img-tag"
12 | src="" 12 | src=""
13 | <shadow:root>
14 | <div>
15 | id="alttext-container"
16 | style="overflow: hidden; border: 1px solid silver; display: inline-blo ck; box-sizing: border-box; padding: 1px;"
17 | <img>
18 | align="left"
19 | height="16"
20 | id="alttext-image"
21 | style="margin: 0px;"
22 | width="16"
23 | <div>
24 | style="overflow: hidden; display: block;"
25 | ""
13 | <div> 26 | <div>
14 | <br> 27 | <br>
15 | <br> 28 | <br>
16 | "text" 29 | "text"
17 30
18 PASS: Cloning right complex subtree yields: 31 PASS: Cloning right complex subtree yields:
19 | <div> 32 | <div>
20 | <a> 33 | <a>
21 | href="#" 34 | href="#"
22 | "link" 35 | "link"
23 | <div> 36 | <div>
24 | <div> 37 | <div>
25 | <br> 38 | <br>
26 | <br> 39 | <br>
27 40
28 PASS: Cloning left complex subtree yields: 41 PASS: Cloning left complex subtree yields:
29 | <div> 42 | <div>
30 | <div> 43 | <div>
31 | <br> 44 | <br>
32 | <br> 45 | <br>
33 | "text" 46 | "text"
34 47
35 DONE 48 DONE
36 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698