Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_data_uri.html

Issue 2676573004: Import wpt@6010f54a979d242f657b284bae53c2b218c533f4 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_data_uri.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_data_uri.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_data_uri.html
new file mode 100644
index 0000000000000000000000000000000000000000..851691d6c49808393376486e2616ce8d18075b18
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_data_uri.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<title>data URL source for navigation-timing/nav2_test_open_data_uri.html</title>
+<!-- NB: this file isn't actually used any where! -->
+<link rel="author" title="Google" href="http://www.google.com/" />
+<script>
+var observer = new PerformanceObserver(
+ function (entryList) {
+ parent.postMessage("observed", "*");
+ observer.disconnect();
+ });
+observer.observe({entryTypes: ["navigation"]});
+</script>

Powered by Google App Engine
This is Rietveld 408576698