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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>data URL source for navigation-timing/nav2_test_open_data_uri.html</title >
3 <!-- NB: this file isn't actually used any where! -->
4 <link rel="author" title="Google" href="http://www.google.com/" />
5 <script>
6 var observer = new PerformanceObserver(
7 function (entryList) {
8 parent.postMessage("observed", "*");
9 observer.disconnect();
10 });
11 observer.observe({entryTypes: ["navigation"]});
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698