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

Unified Diff: third_party/WebKit/LayoutTests/fast/media/mq-color-gamut-picture.html

Issue 2652313004: Implement color-gamut media query (Closed)
Patch Set: fix windows build 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/fast/media/mq-color-gamut-picture.html
diff --git a/third_party/WebKit/LayoutTests/fast/media/mq-color-gamut-picture.html b/third_party/WebKit/LayoutTests/fast/media/mq-color-gamut-picture.html
new file mode 100644
index 0000000000000000000000000000000000000000..e62f040bdd1b014e68ca5b54ca380dba3701c781
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/media/mq-color-gamut-picture.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<title>Tests for color-gamut media query with picture</title>
+<script>
+testRunner.setColorProfile('adobeRGB', () => {});
+</script>
+<picture>
+ <source media="(color-gamut: p3)" srcset="resources/apple_logo_big.jpg">
+ <img src="resources/apple_logo_half_size.jpg">
+</picture>

Powered by Google App Engine
This is Rietveld 408576698