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

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

Issue 692433003: Don't require getPropertyCSSValue in fast tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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-9.html ('k') | LayoutTests/fast/dom/global-constructors.html » ('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
index e8b105a339abdee3f1fce2bcc5e55de6813a48b2..6f49beb53c185766891ab4c551164e039e3ee21f 100644
--- a/LayoutTests/fast/dom/gc-9-expected.txt
+++ b/LayoutTests/fast/dom/gc-9-expected.txt
@@ -31,7 +31,6 @@ PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty
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.
@@ -67,7 +66,6 @@ PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty
PASS: document.body.children.myCustomProperty should be 1 and is.
PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be 1 and is.
FAIL: document.body.style.myCustomProperty should be 1 but instead is undefined.
-FAIL: document.body.style.getPropertyCSSValue('color').myCustomProperty should be 1 but instead is undefined.
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.
« no previous file with comments | « LayoutTests/fast/dom/gc-9.html ('k') | LayoutTests/fast/dom/global-constructors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698