[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / harness / override-zzz-reset.html
1 <html>
2 <body>
3 <script>
4     if (window.layoutTestController)
5         layoutTestController.dumpAsText();
6 </script>
7 <body>
8     <p>This test verifies that the layoutTestController will reset its default preferences after every layout test.  You should see "PASS" below.</p>
9     <span id="status">FAIL</span>
10     <script>
11         document.getElementById("status").innerHTML = "PASS";
12     </script>
13 </body>
14 </html>