mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Add reftest for css button width
This commit is contained in:
parent
dbe43237cc
commit
c5ecd65fec
2 changed files with 11 additions and 0 deletions
8
tests/wpt/mozilla/tests/css/button_css_width.html
Normal file
8
tests/wpt/mozilla/tests/css/button_css_width.html
Normal 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>
|
3
tests/wpt/mozilla/tests/css/button_css_width_ref.html
Normal file
3
tests/wpt/mozilla/tests/css/button_css_width_ref.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<input type="button" style="width: 200px" value="foo">
|
Loading…
Add table
Add a link
Reference in a new issue