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

Unified Diff: LayoutTests/fast/css/overflow-property.html

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
Index: LayoutTests/fast/css/overflow-property.html
diff --git a/LayoutTests/fast/css/overflow-property.html b/LayoutTests/fast/css/overflow-property.html
index 13da95587ee53ffd9b280ed8a7e4ec37df8b5661..ac2851656ddec3543ac544577284473d8174b36c 100644
--- a/LayoutTests/fast/css/overflow-property.html
+++ b/LayoutTests/fast/css/overflow-property.html
@@ -39,8 +39,6 @@
shouldBeEqualToString("test0.style.overflow", "auto");
shouldBeEqualToString("test0.style.overflowX", "auto");
shouldBeEqualToString("test0.style.overflowY", "auto");
- shouldBeEqualToString("test0.style.getPropertyShorthand('overflow-x')", "overflow");
- shouldBeEqualToString("test0.style.getPropertyShorthand('overflow-y')", "overflow");
shouldBeEqualToString("test1.style.overflow", "");
shouldBeEqualToString("test1.style.overflowX", "");
shouldBeEqualToString("test1.style.overflowY", "");
« no previous file with comments | « LayoutTests/fast/css/font-shorthand-expected.txt ('k') | LayoutTests/fast/css/overflow-property-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698