DescriptionAdd a few more edge cases to CSS serialization test.
This change slightly modifies the input HTML file for the
FrameSerializerTest.CSS test to exercise a couple more cases that should
be dealt by FrameSerializer:
- Linked CSS style using a data URL.
- External CSS resource being references twice.
- Simulate the attemp to include a CSS already included in a previously
serialized frame.
Note that these inclusions almost do not affect the test expectations as
they are edge cases that should not change the final serialized results.
This is a follow up of https://crrev.com/2397983002.
BUG=645685
Committed: https://crrev.com/195ccbed3bad6e043253cab1c150652c72be5e96
Cr-Commit-Position: refs/heads/master@{#425239}
Patch Set 1 #Patch Set 2 : Adds the case of a CSS already being included in another frame. #
Total comments: 4
Patch Set 3 : minor text changes. #Patch Set 4 : Adds image link to data URL CSS contents. #
Messages
Total messages: 26 (17 generated)
|