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

Unified Diff: LayoutTests/fast/css/aspect-ratio-inheritance-expected.txt

Issue 647723002: Remove -webkit-aspect-ratio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forgot to remove webkitAspectRatio from virtual/stable. :( Created 6 years, 2 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/aspect-ratio-inheritance-expected.txt
diff --git a/LayoutTests/fast/css/aspect-ratio-inheritance-expected.txt b/LayoutTests/fast/css/aspect-ratio-inheritance-expected.txt
deleted file mode 100644
index 3232e504a9fec5a03e405126a301de59364768f2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/aspect-ratio-inheritance-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-PASS testComputedValue("aspectRatioTest", "1 / 4", "-webkit-aspect-ratio") is "1/4"
-PASS testComputedValue("aspectRatioTest", "inherit", "-webkit-aspect-ratio") is "1/2"
-PASS testComputedValue("aspectRatioTest", "none", "-webkit-aspect-ratio") is "none"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/css/aspect-ratio-inheritance.html ('k') | LayoutTests/fast/css/aspect-ratio-parsing-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698