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; |
} |