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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt

Issue 1607653002: Remove getComputedStyle(e).css* properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property name prefix check Created 4 years, 11 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/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt
index 156436f67cf0a41f6e27d0140814c48e35a99f07..1da8909f4e08cfba62fdc896ee0ca000fa59fbda 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: 'getComputedStyle(e).cssXx' (except .cssFloat) is deprecated and will be removed in M50, around April 2016. Please use 'getComputedStyle(e).xx' instead. See https://www.chromestatus.com/features/5006796888473600 for more details.
PASS document.body.style['BorderTopWidth'] is undefined.
PASS document.body.style['borderTopWidth'] is "1px"
PASS document.body.style['border-topWidth'] is undefined.
@@ -6,8 +5,8 @@ PASS document.body.style['border-TopWidth'] is undefined.
PASS document.body.style['borderTop-width'] is undefined.
PASS document.body.style['borderTop-Width'] is undefined.
PASS document.body.style['border-top-width'] is "1px"
-PASS document.body.style['CssBorderTopWidth'] is "1px"
-PASS document.body.style['cssBorderTopWidth'] is "1px"
+PASS document.body.style['CssBorderTopWidth'] is undefined.
+PASS document.body.style['cssBorderTopWidth'] is undefined.
PASS document.body.style['cssborderTopWidth'] is undefined.
PASS document.body.style['cssBorder-top-width'] is undefined.
PASS document.body.style['css-border-top-width'] is undefined.

Powered by Google App Engine
This is Rietveld 408576698