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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/overflow-with-transform.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/overflow-with-transform.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/overflow-with-transform.html b/third_party/WebKit/LayoutTests/fast/transforms/overflow-with-transform.html
deleted file mode 100644
index 7d112a0aaba427f796660a57f443f7605a6719e2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/overflow-with-transform.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-
-<html lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>Scrollable Element With Transform</title>
- <style type="text/css" media="screen">
- #container {
- position: absolute;
- width: 200px;
- height: 200px;
- overflow:hidden;
- z-index: 0;
- border: 1px solid black;
- transform: rotate(0);
- }
-
- #inner {
- position: relative;
- width: 200px;
- height: 500px;
- background-color: gray;
- }
- </style>
-</head>
-
-<body>
-
- <p>Gray div should be clipped by overflow: scroll div</p>
- <div id="container">
- <div id="inner">
- <p>
- ihasdkas sdkha sjdkahk dahsd jashd kashd kasdh aksd haskdh aksd h
- asfadjaskdh akdhaskd haskd haskd haskd haskdhka shdkasdh kas hdk
- asd asd asdas das d
- </p>
-
- <p>
- ihasdkas sdkha sjdkahk dahsd jashd kashd kasdh aksd haskdh aksd h
- asfadjaskdh akdhaskd haskd haskd haskd haskdhka shdkasdh kas hdk
- asd asd asdas das d
- </p>
-
- <p>
- ihasdkas sdkha sjdkahk dahsd jashd kashd kasdh aksd haskdh aksd h
- asfadjaskdh akdhaskd haskd haskd haskd haskdhka shdkasdh kas hdk
- asd asd asdas das d
- </p>
- </div>
- </div>
-
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698