Fix typo.

This commit is contained in:
Pablo de Oliveira 2013-10-24 01:04:27 +02:00
parent bbfcbf40eb
commit b1eba452c9

View File

@ -1,6 +1,6 @@
//
// Test svg isolation
// An object whoose metadata contains an "isolated" tag must be isolated
// An object whose metadata contains an "isolated" tag must be isolated
// from the rest of the document. In the case of inline SVGs, this means
// that multiple SVGs have different scopes. This test checks that there
// are no CSS leaks between two isolated SVGs.