Add reftest for css button width

This commit is contained in:
Jan-Erik Rediger 2015-10-20 00:21:47 +01:00
parent dbe43237cc
commit c5ecd65fec
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='button_css_width_ref.html'>
</head>
<body>
<button style="width: 200px">foo</button>
</body>

View file

@ -0,0 +1,3 @@
<!DOCTYPE html>
<html>
<input type="button" style="width: 200px" value="foo">