layout/reftests/generated-content/dynamic-button-01b.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:88ea804f9041
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>

mercurial