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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-on-inline.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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/transforms/transform-on-inline.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-on-inline.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-on-inline.html
deleted file mode 100644
index 5aa1b9bfb73c3e4a2c5a99701e05ea42239127c9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/transform-on-inline.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
-<style>
- .transparent {
- opacity: 0.5;
- }
-
- .transformed {
- transform: rotate(10deg);
- }
-</style>
-</head>
-<body>
-
-<p>The <span class="transformed">span in this paragraph</span> has a transform, which has no effect on inlines.</p>
-
-<p>The <span class="transparent transformed">span in this paragraph</span> has a transform, which has no effect on inlines. It also has opacity to throw it into a Layer.</p>
-
-<p>The <span class="transparent transformed" style="display: inline-block;">span in this paragraph</span> has a transform and opacity, and is an inline-block. So it should respect the transform.</p>
-
-</div>
-

Powered by Google App Engine
This is Rietveld 408576698