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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/htmlcollection-reachable-expected.txt

Issue 1934183002: Have htmlcollection-reachable.html force the one GC needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync expectations 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/htmlcollection-reachable.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS document.anchors.customProperty is 0 1 PASS document.anchors.customProperty0 is 0
2 PASS document.applets.customProperty is 1 2 PASS document.applets.customProperty1 is 1
3 PASS document.embeds.customProperty is 2 3 PASS document.embeds.customProperty2 is 2
4 PASS document.forms.customProperty is 3 4 PASS document.forms.customProperty3 is 3
5 PASS document.images.customProperty is 4 5 PASS document.images.customProperty4 is 4
6 PASS document.links.customProperty is 5 6 PASS document.links.customProperty5 is 5
7 PASS document.plugins.customProperty is 6 7 PASS document.plugins.customProperty6 is 6
8 PASS document.scripts.customProperty is 7 8 PASS document.scripts.customProperty7 is 7
9 PASS element.children.customProperty is 8 9 PASS element.children.customProperty8 is 8
10 PASS fieldset.elements.customProperty is 9 10 PASS fieldset.elements.customProperty9 is 9
11 PASS form.elements.customProperty is 10 11 PASS form.elements.customProperty10 is 10
12 PASS map.areas.customProperty is 11 12 PASS map.areas.customProperty11 is 11
13 PASS section.rows.customProperty is 12 13 PASS section.rows.customProperty12 is 12
14 PASS select.selectedOptions.customProperty is 13 14 PASS select.selectedOptions.customProperty13 is 13
15 PASS table.rows.customProperty is 14 15 PASS table.rows.customProperty14 is 14
16 PASS table.tBodies.customProperty is 15 16 PASS table.tBodies.customProperty15 is 15
17 PASS tableRow.cells.customProperty is 16 17 PASS tableRow.cells.customProperty16 is 16
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/htmlcollection-reachable.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698