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

Side by Side 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, 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>Tests for color-gamut media query with picture</title>
3 <script>
4 testRunner.setColorProfile('adobeRGB', () => {});
5 </script>
6 <picture>
7 <source media="(color-gamut: p3)" srcset="resources/apple_logo_big.jpg">
8 <img src="resources/apple_logo_half_size.jpg">
9 </picture>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698