Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / resources / replacestate-in-iframe-window-child.html
blob1be76c064faba0e041f8ddfd257ad32e485ed56a
1 <script>
2 window.onunload = function() {
3 // No page cache
6 window.onpageshow = function(e) {
7 alert("onpageshow");
8 if (!sessionStorage.beganTest) {
9 sessionStorage.beganTest = true;
10 top.opener.windowLoaded();
11 } else {
12 top.opener.notifyDone(window == parent ? "FAIL" : "PASS");
15 </script>