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

Side by Side Diff: LayoutTests/http/tests/serviceworker/request-expected.txt

Issue 304053003: ServiceWorker: support Request.{url,method,origin,headers} [blink] (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test for Request. Created 6 years, 6 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
1 uniform int ival;
2 uniform int ival2[2];
3 1
4 void main() 2 FAIL Request in ServiceWorkerGlobalScope assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
5 { 3
6 int sum = ival + ival2[0] + ival2[1];
7 gl_Position = vec4(sum, 0.0, 0.0, 1.0);
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698