1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
5 <title>content diff test
</title>
6 <style type=
"text/css" media=
"screen">
7 .initial
> div:before {
14 <script type=
"text/javascript" charset=
"utf-8">
17 if (window.layoutTestController) {
18 layoutTestController.queueReload();
23 <body onload=
"runTest()">
24 <div id=
"container" class=
"initial">
33 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=23741">Bug
23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
</a></p>
35 <li>All lines above should be
"PASS" on initial page load.
</li>
36 <li>Reload the page once.
</li>
37 <li>All lines above should still be
"PASS".
</li>
40 <script type=
"text/javascript" charset=
"utf-8">
41 document.getElementById('container').className = 'final';