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

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

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test Created 4 years, 7 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
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> 13 | <shadow:root>
14 | <div> 14 | <div>
15 | id="alttext-container" 15 | id="alttext-container"
16 | style="overflow: hidden; border: 1px solid silver; display: inline-blo ck; box-sizing: border-box; padding: 1px;" 16 | style="overflow: hidden; border-width: 1px; border-style: solid; borde r-color: silver; display: inline-block; box-sizing: border-box; padding: 1px;"
17 | <img> 17 | <img>
18 | align="left" 18 | align="left"
19 | height="16" 19 | height="16"
20 | id="alttext-image" 20 | id="alttext-image"
21 | style="margin: 0px;" 21 | style="margin: 0px;"
22 | width="16" 22 | width="16"
23 | <div> 23 | <div>
24 | id="alttext" 24 | id="alttext"
25 | style="overflow: hidden; display: block;" 25 | style="overflow: hidden; display: block;"
26 | "" 26 | ""
(...skipping 14 matching lines...) Expand all
41 41
42 PASS: Cloning left complex subtree yields: 42 PASS: Cloning left complex subtree yields:
43 | <div> 43 | <div>
44 | <div> 44 | <div>
45 | <br> 45 | <br>
46 | <br> 46 | <br>
47 | "text" 47 | "text"
48 48
49 DONE 49 DONE
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698