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

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

Issue 1980553002: bindings: Supports [SameObject] extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed layouttests. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/gc-9-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/gc-9-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/gc-9-expected.txt
index c9c6ef634f5d133dcf00649d75bd2da926b50797..4aea8732db3d0e953fc0c777f848e998ad16127e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/gc-9-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/gc-9-expected.txt
@@ -81,7 +81,7 @@ PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should
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.
-FAIL: document.body.style.myCustomProperty should be 1 but instead is undefined.
+PASS: document.body.style.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.

Powered by Google App Engine
This is Rietveld 408576698