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

Unified Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases.html

Issue 1413363003: Always composite position: fixed elements with composited descendants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/LayoutTests/compositing/update-paint-phases.html
diff --git a/third_party/WebKit/LayoutTests/compositing/update-paint-phases.html b/third_party/WebKit/LayoutTests/compositing/update-paint-phases.html
index eb79e80ff8f5cceeff382d1ade75d100a90bfcff..524420668c210a31e06af1f93d51eb30f377f1e0 100644
--- a/third_party/WebKit/LayoutTests/compositing/update-paint-phases.html
+++ b/third_party/WebKit/LayoutTests/compositing/update-paint-phases.html
@@ -2,7 +2,7 @@
<style>
.scroller {
width: 100px;
- height: 100px;
+ height: 100px;
Ian Vollick 2015/10/23 00:05:19 accidental ws change?
chrishtr 2015/10/23 16:43:58 Done.
border: 1px solid black;
overflow: scroll;
}

Powered by Google App Engine
This is Rietveld 408576698