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

Unified Diff: third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html

Issue 2599043003: Add transform and background not opaque as main thread scrolling reasons (Closed)
Patch Set: Make styleRelatedMainThreadScrollingReasonTest a class Created 3 years, 12 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: third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html
diff --git a/third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html b/third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html
deleted file mode 100644
index 1bfbde4412ab946e4e04af1f6f5f9582eaff18d3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-
-<style>
-.transparent {
- opacity: 0.5;
-}
-
-.content {
- height: 500px;
-}
-
-div {
- overflow: scroll;
- width: 200px;
- height: 300px;
- background: green;
-}
-
-body {
- height: 2000px;
-}
-</style>
-
-<div id="scroller1" class="transparent">
- <div class="content"></div>
-</div>
-<div id="scroller2" class="transparent">
- <div class="content"></div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698