| Index: LayoutTests/fast/block/hr-border-box-sizing.html
|
| diff --git a/LayoutTests/fast/block/hr-border-box-sizing.html b/LayoutTests/fast/block/hr-border-box-sizing.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4789cfea07bd8b5c5b808f2c5f8bbc97e644c81e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/hr-border-box-sizing.html
|
| @@ -0,0 +1,10 @@
|
| +<!doctype html>
|
| +<script src="../../resources/check-layout.js"></script>
|
| +<style>
|
| + html,body {margin:0;}
|
| +</style>
|
| +<p> THe hr element uses border-box sizing so a 100% width does not create a horizontal scrollbar. </p>
|
| +<hr width="100%" size="2" data-expected-width="800">
|
| +<script>
|
| + window.checkLayout('hr');
|
| +</script>
|
|
|