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

Side by Side Diff: LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt

Issue 214523008: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewer comments. Created 6 years, 8 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 Full version, Basic version 1 Full version, Basic version
2 Specification link: 3.4 How groups are rendered 2 Specification link: 3.4 How groups are rendered
3 pservers-pattern-01-b ← index → script-handle-01-b 3 pservers-pattern-01-b ← index → script-handle-01-b
4 render-groups-01-b 4 render-groups-01-b
5 5
6 SVG Image» PNG Image 6 SVG Image» PNG Image
7 7
8 Verifies implicit rendering order (paragraph 3.3) and grouping mechanism (paragr aphs 3.4). It also validates basic Shape, Image and text rendering. 8 Verifies implicit rendering order (paragraph 3.3) and grouping mechanism (paragr aphs 3.4). It also validates basic Shape, Image and text rendering.
9 This test renders 3 elements: a text string "SVG", then a shape, then an image. Because of their definition order and coordinates, the image should be on top of the rectangle and the rectangle on top of the text. The test validates that gro ups are conceptually rendered offscreen before being rendered on the canvas. Thi s is done by grouping the same overlapping objects and rendering the group at ha lf opacity. The background pattern (vertical stripes) should show throw all the group elements. However, none of the "SVG" should show through the rectangle and none of the rectangle should show through the image. 9 This test renders 3 elements: a text string "SVG", then a shape, then an image. Because of their definition order and coordinates, the image should be on top of the rectangle and the rectangle on top of the text. The test validates that gro ups are conceptually rendered offscreen before being rendered on the canvas. Thi s is done by grouping the same overlapping objects and rendering the group at ha lf opacity. The background pattern (vertical stripes) should show throw all the group elements. However, none of the "SVG" should show through the rectangle and none of the rectangle should show through the image.
10 Prerequisites: the test assumes proper handling of the fill stroke, stroke-width , opacity, font-size rendering properties. It uses the rect, line, text and imag e elements, as well as all the elements required for the test template. To ensur e that the text string is overlapped by the other elements and to avoid a depend ency on system fonts, an SVG font is used. 10 Prerequisites: the test assumes proper handling of the fill stroke, stroke-width , opacity, font-size rendering properties. It uses the rect, line, text and imag e elements, as well as all the elements required for the test template. To ensur e that the text string is overlapped by the other elements and to avoid a depend ency on system fonts, an SVG font is used.
11 The rendered image should match the reference image exactly. 11 The rendered image should match the reference image exactly.
12 pservers-pattern-01-b ← index → script-handle-01-b 12 pservers-pattern-01-b ← index → script-handle-01-b
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/mozilla-tests-expected.txt ('k') | Source/core/editing/HTMLInterchange.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698