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

Unified Diff: LayoutTests/fast/css/clip-text-in-scaled-div.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 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/fast/css/clip-text-in-scaled-div.html
diff --git a/LayoutTests/fast/css/clip-text-in-scaled-div.html b/LayoutTests/fast/css/clip-text-in-scaled-div.html
index 4d359b17acb711e84ea30bb43443336b3d801376..97434ef6041dbab688f57591b7168163ff975d90 100644
--- a/LayoutTests/fast/css/clip-text-in-scaled-div.html
+++ b/LayoutTests/fast/css/clip-text-in-scaled-div.html
@@ -1,5 +1,6 @@
<html>
<style>
+ body { overflow: hidden; }
.scaled {
-webkit-transform:scale(2);
-webkit-transform-origin: top left;

Powered by Google App Engine
This is Rietveld 408576698