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

Unified Diff: LayoutTests/inspector/styles/vendor-prefixes-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/inspector/styles/vendor-prefixes-expected.txt
diff --git a/LayoutTests/inspector/styles/vendor-prefixes-expected.txt b/LayoutTests/inspector/styles/vendor-prefixes-expected.txt
deleted file mode 100644
index baad0c043f6c75a0ae0d0796df2509101bca5886..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/styles/vendor-prefixes-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Tests that properties with WebKit vendor-specific prefixes ("-apple-", "-webkit-", and "-khtml-") are treated the same as those without the prefix.
-
-Text
-[expanded]
-display: block;
- div - block user agent stylesheet
-opacity: 1;
- #inspected - 1 vendor-prefixes.html:4
-
-[expanded]
-element.style { ()
-
-======== Matched CSS Rules ========
-[expanded]
-#inspected { (vendor-prefixes.html:11)
-/-- overloaded --/ -apple-opacity: 0.75;
-
-[expanded]
-#inspected { (vendor-prefixes.html:4)
-/-- overloaded --/ -apple-opacity: 0.35;
-/-- overloaded --/ -webkit-opacity: 0.5;
-opacity: 1;
-/-- overloaded --/ -khtml-opacity: 0.25;
-
-[expanded]
-div { (user agent stylesheet)
-display: block;
-
-
-

Powered by Google App Engine
This is Rietveld 408576698