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

Unified Diff: LayoutTests/fast/css/overflow-property-expected.txt

Issue 14619018: As discussed in blink-dev mailing list remove getPropertyShorthand and isImplicit from the Web expo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/fast/css/overflow-property.html ('k') | LayoutTests/fast/inspector-support/style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/overflow-property-expected.txt
diff --git a/LayoutTests/fast/css/overflow-property-expected.txt b/LayoutTests/fast/css/overflow-property-expected.txt
index 77099d8a4551299763f27d1f65ca934d6638febb..83feaabb4de475dfd8320b24e5e4334fe56da045 100644
--- a/LayoutTests/fast/css/overflow-property-expected.txt
+++ b/LayoutTests/fast/css/overflow-property-expected.txt
@@ -3,8 +3,6 @@ This tests the parsing and retrieval of the overflow, overflow-x and overflow-y
PASS test0.style.overflow is "auto"
PASS test0.style.overflowX is "auto"
PASS test0.style.overflowY is "auto"
-PASS test0.style.getPropertyShorthand('overflow-x') is "overflow"
-PASS test0.style.getPropertyShorthand('overflow-y') is "overflow"
PASS test1.style.overflow is ""
PASS test1.style.overflowX is ""
PASS test1.style.overflowY is ""
« no previous file with comments | « LayoutTests/fast/css/overflow-property.html ('k') | LayoutTests/fast/inspector-support/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698