”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Up next, we had the United States Title Match, where Baron Corbin retained his title over Trick Williams and Finn Balor in a triple threat match. The Lone Wolf has been going strong since returning to WWE and has already successfully defended the title on multiple occasions.
Elsewhere on the card, Bron Breakker and Austin Theory of The Vision put their World Tag Team Championship on the line against Oba Femi and LA Knight. However, the match ended in a DQ after Maxxine Dupri interfered with the proceedings. While Femi and Knight won the match, the title did not change hands because the win came via disqualification.
We then had a six-woman tag team match, where Tiffany Stratton, Charlotte Flair, and Tatum Paxley defeated Jade Cargill, B-Fab, and Michin. Chelsea Green was also present ringside despite dealing with an injury. The Interim Women’s Champion cheered for Stratton and even celebrated with the babyfaces after the win.
In another title match, The MFTs (Talla Tonga and Tama Tonga) defeated Damian Priest and R-Truth in a rematch from SmackDown.
The event was headlined by CM Punk, who defended his WWE Championship against Cody Rhodes and Gunther in a triple-threat Street Fight. While The Best in the World was not present at the main roster’s previous house show, he managed to retain the title after pinning The Ring General.
Complete WWE Summer Tour Results
Here are the complete live event results from Ontario, Canada, courtesy of LocksResults:
- Intercontinental Championship: Chad Gable retains over Dominik Mysterio
- Kevin Owens defeated Ricky Saints
- United States Championship: Baron Corbin defeated Trick Williams and Finn Balor in a triple threat
- World Tag Team Championship: The Vision (Bron Breakker and Austin Theory) retain over Oba Femi and LA Knight via DQ
- Tiffany Stratton, Charlotte Flair and Tatum Paxley defeated Jade Cargill, B-Fab and Michin
- WWE Tag Team Championship: The MFTs (Talla Tonga & Tama Tonga) retain over Damian Priest and R-Truth
- Undisputed WWE Championship: CM Punk def. Cody Rhodes and Gunther in a Street Fight
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-wwe-live-event-results-current-champion-suffers-loss-world-title-match-cm-punk-returns-chelsea-green-appearance?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













