Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/icb-relative-content.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/icb-relative-content.html b/third_party/WebKit/Source/web/tests/data/icb-relative-content.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..94c8503f449a1db002455678ffa0337b7c67bc8f |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/icb-relative-content.html |
| @@ -0,0 +1,16 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + body { |
| + width: 1600px; |
| + height: 1200px; |
| + } |
| + div { |
| + bottom: 0; |
| + right: 0; |
| + width: 100px; |
| + height: 100px; |
| + background-color: gray; |
| + position: absolute; |
| + } |
| +</style> |
| +<div></div> |