comparison: layout/reftests/generated-content/dynamic-button-01b.html
layout/reftests/generated-content/dynamic-button-01b.html
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <style> |
|
3 .test::after { |
|
4 content:"::after content"; |
|
5 } |
|
6 </style> |
|
7 |
|
8 <button class="test"> |
|
9 Button contents |
|
10 </button> |