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

Unified Diff: content/test/gpu/gpu_tests/test_expectations_unittest.py

Issue 1407643003: Fix WebGL 2.0 expectations and skip a test with an assertion failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: content/test/gpu/gpu_tests/test_expectations_unittest.py
diff --git a/content/test/gpu/gpu_tests/test_expectations_unittest.py b/content/test/gpu/gpu_tests/test_expectations_unittest.py
index 8e0719eb734d7d35083074ffdf1dd844e3d810ec..6faf0dcc04182a9b6363c3d7cc83e89b204941bc 100644
--- a/content/test/gpu/gpu_tests/test_expectations_unittest.py
+++ b/content/test/gpu/gpu_tests/test_expectations_unittest.py
@@ -222,3 +222,9 @@ class TestExpectationsTest(unittest.TestCase):
self.assertExpectationEquals('fail', page)
page = page_module.Page('http://test.com/conformance/glsl/page15.html', ps)
self.assertExpectationEquals('skip', page)
+
+ def testQueryArgsAreStrippedFromFileURLs(self):
+ ps = story_set.StorySet()
+ page = page_module.Page(
+ 'file://conformance/glsl/page15.html?webglVersion=2', ps)
+ self.assertExpectationEquals('skip', page)
« no previous file with comments | « content/test/gpu/gpu_tests/test_expectations.py ('k') | content/test/gpu/gpu_tests/webgl2_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698