Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-style-change-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-style-change-expected.html b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-style-change-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6bd42d28fd21a524017e50efafe653b2fce830bb |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-style-change-expected.html |
| @@ -0,0 +1,21 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<style> |
| + body { |
| + margin: 0; |
| + } |
| + |
| + .absolute-box { |
| + position: absolute; |
| + top: 50px; |
| + height: 50px; |
| + width: 100%; |
| + background-color: green; |
| + } |
| +</style> |
| +</head> |
| +<body> |
| + <div class="absolute-box"></div> |
| +</body> |
| +</html> |