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

Unified Diff: LayoutTests/fast/dom/gc-9-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/gc-5-expected.txt ('k') | LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/gc-9-expected.txt
diff --git a/LayoutTests/fast/dom/gc-9-expected.txt b/LayoutTests/fast/dom/gc-9-expected.txt
deleted file mode 100644
index 0334aa4f131fe6e5e5ee35dbe70ee636f775098c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/gc-9-expected.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-This page tests whether custom properties on DOM objects persist after garbage collection.
-
-If the test passes, you'll see a series of 'PASS' messages below.
-
-Because neither WinIE nor FF has reasonable or predictable behavior in this scenario, this test just documents our behavior to ensure that we don't change it accidentally. It is not a prescription for how things should behave.
-
-DOM OBJECTS BEFORE GARBAGE COLLECTION:
-PASS: document.implementation.myCustomProperty should be 1 and is.
-PASS: document.myCustomProperty should be 1 and is.
-PASS: document.body.myCustomProperty should be 1 and is.
-PASS: document.body.attributes.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('body').myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createLinearGradient(0, 0, 0, 0).myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createPattern(new Image(), 'no-repeat').myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('select')[0].options.myCustomProperty should be 1 and is.
-PASS: document.body.childNodes.myCustomProperty should be 1 and is.
-PASS: document.all.myCustomProperty should be 1 and is.
-PASS: document.images.myCustomProperty should be 1 and is.
-PASS: document.embeds.myCustomProperty should be 1 and is.
-PASS: document.applets.myCustomProperty should be 1 and is.
-PASS: document.links.myCustomProperty should be 1 and is.
-PASS: document.forms.myCustomProperty should be 1 and is.
-PASS: document.anchors.myCustomProperty should be 1 and is.
-PASS: document.scripts.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('form')[0].elements.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be 1 and is.
-PASS: document.body.children.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be 1 and is.
-PASS: document.body.style.myCustomProperty should be 1 and is.
-PASS: document.body.style.getPropertyCSSValue('color').myCustomProperty should be 1 and is.
-PASS: document.styleSheets.myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].cssRules.myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].cssRules[0].myCustomProperty should be 1 and is.
-PASS: new XPathEvaluator().myCustomProperty should be undefined and is.
-PASS: new XPathEvaluator().evaluate('/', document, null, 0, null).myCustomProperty should be undefined and is.
-PASS: document.createNSResolver(document).myCustomProperty should be undefined and is.
-PASS: document.createExpression('/', document.createNSResolver(document)).myCustomProperty should be undefined and is.
-DOM OBJECTS AFTER GARBAGE COLLECTION:
-PASS: document.implementation.myCustomProperty should be 1 and is.
-PASS: document.myCustomProperty should be 1 and is.
-PASS: document.body.myCustomProperty should be 1 and is.
-PASS: document.body.attributes.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('body').myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createLinearGradient(0, 0, 0, 0).myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createPattern(new Image(), 'no-repeat').myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('select')[0].options.myCustomProperty should be 1 and is.
-PASS: document.body.childNodes.myCustomProperty should be 1 and is.
-PASS: document.all.myCustomProperty should be 1 and is.
-PASS: document.images.myCustomProperty should be 1 and is.
-PASS: document.embeds.myCustomProperty should be 1 and is.
-PASS: document.applets.myCustomProperty should be 1 and is.
-PASS: document.links.myCustomProperty should be 1 and is.
-PASS: document.forms.myCustomProperty should be 1 and is.
-PASS: document.anchors.myCustomProperty should be 1 and is.
-PASS: document.scripts.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('form')[0].elements.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be 1 and is.
-PASS: document.body.children.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be 1 and is.
-PASS: document.body.style.myCustomProperty should be 1 and is.
-PASS: document.body.style.getPropertyCSSValue('color').myCustomProperty should be 1 and is.
-PASS: document.styleSheets.myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].cssRules.myCustomProperty should be 1 and is.
-PASS: document.styleSheets[0].cssRules[0].myCustomProperty should be 1 and is.
-PASS: new XPathEvaluator().myCustomProperty should be undefined and is.
-PASS: new XPathEvaluator().evaluate('/', document, null, 0, null).myCustomProperty should be undefined and is.
-PASS: document.createNSResolver(document).myCustomProperty should be undefined and is.
-PASS: document.createExpression('/', document.createNSResolver(document)).myCustomProperty should be undefined and is.
-DOM EVENT BEFORE GARBAGE COLLECTION
-PASS: event.myCustomProperty should be 1 and is.
-DOM EVENT AFTER GARBAGE COLLECTION
-PASS: event.myCustomProperty should be 1 and is.
-
« no previous file with comments | « LayoutTests/fast/dom/gc-5-expected.txt ('k') | LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698