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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json

Issue 2564543002: Add tests for fullscreenchange and fullscreenerror event timing (Closed)
Patch Set: assert resize timing Created 4 years 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/imported/wpt/MANIFEST.json
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json b/third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json
index 3e32b25074a78575abb5c476d182b428f337bbfa..1a1068d575fd0dc391732d3fe4098a1d0044f938 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json
+++ b/third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json
@@ -17,6 +17,12 @@
"url": "/fullscreen/api/document-exit-fullscreen-manual.html"
}
],
+ "fullscreen/api/document-exit-fullscreen-timing-manual.html": [
+ {
+ "path": "fullscreen/api/document-exit-fullscreen-timing-manual.html",
+ "url": "/fullscreen/api/document-exit-fullscreen-timing-manual.html"
+ }
+ ],
"fullscreen/api/document-fullscreen-element-manual.html": [
{
"path": "fullscreen/api/document-fullscreen-element-manual.html",
@@ -89,6 +95,12 @@
"url": "/fullscreen/api/element-request-fullscreen-svg-svg-manual.html"
}
],
+ "fullscreen/api/element-request-fullscreen-timing-manual.html": [
+ {
+ "path": "fullscreen/api/element-request-fullscreen-timing-manual.html",
+ "url": "/fullscreen/api/element-request-fullscreen-timing-manual.html"
+ }
+ ],
"fullscreen/api/element-request-fullscreen-top-manual.html": [
{
"path": "fullscreen/api/element-request-fullscreen-top-manual.html",

Powered by Google App Engine
This is Rietveld 408576698